Skip to content

Commit

Permalink
removed unused synphot import
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooper295 committed Nov 21, 2024
1 parent d199860 commit 4176c82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jwst/ami/ami_analyze_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import numpy as np
import asdf
import synphot

__all__ = ["AmiAnalyzeStep"]

Expand All @@ -21,7 +20,7 @@ class AmiAnalyzeStep(Step):
rotation = float(default=0.0) # Rotation initial guess [deg]
psf_offset = string(default='0.0 0.0') # PSF offset values to use to create the model array
rotation_search = string(default='-3 3 1') # Rotation search parameters: start, stop, step
bandpass = string(default=None) # ASDF file containing array or Synphot spectrum to override filter/source
bandpass = string(default=None) # ASDF file containing array to override filter/source
usebp = boolean(default=True) # If True, exclude pixels marked DO_NOT_USE from fringe fitting
firstfew = integer(default=None) # If not None, process only the first few integrations
chooseholes = string(default=None) # If not None, fit only certain fringes e.g. ['B4','B5','B6','C2']
Expand Down

0 comments on commit 4176c82

Please sign in to comment.