19 #ifndef INCLUDED_protocols_noesy_assign_PeakAssignmentOptionKeys_HH
20 #define INCLUDED_protocols_noesy_assign_PeakAssignmentOptionKeys_HH
23 #include <basic/options/option_macros.hh>
40 OPT_1GRP_KEY( Boolean, noesy, atom_dependent_calibration )
41 OPT_1GRP_KEY( Boolean, noesy, ignore_resonancefile_tolerances )
42 OPT_1GRP_KEY( Boolean, noesy, ignore_resonancefile_intensities )
44 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, Vmin )
45 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, symmetry )
46 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, covalent )
48 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, Smax )
49 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, dcut )
50 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, network_min )
51 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, network_atom_min )
52 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, dcalibrate )
53 OPT_2GRP_KEY( RealVector, noesy_weights, defaults, calibration_target )
63 OPT_1GRP_KEY( Real, noesy_weights, min_symmetry_reinforcement )
65 OPT_2GRP_KEY( Real, noesy, network, vmin )
66 OPT_2GRP_KEY( Real, noesy, network, vmax )
67 OPT_2GRP_KEY( Real, noesy, network, reswise_high )
68 OPT_2GRP_KEY( Real, noesy, network, reswise_min )
69 OPT_2GRP_KEY( Real, noesy, network, atomwise_min )
70 OPT_2GRP_KEY( Boolean, noesy, network, include_reverse_dir )
71 OPT_2GRP_KEY( Boolean, noesy, network, allow_same_residue_connect )
72 OPT_2GRP_KEY( Boolean, noesy, network, use_all_covalent_atoms )
73 OPT_2GRP_KEY(
String, noesy, network, mode )
76 OPT_2GRP_KEY( Real, noesy, local_distviol,
range )
77 OPT_2GRP_KEY( Real, noesy, local_distviol, global_buffer )
78 OPT_2GRP_KEY( Real, noesy, local_distviol, global_factor )
79 OPT_2GRP_KEY( Real, noesy, local_distviol, cutoff )
80 OPT_2GRP_KEY( Real, noesy, local_distviol, cutoff_buffer )
83 OPT_2GRP_KEY( Real, noesy, calibration, convergence )
84 OPT_2GRP_KEY( Real, noesy, calibration, max_noe_dist )
85 OPT_2GRP_KEY( Real, noesy, calibration, start_nudging )
86 OPT_2GRP_KEY( Real, noesy, calibration, stop_nudging )
87 OPT_2GRP_KEY( Real, noesy, calibration, max_nudging )
88 OPT_2GRP_KEY( Boolean, noesy, calibration, ignore_eliminated_peaks )
90 OPT_2GRP_KEY( Boolean, noesy, calibration, eliminate )
91 OPT_2GRP_KEY( Boolean, noesy, calibration, use_median )
92 OPT_2GRP_KEY( Integer, noesy, calibration, cycles )
95 OPT_3GRP_KEY( RealVector, noesy, prob,
sigmoid, m )
96 OPT_3GRP_KEY( RealVector, noesy, prob, sigmoid, tau )
97 OPT_3GRP_KEY( RealVector, noesy, prob, sigmoid, w )
98 OPT_2GRP_KEY( RealVector, noesy, prob, level )