![]() |
Ginan
|
Data Fields | |
| bool | simulate_filter_only = false |
| bool | assume_linearity = false |
| bool | advanced_postfits = false |
| bool | joseph_stabilisation = false |
| E_Inverter | lsq_inverter = E_Inverter::INV |
| E_Inverter | inverter = E_Inverter::LDLT |
| LeastSquareOptions | lsqOpts |
| PrefitOptions | prefitOpts |
| PostfitOptions | postfitOpts |
| ChiSquareOptions | chiSquareTest |
Data Fields inherited from RtsOptions | |
| string | rts_filename = "<RTS_DIRECTORY>/Filter-<RECEIVER>.rts" |
| string | rts_directory = "<OUTPUTS_ROOT>" |
| int | rts_lag = -1 |
| int | rts_interval = 0 |
| string | rts_smoothed_suffix = "_smoothed" |
| bool | queue_rts_outputs = false |
| double | rts_regularisation = 1e-12 |
| bool FilterOptions::advanced_postfits = false |
| bool FilterOptions::assume_linearity = false |
| ChiSquareOptions FilterOptions::chiSquareTest |
| E_Inverter FilterOptions::inverter = E_Inverter::LDLT |
| bool FilterOptions::joseph_stabilisation = false |
| E_Inverter FilterOptions::lsq_inverter = E_Inverter::INV |
| LeastSquareOptions FilterOptions::lsqOpts |
| PostfitOptions FilterOptions::postfitOpts |
| PrefitOptions FilterOptions::prefitOpts |
| bool FilterOptions::simulate_filter_only = false |