Ask a Question | Search PSRCHIVE: |
![]()
|
ArchiveMatch.h void set_check_mixable(bool flag=true) Set to check that two archives may be combined. Definition ArchiveMatch.C:85 void set_check_dedispersed(bool flag=true) Set to check the dedispersed attribute. Definition ArchiveMatch.C:250 void set_check_nbin(bool flag=true) Set to check the nbin attribute. Definition ArchiveMatch.C:261 void set_check_centre_frequency(bool flag=true) Set to check the centre_frequency attribute. Definition ArchiveMatch.C:305 void set_check_source(bool flag=true) Set to check the source attribute. Definition ArchiveMatch.C:217 void set_check_standard(bool flag=true) Set to check that a standard and observation may be compared. Definition ArchiveMatch.C:115 std::string reason The mismatch messages from the last call to the match method. Definition ArchiveMatch.h:132 virtual Match * clone() const Clone operator. Definition ArchiveMatch.C:66 static Option< bool > opposite_sideband Allow opposite sidebands to match. Definition ArchiveMatch.h:115 void set_check_nchan(bool flag=true) Set to check the nchan attribute. Definition ArchiveMatch.C:272 virtual bool get_bandwidth_match(const Archive *a, const Archive *b) const Return true if the bandwidths match. Definition ArchiveMatch.C:477 void set_check_bandwidth_sign(bool flag=true) Set to check the sign of the bandwidth attribute. Definition ArchiveMatch.C:326 void set_check_processing(bool flag=true) Set to check that two archives have been processed identically. Definition ArchiveMatch.C:146 void set_check_scale(bool flag=true) Set to check the scale attribute. Definition ArchiveMatch.C:228 static Option< double > max_frequency_difference The maximum amount by which the centre frequency may differ, in MHz. Definition ArchiveMatch.h:112 virtual bool match(const Archive *a, const Archive *b) const Check that the selected attributes match. Definition ArchiveMatch.C:353 void set_check_faraday_corrected(bool flag=true) Set to check the faraday_corrected attribute. Definition ArchiveMatch.C:239 void set_check_bandwidth(bool flag=true) Set to check the bandwidth attribute. Definition ArchiveMatch.C:316 void set_check_type(bool flag=true) Set to check the type attribute. Definition ArchiveMatch.C:206 void set_check_npol(bool flag=true) Set to check the npol attribute. Definition ArchiveMatch.C:283 void set_check_calibrator(bool flag=true) Set to check that a calibrator may be applied to an observation. Definition ArchiveMatch.C:179 void set_check_receiver(bool flag=true) Set to check the receiver attribute. Definition ArchiveMatch.C:294 void set_check_state(bool flag=true) Set to check the state attribute. Definition ArchiveMatch.C:195 std::string get_reason() const Get the mismatch messages from the last call to the match method. Definition ArchiveMatch.h:38 static std::string separator String used to separate mismatch messages. Definition ArchiveMatch.h:118 static Match * factory(T method) Return a matching strategy based on the specified method. Definition ArchiveMatch.h:122 Generated using doxygen 1.14.0
|