@@ -28,20 +28,17 @@ class AmiAnalyzeStep(Step):
2828 class_alias = "ami_analyze"
2929
3030 spec = """
31- oversample = integer(default=3, min=1) # Oversampling factor
32- rotation = float(default=0.0) # Rotation initial guess [deg]
31+ oversample = integer(default=3, min=1) # Oversampling factor
32+ rotation = float(default=0.0) # Rotation initial guess [deg]
3333 psf_offset = string(default='0.0 0.0') # PSF offset values to use to create the model array
3434 rotation_search = string(default='-3 3 1') # Rotation search parameters: start, stop, step
3535 bandpass = string(default=None) # ASDF file containing array to override filter/source
36- # If True, exclude pixels marked DO_NOT_USE from fringe fitting
37- usebp = boolean(default=True)
36+ usebp = boolean(default=True) # If True, exclude pixels marked DO_NOT_USE from fringe fitting
3837 firstfew = integer(default=None) # If not None, process only the first few integrations
39- chooseholes = string(default=None)
40- # If not None, fit only certain fringes e.g. ['B4','B5','B6','C2']
41- affine2d = string(default='commissioning')
42- # ASDF file containing user-defined affine parameters OR 'commssioning'
38+ chooseholes = string(default=None) # If not None, fit only certain fringes e.g. ['B4','B5','B6','C2']
39+ affine2d = string(default='commissioning') # ASDF file containing user-defined affine parameters OR 'commssioning'
4340 run_bpfix = boolean(default=True) # Run Fourier bad pixel fix on cropped data
44- """
41+ """ # noqa: E501
4542
4643 reference_file_types = ["throughput" , "nrm" ]
4744
0 commit comments