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

Write a module/function to compute aperture quantities #58

Closed hzovaro closed 5 months ago

hzovaro commented 7 months ago

Using groupby, sum together emission line fluxes, etc. from spaxels within a fixed radius, and use these to compute metallicities, extinctions, etc. within apertures of varying sizes.

Could easily do this in io.make_df: just add a groupby before the call to add_columns.

hzovaro commented 5 months ago

Issue moved to Hector-Galaxy-Survey fork.