Skip to content

Commit

Permalink
Update pipeline.py
Browse files Browse the repository at this point in the history
remove TODOs
  • Loading branch information
gbrammer authored May 3, 2024
1 parent f0463f2 commit 0204726
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions msaexp/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -1573,7 +1573,6 @@ def extract_spectrum(
min_dyoffset=0.2,
**kwargs,
):
# TODO: I could not identify correct types of the return values. (K.V.)
"""
Main function for extracting 2D/1D spectra from individual slitlets
Expand Down Expand Up @@ -2278,7 +2277,6 @@ def get_slit_polygons(self, include_yoffset=False):
def load_slit_data(
self, step="phot", verbose=True, indices=None, targets=None
):
# TODO: I could not determine the condition for the None return (K.V.)
"""
Load slitlet data from saved files. This script runs
`msaexp.pipeline.SlitData` for each exposure file in the group.
Expand Down

0 comments on commit 0204726

Please sign in to comment.