HelpersΒΆ

pawlikMorphLSST.helpers.getLocation(folder)

Helper function that returns a Path object containg the output folder

Parameters

folder (str) – Path to a folder for output files.

Returns

outfolder – Path to folder where data from analysis will be saved.

Return type

Path object

pawlikMorphLSST.helpers.analyseImage(info: List[Union[float, str]], *args) → List[Union[float, str]]

Helper function that calculates CASGM including As and AS90

Parameters

info (List[str, float, float]) – List of filename, RA, and DEC

Returns

A, As, AS90, C, S, gini, M20, filename , RA, DEC

Return type

Tuple[float, float, float, float, float, float, float, str, float, float]

pawlikMorphLSST.helpers.getFiles(file: str)
pawlikMorphLSST.helpers.getFilesLSST(file: str, folder: str)