Ask a Question | Search PSRCHIVE: |
Home
|
ArchiveSort.h static void load(std::istream &input, std::list< ArchiveSort > &entries) Load a list of ArchiveSort instances and sort them. Definition: ArchiveSort.C:80 std::string filename The filename of the archive. Definition: ArchiveSort.h:43 Used in sorting archives by source name, frequency, and epoch. Definition: ArchiveSort.h:29 double centre_frequency The centre frequency of the observation. Definition: ArchiveSort.h:49 std::string source The name of the observed source. Definition: ArchiveSort.h:46 const std::string get_message() const static bool compare_frequencies Set to false when you want to join bands into a single session. Definition: ArchiveSort.h:63 static bool read_length Enable the new ArchiveSort behaviour (in new psrpl pipelines) Definition: ArchiveSort.h:60 static bool compare_sources Set to false when you want to join sources (e.g. HYDRA_[ONS]) Definition: ArchiveSort.h:66 bool operator<(const ArchiveSort &a, const ArchiveSort &b) Comparison operator. Definition: ArchiveSort.C:33 Generated using doxygen 1.8.17
|