NEODistStacker

class rubin_sim.maf.stackers.NEODistStacker(stepsize=0.001, max_dist=3.0, min_dist=0.3, H=22, elong_col='solarElong', filter_col='filter', sun_az_col='sunAz', az_col='azimuth', m5_col='fiveSigmaDepth')

Bases: BaseStacker

For each observation, find the max distance to a ~144 km NEO, also stack on the x,y position of the object.

Attributes Summary

cols_added

Attributes Documentation

cols_added = ['MaxGeoDist', 'NEOHelioX', 'NEOHelioY']