|
| WAPPArchive () |
| Default constructor.
|
|
| WAPPArchive (const WAPPArchive &archive) |
| Copy constructor.
|
|
| ~WAPPArchive () |
| Destructor.
|
|
const WAPPArchive & | operator= (const WAPPArchive &archive) |
| Assignment operator.
|
|
| WAPPArchive (const Archive &archive) |
| Base copy constructor.
|
|
void | copy (const Archive &archive) |
| Copy all of the class attributes and the selected Integration data.
|
|
WAPPArchive * | clone () const |
| Return a new copy-constructed ExampleArchive instance.
|
|
| BasicArchive () |
| null constructor
|
|
| BasicArchive (const BasicArchive &archive) |
| copy constructor
|
|
const BasicArchive & | operator= (const BasicArchive &archive) |
| assignment operator
|
|
| ~BasicArchive () |
| destructor
|
|
virtual std::string | get_telescope () const |
| Get the name of the telescope
|
|
virtual void | set_telescope (const std::string &) |
| Set the name of the telescope
|
|
virtual Signal::State | get_state () const |
| Get the state of the profiles. More...
|
|
virtual void | set_state (Signal::State state) |
| Set the state of the profiles. More...
|
|
virtual Signal::Scale | get_scale () const |
| Get the scale in which flux density is measured. More...
|
|
virtual void | set_scale (Signal::Scale scale) |
| Set the scale in which flux density is measured. More...
|
|
virtual Signal::Source | get_type () const |
| Get the observation type (psr, cal) More...
|
|
virtual void | set_type (Signal::Source type) |
| Set the observation type (psr, cal) More...
|
|
virtual std::string | get_source () const |
| Get the source name.
|
|
virtual void | set_source (const std::string &source) |
| Set the source name.
|
|
virtual sky_coord | get_coordinates () const |
| Get the coordinates of the source.
|
|
virtual void | set_coordinates (const sky_coord &coordinates) |
| Set the coordinates of the source.
|
|
virtual unsigned | get_nbin () const |
| Get the number of pulsar phase bins used. More...
|
|
virtual unsigned | get_nchan () const |
| Get the number of frequency channels used. More...
|
|
virtual unsigned | get_npol () const |
| Get the number of frequency channels used. More...
|
|
virtual unsigned | get_nsubint () const |
| Get the number of sub-integrations stored in the file. More...
|
|
virtual double | get_bandwidth () const |
| Get the overall bandwidth of the observation. More...
|
|
virtual void | set_bandwidth (double bw) |
| Set the overall bandwidth of the observation. More...
|
|
virtual double | get_centre_frequency () const |
| Get the centre frequency of the observation. More...
|
|
virtual void | set_centre_frequency (double cf) |
| Set the centre frequency of the observation.
|
|
virtual double | get_dispersion_measure () const |
| Get the dispersion measure (in ) More...
|
|
virtual void | set_dispersion_measure (double dm) |
| Set the dispersion measure (in ) More...
|
|
virtual bool | get_dedispersed () const |
| Inter-channel dispersion delay has been removed.
|
|
virtual void | set_dedispersed (bool done=true) |
| Set the status of the dispersion delay flag. More...
|
|
virtual double | get_rotation_measure () const |
| Get the rotation measure (in )
|
|
virtual void | set_rotation_measure (double rm) |
| Set the rotation measure (in )
|
|
virtual bool | get_faraday_corrected () const |
| data have been corrected for ISM faraday rotation More...
|
|
virtual void | set_faraday_corrected (bool done=true) |
| Set the status of the ISM RM flag. More...
|
|
virtual bool | get_poln_calibrated () const |
| Data has been poln calibrated.
|
|
virtual void | set_poln_calibrated (bool done=true) |
| Set the status of the poln calibrated flag.
|
|
| Archive () |
| Default constructor.
|
|
| Archive (const Archive &archive) |
| Copy constructor. More...
|
|
virtual | ~Archive () |
| Destructor.
|
|
Archive & | operator= (const Archive &a) |
| Assignment operator. More...
|
|
template<class T > |
const T * | get () const |
|
template<class T > |
T * | get () |
|
template<class T > |
T * | getadd () |
|
void | copy (const Archive &) |
| Copy all base class attributes, Extensions, and Integrations.
|
|
void | copy (const Archive *) |
| Copy all base class attributes, Extensions, and Integrations.
|
|
Archive * | total (bool tscrunch=true) const |
| Return pointer to a new fscrunched, tscrunched and pscrunched clone. More...
|
|
Archive * | tscrunched () const |
| Return pointer to a new tscrunched clone. More...
|
|
Archive * | extract (std::vector< unsigned > &subints) const |
| Return pointer to a new instance with only the specified subints.
|
|
Profile * | get_Profile (unsigned subint, unsigned pol, unsigned chan) |
| Return pointer to the specified profile. More...
|
|
const Profile * | get_Profile (unsigned subint, unsigned pol, unsigned chan) const |
| Return pointer to the specified profile.
|
|
void | set_ephemeris (const Parameters *ephemeris, bool update=true) |
| Install the given ephemeris and call update_model. More...
|
|
const Parameters * | get_ephemeris () const |
| Return a pointer to the current archive ephemeris.
|
|
bool | has_ephemeris () const |
| Return true if the Archive has an ephemeris.
|
|
void | set_model (const Predictor *model, bool apply=true) |
| Install the given predictor and shift profiles to align.
|
|
const Predictor * | get_model () const |
| Return a pointer to the current phase predictor.
|
|
bool | has_model () const |
| Returns true if the Archive has a model.
|
|
void | update_model () |
| Create a new predictor and align the Integrations to the new model. More...
|
|
void | bscrunch (unsigned nscrunch) |
| Integrate pulse profiles in phase. More...
|
|
void | fold (unsigned nfold) |
| Integrate neighbouring sections of the pulse profiles. More...
|
|
void | pscrunch () |
| Integrate profiles in polarization. More...
|
|
void | fscrunch (unsigned nscrunch=0) |
| Integrate profiles in frequency. More...
|
|
void | tscrunch (unsigned nscrunch=0) |
| Integrate profiles in time. More...
|
|
void | rotate (double time) |
| Phase rotate each profile by time seconds.
|
|
void | rotate_phase (double phase) |
| Rotate each profile by phase.
|
|
void | append (const Archive *archive) |
| Append the Integrations from the specifed archive. More...
|
|
void | remove_chan (unsigned first, unsigned last) |
| Delete the specified inclusive channel range from the Archive.
|
|
void | update_centre_frequency () |
| Update the centre frequency.
|
|
void | centre (double phase_offset=0.5) |
| Phase rotate pulsar Integrations so that pulse phase zero is centred. More...
|
|
void | centre_max_bin (double phase_offset=0.5) |
| Phase rotate pulsar Integrations so centre the maximum amplitude. More...
|
|
void | convert_state (Signal::State state) |
| Convert data to the specified state. More...
|
|
Signal::Basis | get_basis () const |
| Convenience interface to Receiver::get_basis.
|
|
void | dedisperse () |
| Rotate the Profiles to remove dispersion delays b/w chans. More...
|
|
void | defaraday () |
| Correct the Faraday rotation of Q into U. More...
|
|
void | transform (const Jones< float > &) |
| Perform the transformation on each polarimetric profile.
|
|
void | transform (const std::vector< Jones< float > > &) |
| Perform frequency response on each polarimetric profile.
|
|
void | transform (const std::vector< std::vector< Jones< float > > > &) |
| Perform the time and frequency response on each polarimetric profile.
|
|
void | invint () |
| Transform Stokes I,Q,U,V into the polarimetric invariant interval.
|
|
PhaseWeight * | baseline () const |
| Return a new PhaseWeight instance with the baseline phase bins masked.
|
|
void | remove_baseline () |
| Remove the baseline from all profiles.
|
|
void | uniform_weight (float new_weight=1.0) |
| Set the weight of each profile to the given number.
|
|
bool | standard_match (const Archive *arch, std::string &reason) const |
| Test if arch matches (enough for a pulsar - standard match)
|
|
bool | calibrator_match (const Archive *arch, std::string &reason) const |
| Test if arch matches (enough for a pulsar - calibrator match)
|
|
bool | processing_match (const Archive *arch, std::string &reason) const |
| Test if arch matches (enough for a pulsar - pulsar match)
|
|
bool | mixable (const Archive *arch, std::string &reason) const |
| Test if arch is mixable (enough for append)
|
|
double | weighted_frequency (unsigned ichan, unsigned start, unsigned end) const |
| Computes the weighted channel frequency over an Integration interval. More...
|
|
void | bscrunch_to_nbin (unsigned new_nbin) |
| Call bscrunch with the appropriate value. More...
|
|
void | fscrunch_to_nchan (unsigned new_nchan) |
| Call fscrunch with the appropriate value. More...
|
|
void | tscrunch_to_nsub (unsigned new_nsub) |
| Call tscrunch with the appropriate value. More...
|
|
MJD | start_time () const |
| Return the MJD at the start of the first sub-integration.
|
|
MJD | end_time () const |
| Return the MJD at the end of the last sub-integration.
|
|
double | integration_length () const |
| Returns the total time integrated into all Integrations (in seconds)
|
|
bool | type_is_cal () const |
| Return true if the observation is a calibrator.
|
|
void | find_transitions (int &hi2lo, int &lo2hi, int &buffer) const |
| Find the transitions between high and low states in total intensity. More...
|
|
void | find_peak_edges (int &rise, int &fall) const |
| Find the bins in which the total intensity exceeds a threshold. More...
|
|
float | find_max_phase () const |
| Returns the centre phase of the region with maximum total intensity. More...
|
|
float | find_min_phase (float dc=0.15) const |
| Returns the centre phase of the region with minimum total intensity. More...
|
|
float | rms_baseline (float dc=0.4) |
| Returns geometric mean of baseline RMS for each Integration. More...
|
|
virtual Interface * | get_interface () |
| Return a text interface that can be used to access this instance.
|
|
void | unload (const char *filename=0) const |
| Write the archive to filename. More...
|
|
void | unload (const std::string &filename) const |
| Convenience interface to Archive::unload (const char*)
|
|
std::string | get_filename () const |
| Get the name of the file to which the archive will be unloaded.
|
|
void | set_filename (const std::string &filename) |
| Set the filename of the Archive. More...
|
|
void | update () |
| Update the current archive, saving current Integration data.
|
|
void | refresh () |
| Completely reload the archive, deleting all data.
|
|
virtual void | resize (unsigned nsubint, unsigned npol=0, unsigned nchan=0, unsigned nbin=0) |
| Resize the Integration vector with new_Integration instances. More...
|
|
virtual void | erase (unsigned isubint) |
| Remove the specified sub-integration.
|
|
void | reverse_chan () |
| Reverse the order of frequency channels.
|
|
virtual unsigned | get_nextension () const |
| Return the number of extensions available.
|
|
virtual const Extension * | get_extension (unsigned iextension) const |
| Return a pointer to the specified extension. More...
|
|
virtual Extension * | get_extension (unsigned iextension) |
| Return a pointer to the specified extension. More...
|
|
template<class ExtensionType > |
const ExtensionType * | get () const |
| Template method searches for an Extension of the specified type.
|
|
template<class ExtensionType > |
ExtensionType * | get () |
| Template method searches for an Extension of the specified type.
|
|
template<class ExtensionType > |
ExtensionType * | getadd () |
| Template method returns an Extension of the specified type.
|
|
virtual void | add_extension (Extension *extension) |
| Add an Extension to the Archive instance. More...
|
|
Expert * | expert () |
| Provide access to the expert interface.
|
|
const Expert * | expert () const |
| The default baseline removal strategy.
|
|
const Match * | get_standard_match () const |
| Policy determines if a standard/template matches an observation.
|
|
void | set_standard_match (Match *) |
| The default baseline removal strategy.
|
|
const Match * | get_calibrator_match () const |
| Policy determines if a calibrator matches an observation.
|
|
void | set_calibrator_match (Match *) |
| The default baseline removal strategy.
|
|
const Match * | get_processing_match () const |
| Policy determines if data were processed identically.
|
|
void | set_processing_match (Match *) |
| The default baseline removal strategy.
|
|
const Match * | get_mixable () const |
| Policy determines if data can be combined/integrated.
|
|
void | set_mixable (Match *) |
| The default baseline removal strategy.
|
|
StrategySet * | get_strategy () const |
| Returns the strategy manager.
|
|
| IntegrationManager () |
| null constructor
|
|
| IntegrationManager (const IntegrationManager &archive) |
| copy constructor
|
|
IntegrationManager & | operator= (const IntegrationManager &archive) |
| operator =
|
|
virtual | ~IntegrationManager () |
| destructor
|
|
Integration * | get_Integration (unsigned subint) |
| Return pointer to the specified Integration. More...
|
|
Integration * | get_last_Integration () |
| Return a pointer to the last Integration.
|
|
Integration * | get_first_Integration () |
| Return a pointer to the first Integration.
|
|
const Integration * | get_Integration (unsigned subint) const |
| Return const pointer to the specified Integration.
|
|
const Integration * | get_last_Integration () const |
| Return a const pointer to the last Integration.
|
|
const Integration * | get_first_Integration () const |
| Return a const pointer to the first Integration.
|
|
template<class StrictWeakOrdering > |
void | sort (StrictWeakOrdering comp=temporal_order) |
| Sort the Integrations according to the specified order.
|
|
void | shuffle () |
| Randomly rearrange the sub-integrations.
|
|
Expert * | expert () |
| Provide access to the expert interface. More...
|
|
| Able (const Able &) |
|
Able & | operator= (const Able &) |
|
unsigned | get_reference_count () const |
|
| HeapTracked (const HeapTracked &) |
|
HeapTracked & | operator= (const HeapTracked &) |
|
bool | __is_on_heap () const |
|