You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gettting noise functionality ready for batch experiments #929#928#926
- Bigger noises are still bugged but now gives a atomWarn()
- Encapsulated ntfv in a specific function
- -ntfv now overrides -nig
- addNoiseToTF now calls a subfunction computeNoise() to reduce boilerplate code
- other misc small qol improvements
help="Magnitude of noise to add to the initial guess atomic transformations set before starting optimization [meters, radians].", type=float, default=[0.0, 0.0],),
113
115
114
-
# TODO make note in help that this overrides nig flag.
115
-
ap.add_argument("-ntfl", "--noisy_tf_links", type=parse_list_of_transformations, help='''Pairs of links defining the transformations to which noise will be added, in the format link1:link2,linkA:linkB (links defining a transformation separated by
116
-
: and different pairs separeted by ,)''')
116
+
ap.add_argument("-ntfl", "--noisy_tf_links", type=parse_list_of_transformations, help='''Pairs of links defining the transformations to which noise will be added, in the format linkParent1:linkChild2,linkParentA:linkChildB (links defining a transformation separated by
0 commit comments