| Full Name: | herschel.hifi.pipeline.product.HifiTimelineProduct |
| Type: | Java Class - |
| Import: | from herschel.hifi.pipeline.product import HifiTimelineProduct |
| Category: |
A MapContext containing HifiSpectrumDatasets.
HifiTimelineProduct is an extension of HifiProduct. It also contains a summary table, listing the types of the HSDs
| Example 1: HifiTimelineProduct | ||
|---|---|---|
|
||
The Constructors using ProductReaders for DFs and HK are taken out as they did not work in the first place. Same for Constructors without HK; they also dont work. The Constructors using a Commanded BBid Table are pretty useless for all of the post-launch data. If needed for some of the ILT data they can be invoked as
# assume dfs are DataFrames, hkp are HouseKeeping Packets. # and ccbt is a commanded Bbid Tabledataset, all for this apid. htp = HifiTimelineProduct() htp.setCommandedBbid( ccbt, apid ) htp.execute( dfs, hkp )