cheta.fetch_sci.Msid#
- class cheta.fetch_sci.Msid(msid, start=LAUNCH_DATE, stop=None, filter_bad=True, stat=None)#
Bases:
Msid.fetch
Fetch data from the engineering telemetry archive into an MSID object.
Same as MSID class but with filter_bad=True by default.
- Parameters:
msid – name of MSID (case-insensitive)
start – start date of telemetry (Chandra.Time compatible)
stop – stop date of telemetry (current time if not supplied)
filter_bad – automatically filter out bad values
stat – return 5-minute or daily statistics (‘5min’ or ‘daily’)
unit_system – Unit system (cxc|eng|sci, default=current units)
- Returns:
MSID instance
- __doc__ = Multiline-String#
Show Value
""" Fetch data from the engineering telemetry archive into an MSID object. Same as MSID class but with filter_bad=True by default. :param msid: name of MSID (case-insensitive) :param start: start date of telemetry (Chandra.Time compatible) :param stop: stop date of telemetry (current time if not supplied) :param filter_bad: automatically filter out bad values :param stat: return 5-minute or daily statistics ('5min' or 'daily') :param unit_system: Unit system (cxc|eng|sci, default=current units) :returns: MSID instance """
- units#
- fetch#