hzovaro / spaxelsleuth

A package for analysing data from large integral field unit surveys such as the SAMI and Hector Galaxy Surveys.
MIT License
1 stars 1 forks source link

Use classes rather than DataFrames within the code #4

Closed hzovaro closed 7 months ago

hzovaro commented 1 year ago

Implement suggestion by @MatthewJA to use classes for galaxies and/or spaxels when constructing the DataFrame rather than passing the DataFrame between functions. See the sample code in branch matts-suggestions.