Creation of generic class to manage Locallab tools
Notes: - All Locallab tools have been converted to this new design - Locallab GUI hasn't been updated to this new design Bugfix: Solve crash problem when using ctrl+copy/ctrl+paste
This commit is contained in:
@@ -1178,6 +1178,12 @@ struct LocallabParams {
|
||||
static const double LABGRIDL_CORR_MAX;
|
||||
static const double LABGRIDL_CORR_SCALE;
|
||||
static const double LABGRIDL_DIRECT_SCALE;
|
||||
static const std::vector<double> DEF_MASK_CURVE;
|
||||
static const std::vector<double> DEF_COLOR_LCURVE;
|
||||
static const std::vector<double> DEF_COLOR_HCURVE;
|
||||
static const std::vector<double> DEF_EXP_CURVE;
|
||||
static const std::vector<double> DEF_RET_CURVE;
|
||||
static const std::vector<double> DEF_LC_CURVE;
|
||||
int nbspot;
|
||||
int selspot;
|
||||
std::vector<LocallabSpot> spots;
|
||||
|
Reference in New Issue
Block a user