BaseMoStacker

class rubin_sim.maf.stackers.BaseMoStacker

Bases: BaseStacker

Base class for moving object (SSobject) stackers. Relevant for MoSlicer ssObs (pd.dataframe).

Provided to add moving-object specific API for ‘run’ method of moving object stackers.

Methods Summary

run(sso_obs, href[, hval])

Example: Generate the new stacker columns, given the simdata columns from the database.

Methods Documentation

run(sso_obs, href, hval=None)

Example: Generate the new stacker columns, given the simdata columns from the database. Returns the new simdata structured array that includes the new stacker columns.