#include <sdlinefinder_cmpt.h>
// TODO: WRITE YOUR DESCRIPTION HERE!
Definition at line 35 of file sdlinefinder_cmpt.h.
Public Member Functions | |
| sdlinefinder () | |
| virtual | ~sdlinefinder () |
| bool | setoptions (const double threshold=sqrt(3.), const int minnchan=1, const int avglimit=8, const double boxsize=0.2) |
| void | setscan (const::casac::record &scan, const std::vector< bool > &mask, const std::vector< int > &edge) |
| void setscan(const ::casac::record& scan, const std::vector<bool>& mask, const ::casac::record& edge); | |
| int | findlines (const int whichRow) |
| std::vector< bool > | getmask (const bool invert=false) |
| std::vector< double > | getlineranges () |
| std::vector< int > | getlinerangesinchannels () |
| casac::sdlinefinder::sdlinefinder | ( | ) |
| virtual casac::sdlinefinder::~sdlinefinder | ( | ) | [virtual] |
| bool casac::sdlinefinder::setoptions | ( | const double | threshold = sqrt(3.), |
|
| const int | minnchan = 1, |
|||
| const int | avglimit = 8, |
|||
| const double | boxsize = 0.2 | |||
| ) |
| void casac::sdlinefinder::setscan | ( | const ::casac::record & | scan, | |
| const std::vector< bool > & | mask, | |||
| const std::vector< int > & | edge | |||
| ) |
void setscan(const ::casac::record& scan, const std::vector<bool>& mask, const ::casac::record& edge);
| int casac::sdlinefinder::findlines | ( | const int | whichRow | ) |
| std::vector<bool> casac::sdlinefinder::getmask | ( | const bool | invert = false |
) |
| std::vector<double> casac::sdlinefinder::getlineranges | ( | ) |
| std::vector<int> casac::sdlinefinder::getlinerangesinchannels | ( | ) |
1.5.1