EclStacker

class rubin_sim.maf.stackers.EclStacker(ra_col='ra', dec_col='dec', in_deg=True)

Bases: BaseMoStacker

Add ecliptic latitude/longitude (ecLat/ecLon) to the slicer ssoObs (in degrees).

Parameters:
ra_colstr, optional

Name of the RA column to convert to ecliptic lat/long. Default ‘ra’.

dec_colstr, optional

Name of the Dec column to convert to ecliptic lat/long. Default ‘dec’.

in_degbool, optional

Flag indicating whether RA/Dec are in degrees. Default True.

Attributes Summary

cols_added

Attributes Documentation

cols_added = ['ecLat', 'ecLon']