Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rcooke-ast committed Sep 12, 2023
1 parent f7597c5 commit 5f657bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypeit/scripts/coadd_datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main(args):
msgs.info("Restricting to detector={}".format(args.det))
parset['rdx']['detnum'] = int(args.det)

# Instantiate Coadd2d
# Instantiate CoAdd3d
coadd = CoAdd3D.get_instance(coadd3dfile.filenames, coadd3dfile.options, spectrograph=spectrograph, par=parset,
det=args.det, overwrite=args.overwrite)

Expand Down

0 comments on commit 5f657bb

Please sign in to comment.