run_det1#
- niriss_tools.pipeline.run_det1(uncal_path, output_dir, **kwargs)[source]#
Run the level 1 detector pipeline on an uncalibrated image.
Applies detector-level corrections.
- Parameters:
- uncal_path
PathLike The location of the file to be processed, with the extension
_uncal.fits.- output_dir
PathLike The directory into which the output files will be saved.
- **kwargs
dict, optional Any additional keyword arguments, to be passed to
jwst.pipeline.Detector1Pipeline.
- uncal_path