In create_session_parquet_files.py, the paths in the ant_fits.txt file are read into a dataframe, with a second column containing their respective sessions. It iterates through unique sessions to stack FITS data and generate parquet files. (There's probably a more efficient way to do this though)
In
create_session_parquet_files.py
, the paths in the ant_fits.txt file are read into a dataframe, with a second column containing their respective sessions. It iterates through unique sessions to stack FITS data and generate parquet files. (There's probably a more efficient way to do this though)