UltraScan III
List of all members | Public Member Functions | Private Types | Private Slots | Private Attributes
US_vHW_Enhanced Class Reference

#include "us_vhw_enhanced.h"

Inheritance diagram for US_vHW_Enhanced:
Inheritance graph
[legend]
Collaboration diagram for US_vHW_Enhanced:
Collaboration graph
[legend]

Public Member Functions

 US_vHW_Enhanced ()
 
- Public Member Functions inherited from US_AnalysisBase2
 US_AnalysisBase2 ()
 
- Public Member Functions inherited from US_Widgets
 US_Widgets (bool=true, QWidget *p=0, Qt::WindowFlags f=0)
 
 ~US_Widgets (void)
 
QLabel * us_label (const QString &, int=0, int=QFont::Bold)
 
QLabel * us_textlabel (const QString &, int=-1, int=QFont::Bold)
 
QLabel * us_banner (const QString &, int=0, int=QFont::Bold)
 
QPushButton * us_pushbutton (const QString &, bool=true, int=0)
 
QTextEdit * us_textedit (void)
 
QLineEdit * us_lineedit (const QString &=0, int=-1, bool=false)
 
void us_setReadOnly (QLineEdit *, bool=true)
 
void us_setReadOnly (QTextEdit *, bool=true)
 
QListWidget * us_listwidget (int=0)
 
QGridLayout * us_checkbox (const QString &, QCheckBox *&, bool=false)
 
QGridLayout * us_radiobutton (const QString &text, QRadioButton *&rb, bool state=false)
 
QProgressBar * us_progressBar (int, int, int=0)
 
QComboBox * us_comboBox (void)
 
QLCDNumber * us_lcd (int, int=0)
 
QwtCounter * us_counter (int, double, double, double=0.0)
 
QwtPlot * us_plot (const QString &, const QString &=QString(), const QString &=QString())
 
QwtPlotGrid * us_grid (QwtPlot *)
 
QwtPlotCurve * us_curve (QwtPlot *, const QString &)
 
QwtPlotPicker * us_picker (QwtPlot *)
 
QTabWidget * us_tabwidget (int=0, int=QFont::Bold)
 
void write_plot (const QString &, const QwtPlot *)
 Write a plot file (PNG or SVG+PNG) from a plot. More...
 
int clean_etc_dir (bool=false)
 Clean install and work ./etc directories. More...
 

Private Types

enum  { NONE, START, END }
 

Private Slots

void load (void)
 
void data_plot (void)
 
void distr_plot (void)
 
void save_data (void)
 
void view_report (void)
 
void sel_groups (void)
 
void div_seds (void)
 
void update_density (double)
 
void update_viscosity (double)
 
void update_vbar (double)
 
void update_bdtoler (double)
 
void update_divis (double)
 
int first_gteq (double, QVector< double > &, int, int)
 
int first_gteq (double, QVector< double > &, int)
 
double sed_coeff (double, double, double *=NULL, int *=NULL)
 
double avg_plateau (void)
 
double find_root (double)
 
double sedcoeff_intercept (void)
 
double back_diff_coeff (double)
 
void groupClick (const QwtDoublePoint &)
 
void add_group_info (void)
 
void write_vhw (void)
 
void write_dis (void)
 
void write_model (void)
 
void write_report (QTextStream &)
 
QString text_time (double, int)
 
QString text_time (double)
 
QStringList last_edit_files (QStringList)
 
void new_triple (int)
 
void update (int)
 
void copy_data_files (QString, QString, QString)
 
bool fitted_plateaus (void)
 
bool model_plateaus (void)
 
void plot_refresh (void)
 
void vhw_calcs_enhanced (double *, double *)
 
void vhw_calcs_standard (double *, double *)
 
bool have_model (void)
 
void vert_exclude_lines (void)
 
void exclude_from (double)
 
void exclude_to (double)
 
void live_scans (void)
 
void init_partials (void)
 
void update_mid_concs (void)
 
void create_simulation (void)
 
void plot_data2 (void)
 
void get_model (void)
 
void help (void)
 

Private Attributes

enum US_vHW_Enhanced:: { ... }  groupstep
 
QLabel * lb_tolerance
 
QLabel * lb_division
 
QLineEdit * le_temper
 
QLineEdit * le_model
 
QCheckBox * ck_modelpl
 
QCheckBox * ck_vhw_enh
 
QCheckBox * ck_manrepl
 
QCheckBox * ck_use_fed
 
US_Help showHelp
 
QwtCounter * ct_tolerance
 
QwtCounter * ct_division
 
QwtPlotCurve * curve
 
QwtPlotCurve * dcurve
 
US_PlotPickergpick
 
QPushButton * pb_dstrpl
 
QPushButton * pb_rsetda
 
QPushButton * pb_selegr
 
QPushButton * pb_replot
 
double boundPct
 
double positPct
 
double baseline
 
double correc
 
double C0
 
double c0term
 
double Swavg
 
double omega
 
double range
 
double span
 
double basecut
 
double platcut
 
double bdtoler
 
double invert
 
double divfac
 
double cpij
 
double sumcpij
 
double sedc
 
double sdiff
 
double bdiff_coef
 
double bdiff_sedc
 
double total_conc
 
int row
 
int run_id
 
int divsCount
 
int scanCount
 
int valueCount
 
int dbg_level
 
int lscnCount
 
bool haveZone
 
bool groupSel
 
bool forcePlot
 
bool skipPlot
 
bool mo_plats
 
bool vhw_enh
 
QString run_name
 
QString cell
 
QString wavelength
 
QString workingDir
 
QString runID
 
QString editID
 
QVector< US_DataIO::EditedDatadsimList
 
QVector< bool > have_sims
 
QVector< US_ModelmodlList
 
QVector< double > aseds
 
QVector< double > dseds
 
QVector< double > dslos
 
QVector< double > dsigs
 
QVector< double > dcors
 
QVector< int > dpnts
 
QVector< double > scPlats
 
QVector< int > liveScans
 
QVector< bool > saved
 
QVector< QVector< double > > CPijs
 
QVector< QVector< double > > mconcs
 
QVector< double > bdrads
 
QVector< double > bdcons
 
QList< double > groupxy
 
QList< GrpInfogroupdat
 
US_DataIO::EditedDataedata
 
US_DataIO::EditedDataexpda
 
US_DataIO::EditedDatasimda
 
US_DataIO::Scandscan
 
US_DataIO::Scanexpsc
 
US_DataIO::Scansimsc
 
US_Model model
 
int kcalls [20]
 
int kmsecs [20]
 

Additional Inherited Members

- Signals inherited from US_AnalysisBase2
void dataAreLoaded (void)
 A signal to tell the parent when the data are loaded. More...
 
- Static Public Member Functions inherited from US_Widgets
static QFont fixedFont (void)
 
- Public Attributes inherited from US_Widgets
US_Global g
 Connect to global memory and make the values accessible. More...
 
QPalette vlgray
 Very light gray palette for read-only line edits. More...
 
- Protected Slots inherited from US_AnalysisBase2
virtual void reset (void)
 Resets the class to a default state. More...
 
virtual void new_triple (int)
 Update the class to show data for a new triple. More...
 
virtual void load (void)
 Load data from a directory on disk. More...
 
QString indent (int) const
 Return pad string for indentation. More...
 
QString html_header (const QString &, const QString &, US_DataIO::EditedData *) const
 Return html header string. More...
 
QString run_details (void) const
 Return run details in an html formatted string. More...
 
QString hydrodynamics (void) const
 List solution data in an html formatted string. More...
 
QString analysis (const QString &) const
 Return smoothing and boundary factors in an html formatted string. More...
 
QString scan_info (void) const
 Return scan information in an html formatted string. More...
 
QString table_row (const QString &, const QString &) const
 Returns an html string of a two column table row. More...
 
QString table_row (const QString &, const QString &, const QString &) const
 Returns an html string of a three column table row. More...
 
QString table_row (const QString &, const QString &, const QString &, const QString &, const QString &) const
 Returns an html string of a five column table row. More...
 
QString table_row (const QString &, const QString &, const QString &, const QString &, const QString &, const QString &, const QString &) const
 Returns an html string of a seven column table row. More...
 
double calc_baseline (void) const
 
void reportFilesToDB (QStringList &)
 Copy report files to the database. More...
 
bool write_dset_report (QString &)
 Create a general dataset information report file. More...
 
virtual void exclude (void)
 Exclude scans in the specified range. More...
 
virtual void reset_excludes (void)
 Restore excluded scans. More...
 
void smoothing (double)
 Perform smoothing of the data. More...
 
void update_filelist (QStringList &, const QString)
 Update the list of report files. More...
 
- Protected Member Functions inherited from US_AnalysisBase2
virtual void update (int)
 Update screen for a new dataset. More...
 
virtual void data_plot (void)
 Update the data plot. More...
 
bool mkdir (const QString &, const QString &)
 A utility to create a directory. More...
 
- Protected Attributes inherited from US_AnalysisBase2
QVector< US_DataIO::EditedDatadataList
 A set of edited data for the analysis. More...
 
QVector< US_DataIO::RawDatarawList
 A set of raw data for the analysis. More...
 
QStringList triples
 The currently loaded triples in the form cell / channel / wavelength. More...
 
QList< int > excludedScans
 Scans excluded by the user beyond those excluded by US_Edit. More...
 
QList< QVector< double > > savedValues
 Current data values for the analysis. More...
 
US_Math2::SolutionData solution
 The solution data corresponding to the current triple. More...
 
bool dataLoaded
 A flag to indicate data is loaded. More...
 
bool def_local
 Flag if default source is local. More...
 
bool buffLoaded
 Flag to indicate buffer is loaded. More...
 
QString directory
 Data directory of analysis files. More...
 
QString editID
 Current edit ID. Usually a date-time. More...
 
QString runID
 User specified run ID string. More...
 
QString dfilter
 Data files filter. More...
 
QString investig
 Investigator string. More...
 
QString etype_filt
 Experiment type loader filter. More...
 
US_Buffer buff
 Currently loaded buffer. More...
 
US_Solution solution_rec
 Current data's solution. More...
 
US_Noise ri_noise
 Loaded,appl'd radially-invariant noise. More...
 
US_Noise ti_noise
 Loaded,applied time-invariant noise. More...
 
QVector< int > noiflags
 Noise-applied flags, for all triples. More...
 
QVector< QList< int > > allExcls
 Excluded scans, for all triples. More...
 
QVector< US_Noiserinoises
 ri-noises applied, for all triples More...
 
QVector< US_Noisetinoises
 ti-noises applied, for all triples More...
 
US_Help showHelp
 A class to display help in the US Help viewer. More...
 
double time_correction
 Time correction, centrifuge acceler. More...
 
double density
 Density of the buffer. More...
 
double viscosity
 Viscosity of the buffer. More...
 
double vbar
 Specific volume of the analyte. More...
 
bool manual
 Viscosity,Density manual. More...
 
QGridLayout * mainLayout
 Overall Layout. More...
 
QBoxLayout * leftLayout
 Layout of the left column. More...
 
QBoxLayout * rightLayout
 Layout of the right column. More...
 
QBoxLayout * buttonLayout
 Layout of the bottom button row. More...
 
QGridLayout * analysisLayout
 Layout for analysis functions. More...
 
QGridLayout * runInfoLayout
 Layout for run details. More...
 
QGridLayout * parameterLayout
 Layout for other analysis controls. More...
 
QGridLayout * controlsLayout
 Layout of analysis controls. More...
 
US_PlotplotLayout1
 Top plot layout. More...
 
US_PlotplotLayout2
 Bottom plot layout. More...
 
QwtPlot * data_plot1
 Access to the top qwt plot. More...
 
QwtPlot * data_plot2
 Access to the bottom qwt plot. More...
 
QPushButton * pb_load
 Pushbutton to load data. More...
 
QPushButton * pb_details
 Pushbuttion to view run details. More...
 
QPushButton * pb_solution
 Pushbuttion to get solution parameters. More...
 
QPushButton * pb_view
 Pushbuttion to view run a data report. More...
 
QPushButton * pb_save
 Pushbutton to save analysis results. More...
 
QPushButton * pb_reset
 Pushbutton to reset the screen. More...
 
QPushButton * pb_help
 Pushbutton to show help. More...
 
QPushButton * pb_close
 Pushbutton to close the application. More...
 
QPushButton * pb_exclude
 Pushbutton to exclude specified scans. More...
 
QPushButton * pb_reset_exclude
 PB to revert the excluded scan range. More...
 
QLineEdit * le_id
 Display the current RunID. More...
 
QLineEdit * le_temp
 Display/change the temperature used. More...
 
QTextEdit * te_desc
 Text edit box for discription. More...
 
QListWidget * lw_triples
 List widget containing triples. More...
 
QLineEdit * le_solution
 Display the solution description. More...
 
QLineEdit * le_density
 Display/change the density used. More...
 
QLineEdit * le_viscosity
 Display/change the viscosity. More...
 
QLineEdit * le_vbar
 Display/change the specific volume. More...
 
QLineEdit * le_skipped
 Display the number of scans skipped. More...
 
QwtCounter * ct_smoothing
 Counter for number of coefficients in polynomial smoothing function. More...
 
QwtCounter * ct_boundaryPercent
 Counter for boundary percentage specification. More...
 
QwtCounter * ct_boundaryPos
 Counter for boundary starting point. More...
 
QwtCounter * ct_from
 Counter for start of exclude range. More...
 
QwtCounter * ct_to
 Counter for end of exclude range. More...
 
QCheckBox * ck_edlast
 Checkbox for edit-lastest flag. More...
 
US_Disk_DB_Controlsdisk_controls
 Radiobuttons for disk/db choice. More...
 

Detailed Description

Definition at line 32 of file us_vhw_enhanced.h.

Member Enumeration Documentation

anonymous enum
private
Enumerator
NONE 
START 
END 

Definition at line 41 of file us_vhw_enhanced.h.

Constructor & Destructor Documentation

US_vHW_Enhanced::US_vHW_Enhanced ( )

Definition at line 33 of file us_vhw_enhanced.cpp.

Member Function Documentation

void US_vHW_Enhanced::add_group_info ( void  )
privateslot

Definition at line 1325 of file us_vhw_enhanced.cpp.

double US_vHW_Enhanced::avg_plateau ( void  )
privateslot

Definition at line 865 of file us_vhw_enhanced.cpp.

double US_vHW_Enhanced::back_diff_coeff ( double  sedc)
privateslot

Definition at line 1252 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::copy_data_files ( QString  plot1File,
QString  plot2File,
QString  data2File 
)
privateslot

Definition at line 1780 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::create_simulation ( void  )
privateslot

Definition at line 2546 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::data_plot ( void  )
privateslot

Definition at line 270 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::distr_plot ( void  )
privateslot

Definition at line 247 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::div_seds ( void  )
privateslot

Definition at line 935 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::exclude_from ( double  from)
privateslot

Definition at line 2390 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::exclude_to ( double  to)
privateslot

Definition at line 2413 of file us_vhw_enhanced.cpp.

double US_vHW_Enhanced::find_root ( double  goal)
privateslot

Definition at line 1191 of file us_vhw_enhanced.cpp.

int US_vHW_Enhanced::first_gteq ( double  concenv,
QVector< double > &  rvalues,
int  valueCount,
int  defndx 
)
privateslot

Definition at line 841 of file us_vhw_enhanced.cpp.

int US_vHW_Enhanced::first_gteq ( double  concenv,
QVector< double > &  rvalues,
int  valueCount 
)
privateslot

Definition at line 858 of file us_vhw_enhanced.cpp.

bool US_vHW_Enhanced::fitted_plateaus ( void  )
privateslot

Definition at line 1840 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::get_model ( void  )
privateslot

Definition at line 2778 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::groupClick ( const QwtDoublePoint &  p)
privateslot

Definition at line 1272 of file us_vhw_enhanced.cpp.

bool US_vHW_Enhanced::have_model ( void  )
privateslot

Definition at line 2327 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::help ( void  )
inlineprivateslot

Definition at line 195 of file us_vhw_enhanced.h.

void US_vHW_Enhanced::init_partials ( void  )
privateslot

Definition at line 2479 of file us_vhw_enhanced.cpp.

QStringList US_vHW_Enhanced::last_edit_files ( QStringList  files)
privateslot

Definition at line 1596 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::live_scans ( void  )
privateslot

Definition at line 2454 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::load ( void  )
privateslot

Definition at line 144 of file us_vhw_enhanced.cpp.

bool US_vHW_Enhanced::model_plateaus ( void  )
privateslot

Definition at line 2033 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::new_triple ( int  row)
privateslot

Definition at line 1641 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::plot_data2 ( void  )
privateslot

Definition at line 2623 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::plot_refresh ( void  )
privateslot

Definition at line 2090 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::save_data ( void  )
privateslot

Definition at line 623 of file us_vhw_enhanced.cpp.

double US_vHW_Enhanced::sed_coeff ( double  cconc,
double  oterm,
double *  radP = NULL,
int *  ndxP = NULL 
)
privateslot

Definition at line 887 of file us_vhw_enhanced.cpp.

double US_vHW_Enhanced::sedcoeff_intercept ( void  )
privateslot

Definition at line 1713 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::sel_groups ( void  )
privateslot

Definition at line 776 of file us_vhw_enhanced.cpp.

QString US_vHW_Enhanced::text_time ( double  seconds,
int  type 
)
privateslot

Definition at line 1563 of file us_vhw_enhanced.cpp.

QString US_vHW_Enhanced::text_time ( double  seconds)
privateslot

Definition at line 1589 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update ( int  row)
privateslot

Definition at line 1649 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update_bdtoler ( double  dval)
privateslot

Definition at line 826 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update_density ( double  dval)
privateslot

Definition at line 808 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update_divis ( double  dval)
privateslot

Definition at line 833 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update_mid_concs ( void  )
privateslot

Definition at line 2517 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update_vbar ( double  dval)
privateslot

Definition at line 820 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::update_viscosity ( double  dval)
privateslot

Definition at line 814 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::vert_exclude_lines ( void  )
privateslot

Definition at line 2345 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::vhw_calcs_enhanced ( double *  ptx,
double *  pty 
)
privateslot

Definition at line 2178 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::vhw_calcs_standard ( double *  ptx,
double *  pty 
)
privateslot

Definition at line 2098 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::view_report ( void  )
privateslot

Definition at line 757 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::write_dis ( void  )
privateslot

Definition at line 1443 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::write_model ( void  )
privateslot

Definition at line 1482 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::write_report ( QTextStream &  ts)
privateslot

Definition at line 543 of file us_vhw_enhanced.cpp.

void US_vHW_Enhanced::write_vhw ( void  )
privateslot

Definition at line 1365 of file us_vhw_enhanced.cpp.

Member Data Documentation

QVector< double > US_vHW_Enhanced::aseds
private

Definition at line 117 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::basecut
private

Definition at line 78 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::baseline
private

Definition at line 70 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::bdcons
private

Definition at line 130 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::bdiff_coef
private

Definition at line 87 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::bdiff_sedc
private

Definition at line 88 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::bdrads
private

Definition at line 129 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::bdtoler
private

Definition at line 80 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::boundPct
private

Definition at line 68 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::C0
private

Definition at line 72 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::c0term
private

Definition at line 73 of file us_vhw_enhanced.h.

QString US_vHW_Enhanced::cell
private

Definition at line 107 of file us_vhw_enhanced.h.

QCheckBox* US_vHW_Enhanced::ck_manrepl
private

Definition at line 51 of file us_vhw_enhanced.h.

QCheckBox* US_vHW_Enhanced::ck_modelpl
private

Definition at line 49 of file us_vhw_enhanced.h.

QCheckBox* US_vHW_Enhanced::ck_use_fed
private

Definition at line 52 of file us_vhw_enhanced.h.

QCheckBox* US_vHW_Enhanced::ck_vhw_enh
private

Definition at line 50 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::correc
private

Definition at line 71 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::cpij
private

Definition at line 83 of file us_vhw_enhanced.h.

QVector< QVector< double > > US_vHW_Enhanced::CPijs
private

Definition at line 127 of file us_vhw_enhanced.h.

QwtCounter* US_vHW_Enhanced::ct_division
private

Definition at line 57 of file us_vhw_enhanced.h.

QwtCounter* US_vHW_Enhanced::ct_tolerance
private

Definition at line 56 of file us_vhw_enhanced.h.

QwtPlotCurve* US_vHW_Enhanced::curve
private

Definition at line 59 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::dbg_level
private

Definition at line 96 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::dcors
private

Definition at line 121 of file us_vhw_enhanced.h.

QwtPlotCurve* US_vHW_Enhanced::dcurve
private

Definition at line 60 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::divfac
private

Definition at line 82 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::divsCount
private

Definition at line 93 of file us_vhw_enhanced.h.

QVector< int > US_vHW_Enhanced::dpnts
private

Definition at line 122 of file us_vhw_enhanced.h.

US_DataIO::Scan* US_vHW_Enhanced::dscan
private

Definition at line 138 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::dseds
private

Definition at line 118 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::dsigs
private

Definition at line 120 of file us_vhw_enhanced.h.

QVector< US_DataIO::EditedData > US_vHW_Enhanced::dsimList
private

Definition at line 113 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::dslos
private

Definition at line 119 of file us_vhw_enhanced.h.

US_DataIO::EditedData* US_vHW_Enhanced::edata
private

Definition at line 135 of file us_vhw_enhanced.h.

QString US_vHW_Enhanced::editID
private

Definition at line 111 of file us_vhw_enhanced.h.

US_DataIO::EditedData* US_vHW_Enhanced::expda
private

Definition at line 136 of file us_vhw_enhanced.h.

US_DataIO::Scan* US_vHW_Enhanced::expsc
private

Definition at line 139 of file us_vhw_enhanced.h.

bool US_vHW_Enhanced::forcePlot
private

Definition at line 101 of file us_vhw_enhanced.h.

US_PlotPicker* US_vHW_Enhanced::gpick
private

Definition at line 61 of file us_vhw_enhanced.h.

QList< GrpInfo > US_vHW_Enhanced::groupdat
private

Definition at line 133 of file us_vhw_enhanced.h.

bool US_vHW_Enhanced::groupSel
private

Definition at line 100 of file us_vhw_enhanced.h.

enum { ... } US_vHW_Enhanced::groupstep
QList< double > US_vHW_Enhanced::groupxy
private

Definition at line 132 of file us_vhw_enhanced.h.

QVector< bool > US_vHW_Enhanced::have_sims
private

Definition at line 114 of file us_vhw_enhanced.h.

bool US_vHW_Enhanced::haveZone
private

Definition at line 99 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::invert
private

Definition at line 81 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::kcalls[20]
private

Definition at line 144 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::kmsecs[20]
private

Definition at line 145 of file us_vhw_enhanced.h.

QLabel* US_vHW_Enhanced::lb_division
private

Definition at line 44 of file us_vhw_enhanced.h.

QLabel* US_vHW_Enhanced::lb_tolerance
private

Definition at line 43 of file us_vhw_enhanced.h.

QLineEdit* US_vHW_Enhanced::le_model
private

Definition at line 47 of file us_vhw_enhanced.h.

QLineEdit* US_vHW_Enhanced::le_temper
private

Definition at line 46 of file us_vhw_enhanced.h.

QVector< int > US_vHW_Enhanced::liveScans
private

Definition at line 125 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::lscnCount
private

Definition at line 97 of file us_vhw_enhanced.h.

QVector< QVector< double > > US_vHW_Enhanced::mconcs
private

Definition at line 128 of file us_vhw_enhanced.h.

bool US_vHW_Enhanced::mo_plats
private

Definition at line 103 of file us_vhw_enhanced.h.

US_Model US_vHW_Enhanced::model
private

Definition at line 142 of file us_vhw_enhanced.h.

QVector< US_Model > US_vHW_Enhanced::modlList
private

Definition at line 115 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::omega
private

Definition at line 75 of file us_vhw_enhanced.h.

QPushButton* US_vHW_Enhanced::pb_dstrpl
private

Definition at line 63 of file us_vhw_enhanced.h.

QPushButton* US_vHW_Enhanced::pb_replot
private

Definition at line 66 of file us_vhw_enhanced.h.

QPushButton* US_vHW_Enhanced::pb_rsetda
private

Definition at line 64 of file us_vhw_enhanced.h.

QPushButton* US_vHW_Enhanced::pb_selegr
private

Definition at line 65 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::platcut
private

Definition at line 79 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::positPct
private

Definition at line 69 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::range
private

Definition at line 76 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::row
private

Definition at line 91 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::run_id
private

Definition at line 92 of file us_vhw_enhanced.h.

QString US_vHW_Enhanced::run_name
private

Definition at line 106 of file us_vhw_enhanced.h.

QString US_vHW_Enhanced::runID
private

Definition at line 110 of file us_vhw_enhanced.h.

QVector< bool > US_vHW_Enhanced::saved
private

Definition at line 126 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::scanCount
private

Definition at line 94 of file us_vhw_enhanced.h.

QVector< double > US_vHW_Enhanced::scPlats
private

Definition at line 124 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::sdiff
private

Definition at line 86 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::sedc
private

Definition at line 85 of file us_vhw_enhanced.h.

US_Help US_vHW_Enhanced::showHelp
private

Definition at line 54 of file us_vhw_enhanced.h.

US_DataIO::EditedData* US_vHW_Enhanced::simda
private

Definition at line 137 of file us_vhw_enhanced.h.

US_DataIO::Scan* US_vHW_Enhanced::simsc
private

Definition at line 140 of file us_vhw_enhanced.h.

bool US_vHW_Enhanced::skipPlot
private

Definition at line 102 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::span
private

Definition at line 77 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::sumcpij
private

Definition at line 84 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::Swavg
private

Definition at line 74 of file us_vhw_enhanced.h.

double US_vHW_Enhanced::total_conc
private

Definition at line 89 of file us_vhw_enhanced.h.

int US_vHW_Enhanced::valueCount
private

Definition at line 95 of file us_vhw_enhanced.h.

bool US_vHW_Enhanced::vhw_enh
private

Definition at line 104 of file us_vhw_enhanced.h.

QString US_vHW_Enhanced::wavelength
private

Definition at line 108 of file us_vhw_enhanced.h.

QString US_vHW_Enhanced::workingDir
private

Definition at line 109 of file us_vhw_enhanced.h.


The documentation for this class was generated from the following files: