We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13fc1d commit b8eafc7Copy full SHA for b8eafc7
jwst/pipeline/calwebb_spec2.py
@@ -391,7 +391,7 @@ def process_exposure_product(
391
self.log.warning("Extract_1d did not return a DataModel - skipping photom.")
392
else:
393
self.photom.save_results = self.save_results
394
- x1d = self.photom(x1d)
+ x1d = self.photom.run(x1d)
395
elif exp_type == 'NRS_MSASPEC':
396
# Special handling for MSA spectra, to handle mixed-in
397
# fixed slits separately
0 commit comments