Ask a Question | Search PSRCHIVE: |
Home
|
LinePhasePlot.h Draw a set of profiles for subints stacked ontop of eachother. Definition: LinePhasePlot.h:36 void set_line_colour(const int &s_line_colour) Set the line colour. Definition: LinePhasePlot.h:85 void set_isub(int s_isub) Set the subint range to (x,x) Definition: LinePhasePlot.h:61 int get_isub(void) const Get the first index of the subint range. Definition: LinePhasePlot.h:58 virtual unsigned get_nsubint() const =0 Get the number of sub-integrations stored in the file. PlotAxis * get_y_axis(bool allow_transpose) Get the y-axis. Definition: PlotFrame.C:228 PlotScale * get_y_scale(bool allow_transpose) Get the x-scale. Definition: PlotFrame.C:213 void set_buf_norm(float f) Set the world-normalized buffer space on either side of the axis. Definition: PlotScale.h:95 pair< int, int > get_srange() const Get the range of subints to plot. Definition: LinePhasePlot.h:64 int get_ichan() const Get the frequency channel to plot. Definition: LinePhasePlot.h:76 void prepare(const Archive *data) prepare the archive for rendering Definition: LinePhasePlot.C:58 void set_alternate(bool f) Set if the frame opposite the axis may have an alternate scale. Definition: PlotAxis.h:55 Integration * get_Integration(unsigned subint) Return pointer to the specified Integration. Definition: IntegrationManager.C:41 void set_tick(float f) Set the tick to be passed to pgbox for this axis. Definition: PlotAxis.h:65 int get_ipol(void) const Get the polarization to plot. Definition: LinePhasePlot.h:70 void set_ichan(const int &s_ichan) Set the frequency channel to plot. Definition: LinePhasePlot.h:79 void draw(const Archive *data) draw the archive Definition: LinePhasePlot.C:119 int get_line_colour() const Get the line colour. Definition: LinePhasePlot.h:82 void set_ipol(int s_ipol) Set the polarization to plot. Definition: LinePhasePlot.h:73 virtual PlotFrame * get_frame() Get the frame. Definition: FramedPlot.C:27 void set_label(const std::string &_label, bool overwrite) Set the label to be drawn on the axis. Definition: PlotAxis.C:37 void set_srange(const pair< int, int > &s_srange) Set the range of subints to plot. Definition: LinePhasePlot.h:67 std::vector< float > get_weighted_amps() const Definition: Profile.C:346 LinePhasePlot() Constructor Assume the subint, or range of subints are unset until we know how many there are Assume ... Definition: LinePhasePlot.C:37 Profile * get_Profile(unsigned ipol, unsigned ichan) Returns a pointer to the Profile given by the specified indeces. Definition: Integration.C:306 virtual unsigned get_nbin() const =0 Get the number of pulsar phase bins used. void set_world_external(const std::pair< float, float > &f) Set the world coordinate range printed on the axis. Definition: PlotScale.C:108 TextInterface::Parser * get_interface() Get a LinePhasePlot::Interface for this object. Definition: LinePhasePlot.C:158 void set_minmax(float min, float max) Set the minimum and maximum value in the data. Definition: PlotScale.C:57 Generated using doxygen 1.8.17
|