ParallacticAngleStacker¶
- class rubin_sim.maf.stackers.ParallacticAngleStacker(ra_col='fieldRA', dec_col='fieldDec', degrees=True, mjd_col='observationStartMJD', lst_col='observationStartLST', site='LSST')¶
Bases:
BaseStacker
Add the parallactic angle to each visit. If ‘degrees’ is True, this will be in degrees (as are all other angles). If False, then in radians.
Attributes Summary
Attributes Documentation
- cols_added = ['PA']¶