ACID_code_v2.ACID_HARPS

ACID_code_v2.ACID_HARPS(*args, **kwargs)[source]

Legacy ACID_HARPS function

This function runs the legacy ACID_HARPS code. This is provided for backwards compatibility with previous versions of ACID. It is recommended to use the ACID class and its methods for new code. The args and kwargs passing follows the original v1 version of ACID_HARPS, which can be found in https://github.com/ldolan05/ACID

Parameters:
  • *args – Positional arguments to be passed to the run_ACID_HARPS function.

  • **kwargs – Keyword arguments to be passed to the ACID initialisation and run_ACID_HARPS function.

Returns:

Returns the outputs of the run_ACID_HARPS function (now a Result object).

Return type:

Any