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