Kate Rowlands
Results
2
comments of
Kate Rowlands
This example is also broken: ``` 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(search_filter=filter, returnparams=params, limit=10000) r...
The third example returns no results, but the documentation says it should return 22054. ``` from marvin.tools.query import Query # Let's only get unbinned spaxels (i.e. bintype.name == 'SPX') filter...