// **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 CA_HA

// Alignment media name for RDCs mest be medium1, medium2, etc.
@rdcMediumName medium1 

// Only two RDCs in the same alignment medium required
@typesOfRdcsToBeUsedForAnalyticSolutions CA_HA, N_HN  

// Can be used to filter the solutions further
@typeOfRdcsToBeUsedForRefinement CA_HA, N_HN


