Kate Rowlands

Results 2 issues of Kate Rowlands

I am using Kate Rubin's new 2" SQUARE binning scheme (https://data.sdss.org/sas/mangawork/users/u6021943/Alt-DAP/SQUARE2.0_2018oct25/SQUARE2.0-GAU-MILESHC/), but this cannot be read by Marvin because the binning scheme is not in the datamodel. It would be...

priority-science

``` from marvin.tools.query import Query filter = 'nsa.z < 0.1 and emline_gflux_ha_6564 > 25' params = ['emline_gflux_hb_4862', 'stellar_vel', 'nii_to_ha'] q = Query(searchfilter=filter, returnparams=params) r = q.run() stvel = r.getListOf('stellar_vel') stvel...

bug
documentation
vetting