Consolidated the make/load_<survey>_df() functions from individual survey submodules, i.e. SAMI, S7, Hector and LZIFU, into generic make/load_df() functions to ensure consistency of data formats between different surveys. Also repeated this for the metadata DataFrames.
Consolidated the
make/load_<survey>_df()
functions from individual survey submodules, i.e. SAMI, S7, Hector and LZIFU, into genericmake/load_df()
functions to ensure consistency of data formats between different surveys. Also repeated this for the metadata DataFrames.