Ask a Question | Search PSRCHIVE: |
Home
|
TimeScale.h 76 };
void TimerProfile_load(FILE *fptr, Profile *profile, bool big_endian=true) load a Profile from a timer archive Definition: TimerProfile_load.C:22 void set_origin_norm(float f) Set the world-normalized coordinates of the origin on the time axis. Definition: TimeScale.h:66 const float * get_amps() const Return a pointer to the amplitudes array. Definition: ProfileAmps.C:141 virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. char code(const std::string &telescope_name) unsigned get_nbin() const Return the number of bins. Definition: ProfileAmps.h:50 Units get_units() const Get the units on the time axis. Definition: TimeScale.h:63 const ExtensionType * get() const Template method searches for an Extension of the specified type. float get_origin_norm() const Get the world-normalized coordinates of the origin on the time axis. Definition: TimeScale.h:68 void init(const Archive *) Initialize internal attributes according to Archive data. Definition: TimeScale.C:25 Directional * get_Directional() const Get a Directional object set up for this telescope. Definition: Telescope.C:75 MJD end_time() const Return the MJD at the end of the last sub-integration. Definition: Archive.C:308 double get_Index(unsigned subint) const Get the custom index value associated with an Integration. Definition: IntegrationOrder.C:68 Contains information about the telescope used for the observation. Definition: Telescope.h:26 MJD start_time() const Return the MJD at the start of the first sub-integration. Definition: Archive.C:299 void get_ordinates(const Archive *, std::vector< float > &x_axis) const Get the ordinate values. Definition: TimeScale.C:132 std::string get_Unit() const Return a string describing the units of this state. Definition: IntegrationOrder.C:45 std::string get_IndexState() const Return a string describing the type of indexing used. Definition: IntegrationOrder.C:40 void get_indeces(const Archive *, unsigned &min, unsigned &max) const Return the min and max as the sub-integration index. Definition: TimeScale.C:121 void TimerProfile_unload(FILE *fptr, const Profile *profile, int poln) unload a Profile to a timer archive Definition: TimerProfile_unload.C:26 virtual sky_coord get_coordinates() const =0 Get the coordinates of the source. std::string get_label() const Get a description of the units. Definition: TimeScale.C:127 float get_scale(const Archive *) const Get the conversion factor from device to world normalized. void set_units(Units s) Set the units on the time axis. Definition: TimeScale.h:61 Alternative ways of ordering Integration instances. Definition: IntegrationOrder.h:29 Generated using doxygen 1.8.17
|