venim.stats module¶
-
venim.stats.scan_image_directory(path)[source]¶ Scan directory of FITS files to create basic stats.
Creates CSV file ready to be read by pandas and print-out of the stats if less than 100 entries.
Parameters: path (str, pathlib.Path) – Returns: DataFrame containing the collected stats Return type: pd.DataFrame