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.
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 agroupby
before the call toadd_columns
.