GalacticStacker¶
- class rubin_sim.maf.stackers.GalacticStacker(ra_col='fieldRA', dec_col='fieldDec', degrees=True)¶
Bases:
BaseStacker
Add the galactic coordinates of each RA/Dec pointing: gall, galb
- Parameters:
- ra_colstr, optional
Name of the RA column. Default fieldRA.
- dec_colstr, optional
Name of the Dec column. Default fieldDec.
Attributes Summary
Attributes Documentation
- cols_added = ['gall', 'galb']¶