Ask a Question | Search PSRCHIVE: |
Home
|
PhaseVsPlot.h 88 };
virtual const Profile * get_Profile(const Archive *data, unsigned row)=0 Derived classes must provide the Profile for the specified row. void preprocess(Archive *) Remove the baseline from each sub-integration and channel independently. Definition: PhaseVsPlot.C:56 std::pair< unsigned, unsigned > get_rows() const Get the first and last row to plot. Definition: PhaseVsPlot.C:75 int get_line_colour(void) Get the line colour. Definition: PhaseVsPlot.h:66 std::string get_style() const Get the style. Definition: PhaseVsPlot.h:61 void set_crop(float s_crop_value) Set the crop value. Definition: PhaseVsPlot.h:69 pgplot::ColourMap * get_colour_map() Provide access to the colour map. Definition: PhaseVsPlot.h:56 PlotScale * get_z_scale() Provide access to the z-scale. Definition: PhaseVsPlot.h:53 void set_rows(const std::pair< unsigned, unsigned > &rows) Set the first and last row to plot. Definition: PhaseVsPlot.C:70 TextInterface::Parser * get_interface() Get the text interface to the configuration attributes. Definition: PhaseVsPlot.C:51 int line_colour The colour to draw the lines. Definition: PhaseVsPlot.h:88 Find the baseline from each total intensity profile. Definition: RemoveBaseline.h:85 void set_style(const std::string &) Set the style. Definition: PhaseVsPlot.C:62 float crop_value The percentage of max to crop at. Definition: PhaseVsPlot.h:91 void set_line_colour(int new_colour) Set the line colour. Definition: PhaseVsPlot.h:64 Convenience interface to a bunch of regularly used colour maps. Definition: ColourMap.h:26 Plots images of something as a function of pulse phase vs something. Definition: PhaseVsPlot.h:27 void draw(const Archive *) Draw in the current viewport. Definition: PhaseVsPlot.C:81 std::string style The style in which the data will be plotted. Definition: PhaseVsPlot.h:85 const Profile * get_Profile(const Archive *data, Index subint, Index pol, Index chan) Return the requested profile, cloning and integrating when needed. Definition: Index.C:24 virtual unsigned get_nbin() const =0 Get the number of pulsar phase bins used. Generated using doxygen 1.8.17
|