Description:
This class bins files by observation by looking up the Swift secondary header time in a TimeLine object to determine the target/obs ID.
| Data Fields | ||
| private | int | time_scale |
| private | TimeLine* | timeline |
| Constructors / Destructor | |
| public | TimePacketBinner(TimeLine* timeline)Constructor - note you must specify the TimeLine to be used to look up target/obs IDs. |
| Methods | |||
| public | virtual | File* | getFileFromTime(double time, int apid)Return the file for a particular packet. |
| protected | virtual | File* | getFile(CCSDSPacket* generic_p)Return the file for a particular packet. |
| Operators |