almaqso package

Submodules

almaqso.QSOanalysis module

almaqso.QSOquery module

almaqso.analysis module

analysis(tardir: str, casapath: str, mpicasa: bool = False, n_core: int = 2, skip: bool = True, verbose: bool = False, remove_others: bool = False) None

Run the analysis of the QSO data.

Parameters:
  • tardir (str) – Directory containing the *.asdm.sdm.tar files.

  • casapath (str) – Path to the CASA executable. Provide full path even if it is in the PATH for using MPI CASA.

  • mpicasa (bool) – Use MPI CASA. Default is False.

  • n_core (int) – Number of cores to use for the analysis. Default is 8.

  • skip (bool) – Skip the analysis if the output directory exists. Default is True.

  • verbose (bool) – Print the STDOUT of the CASA commands when no errors occur. Default is False.

  • remove_others (bool) – Remove other files in the output directory. Default is False.

Returns:

None

almaqso.download_archive module

Module contents