ZenithDistStacker

class rubin_sim.maf.stackers.ZenithDistStacker(alt_col='altitude', degrees=True)

Bases: BaseStacker

Calculate the zenith distance for each pointing. If ‘degrees’ is True, then assumes alt_col is in degrees and returns degrees. If ‘degrees’ is False, assumes alt_col is in radians and returns radians.

Attributes Summary

cols_added

Attributes Documentation

cols_added = ['zenithDistance']