Ceres

class dorado.Ceres(filters={}, data=[], bias=None, time=None, datestr=None)[source] [edit on github]

Bases: object

The Ceres class encapsulates a set of astronomical data from a single night of observation. Ceres can handle multiple stacks of data in different filters and perform a variety of actions on them in an orgainized fashion.

Attributes:
filters: dictionary
data: Stack array
bias: CCDdata
time: ‘astropy.Time’
datestr: str

Methods Summary

add_stack(stack)

Add a Dorado stack to the current Ceres instance (self).

rem_stack(filter)

Remove a Dorado stack to the current Ceres instance (self).

Methods Documentation

add_stack(stack)[source] [edit on github]

Add a Dorado stack to the current Ceres instance (self).

Parameters:
stack: dorado.stack

Instance of dorado.stack class to add to self.

rem_stack(filter)[source] [edit on github]

Remove a Dorado stack to the current Ceres instance (self).

Parameters:
filter: str

String representation of the relevent filter to remove from self.