Skip to content

Commit

Permalink
remove nonexistent named parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Mar 27, 2024
1 parent 24e4a7c commit b98c6f3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions jwst/ami/lg_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ def fit_image(
self.fov,
bandpass=self.bandpass,
over=self.over,
rotate=True,
psf_offset=self.bestcenter,
pixscale=self.pixel,
)
Expand Down Expand Up @@ -478,9 +477,7 @@ def improve_scaling(
self.pixscales[q] = self.test_pixscale
psf = self.simulate(
bandpass=self.bandpass,
fov=reffov,
pixel=self.test_pixscale,
centering=centering,
)
pixscl_corrlist[q, :, :] = run_data_correlate(img, psf)
self.pixscl_corr[q] = np.max(pixscl_corrlist[q])
Expand All @@ -501,9 +498,6 @@ def improve_scaling(
psf = self.simulate(
bandpass=self.bandpass,
fov=reffov,
pixel=self.pixscale_optimal,
rotate=rad,
centering=centering,
)

corrlist[q, :, :] = run_data_correlate(psf, img)
Expand All @@ -514,8 +508,6 @@ def improve_scaling(
bandpass=self.bandpass,
pixel=self.pixscale_factor * self.pixel,
fov=reffov,
rotate=self.rot_measured,
centering=centering,
)

try:
Expand Down

0 comments on commit b98c6f3

Please sign in to comment.