#include <calplot_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 34 of file calplot_cmpt.h.
Public Member Functions | |
| calplot () | |
| virtual | ~calplot () |
| bool | close () |
| bool | done () |
| bool | next () |
| bool | open (const std::string &caltable="") |
| bool | plot (const std::string &xaxis="time", const std::string &yaxis="time") |
| bool | savefig (const std::string &filename="", const int dpi=-1, const std::string &orientation="", const std::string &papertype="", const std::string &facecolor="", const std::string &edgecolor="") |
| bool | plotoptions (const int subplot=111, const bool overplot=false, const std::string &iteration="", const std::vector< double > &plotrange=std::vector< double >(1, 0.0), const bool showflags=false, const std::string &plotsymbol=".", const std::string &plotcolor="green", const double markersize=5.0, const double fontsize=10.0) |
| bool | markflags (const int panel=0, const std::vector< double > ®ion=std::vector< double >(1, 0.0)) |
| bool | flagdata () |
| bool | locatedata () |
| bool | selectcal (const::casac::variant &antenna=::casac::initialize_variant(""), const::casac::variant &field=::casac::initialize_variant(""), const ::casac::variant &spw=::casac::initialize_variant(""), const ::casac::variant &time=::casac::initialize_variant(""), const std::string &poln="""") |
| bool | stopiter (const bool rmplotter=false) |
| bool | clearplot (const int subplot=000) |
| casac::calplot::calplot | ( | ) |
| virtual casac::calplot::~calplot | ( | ) | [virtual] |
| bool casac::calplot::close | ( | ) |
| bool casac::calplot::done | ( | ) |
| bool casac::calplot::next | ( | ) |
| bool casac::calplot::open | ( | const std::string & | caltable = "" |
) |
| bool casac::calplot::plot | ( | const std::string & | xaxis = "time", |
|
| const std::string & | yaxis = "time" | |||
| ) |
| bool casac::calplot::savefig | ( | const std::string & | filename = "", |
|
| const int | dpi = -1, |
|||
| const std::string & | orientation = "", |
|||
| const std::string & | papertype = "", |
|||
| const std::string & | facecolor = "", |
|||
| const std::string & | edgecolor = "" | |||
| ) |
| bool casac::calplot::plotoptions | ( | const int | subplot = 111, |
|
| const bool | overplot = false, |
|||
| const std::string & | iteration = "", |
|||
| const std::vector< double > & | plotrange = std::vector< double >(1, 0.0), |
|||
| const bool | showflags = false, |
|||
| const std::string & | plotsymbol = ".", |
|||
| const std::string & | plotcolor = "green", |
|||
| const double | markersize = 5.0, |
|||
| const double | fontsize = 10.0 | |||
| ) |
| bool casac::calplot::markflags | ( | const int | panel = 0, |
|
| const std::vector< double > & | region = std::vector< double >(1, 0.0) | |||
| ) |
| bool casac::calplot::flagdata | ( | ) |
| bool casac::calplot::locatedata | ( | ) |
| bool casac::calplot::selectcal | ( | const ::casac::variant & | antenna = ::casac::initialize_variant(""), |
|
| const ::casac::variant & | field = ::casac::initialize_variant(""), |
|||
| const ::casac::variant & | spw = ::casac::initialize_variant(""), |
|||
| const ::casac::variant & | time = ::casac::initialize_variant(""), |
|||
| const std::string & | poln = """" | |||
| ) |
| bool casac::calplot::stopiter | ( | const bool | rmplotter = false |
) |
| bool casac::calplot::clearplot | ( | const int | subplot = 000 |
) |
1.5.1