Ask a Question | Search PSRCHIVE: |
Home
|
ProfileColumn.h ProfileColumn() Default constructor. Definition: ProfileColumn.C:48 void load(int row, const std::vector< Profile * > &) Load the given vector of profiles. Definition: ProfileColumn.C:489 void create(unsigned start_column) Insert the columns and resize. Definition: ProfileColumn.C:137 unsigned get_data_colnum() Get the index of the data column. Definition: ProfileColumn.C:73 void set_data_colname(const std::string &) Set the name of the data column. Definition: ProfileColumn.C:66 unsigned get_nrow() const Get the number of rows required to unload data (after resize) Definition: ProfileColumn.h:74 void resize_floats() Resize the columns for floating point output. Definition: ProfileColumn.C:200 void unload(int row, const std::vector< const Profile * > &) Unload the given vector of profiles. Definition: ProfileColumn.C:365 void set_fitsfile(fitsfile *fptr) Set the fitsfile to/from which data are written/read. Definition: ProfileColumn.C:59 void set_nchan(unsigned) Set the number of frequency channels. Definition: ProfileColumn.C:120 void set_nbin(unsigned) Set the number of phase bins. Definition: ProfileColumn.C:114 void set_offset_colname(const std::string &) Set the name of the offset column. Definition: ProfileColumn.C:82 void set_scale_colname(const std::string &) Set the name of the scale column. Definition: ProfileColumn.C:98 void set_nprof(unsigned) Set the number of profiles in each frequency channel. Definition: ProfileColumn.C:126 unsigned get_scale_colnum() Get the index of the data column. Definition: ProfileColumn.C:105 int get_colnum(const std::string &name) Get the column number for the specified column name. Definition: ProfileColumn.C:183 void unload_floats(int row, const std::vector< const Profile * > &) Unload the given vector of profiles as single-precision floats. Definition: ProfileColumn.C:329 unsigned get_offset_colnum() Get the index of the data column. Definition: ProfileColumn.C:89 Generated using doxygen 1.8.17
|