// Rules:
// (1) numberOfSearchTrees can be set to 'auto' instead of a positive integer
// (2) See more on RDC scaling factors

@parametersForAlignmentTensorComputation {
    weightForRmsDihedralDeviationTerm = 8.0
    numberOfOptimizationsOfPP1        = 2 // an integer
    numberOfSearchTrees               = auto // 1000000 // auto // an integer
}

@parametersForHelixComputation {
    weightForRmsDihedralDeviationTerm = 8.0
    numberOfOptimizationsOfPP1        = 2 // an integer
    numberOfSearchTrees               = 20000000 //auto // 1000000 // auto // an integer
    gridResolutionInDegrees           = 1.0
}

@parametersForStrandComputation {
    weightForRmsDihedralDeviationTerm = 4.0
    numberOfOptimizationsOfPP1        = 2 // an integer
    numberOfSearchTrees               = auto // an integer
    gridResolutionInDegrees           = 2.0
}

// **RDC Scaling Factors**
// The flag scaleRdcTo can be set to one of the values from the following set:
// {scaled, CA_HA, N_HN}. It sets the values of the prefactors (Dmax) for
// the different types of RDCs measured. If the data has already been scaled,
// then use the flag scaled. If the data are to be scaled wrt. CA_HA then set
// the flag to CA_HA, and if the data are to be scaled wrt. N_HN then set the
// flag to N_HN. We recommend to use scaled RDCs for our program or to scale the
// RDCs wrt. CA_HA.

scaleRdcTo scaled

testIfRdcsExistForBoundaryResiduesOfSse true
enforceRdcErrorIntervalEarly true

