Public Types | |
| enum | FullsAndPartials { FULLSANDPARTIALS, ONLYFULLS, ONLYPARTIALS, FEWFULLS, FEWPARTIALS } |
Public Member Functions | |
| Run (const int &DatasetIndex) | |
| void | clear () |
| void | clearCounts () |
| void | AddBatch (const int &Batch, const bool &accept=true) |
| void | SortList () |
| bool | IsInList (const int &Batch) const |
| std::vector< int > | BatchList (const bool &Accepted=false) const |
| int | DatasetIndex () const |
| std::pair< int, int > | BatchRange () const |
| int | Batch0 () const |
| void | SetBatchSerial0 (const int &BatchSerial) |
| int | BatchSerial0 () const |
| int | Nbatches () const |
| void | OffsetBatchNumbers (const int &offset) |
| int & | BatchNumberOffset () |
| int | BatchNumberOffset () const |
| int & | RunNumber () |
| int | RunNumber () const |
| int & | FileNumber () |
| int | FileNumber () const |
| Range & | PhiRange () |
| Range | PhiRange () const |
| Range & | TimeRange () |
| Range | TimeRange () const |
| bool & | ValidTime () |
| bool | ValidTime () const |
| void | SetValidOrientation (const bool &validOrientation) |
| bool | ValidOrientation () const |
| void | StoreSpindleToPrincipleAxis (const std::string &Spindletoprincipleaxis) |
| std::string | SpindleToPrincipleAxis () const |
| std::string | formatPrint (const std::vector< Xdataset > &datasets) const |
| std::string | formatPrintBrief (const std::vector< Xdataset > &datasets) const |
| int & | Nfulls () |
| set number of fully recorded observations | |
| int & | Npartials () |
| set number of partial observations | |
| int | Nfulls () const |
| get number of fully recorded observations | |
| int | Npartials () const |
| get number of partial observations | |
| void | SetFullsAndPartials () |
| Set FullsAndPartials flag based on numbers. | |
| FullsAndPartials | fullsAndPartials () const |
| Return FullsAndPartials flag. | |
| std::string | FormatSave () const |
| void | StoreResoRange (const ResoRange &Resrange) |
| set resolution range | |
| ResoRange | GetResoRange () const |
| return resolution range | |
| bool | IsResoRange () const |
| return true if there is a resolution cutoff | |
| bool | InResoRange (const Rtype &invresolsq, const int &batch) |
| return true if observation is in range | |
Static Public Member Functions | |
| static int | MaximumBatchNumber () |
1.6.3