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