diff --git a/msaexp/pipeline.py b/msaexp/pipeline.py index 5718fc7..54b6f67 100644 --- a/msaexp/pipeline.py +++ b/msaexp/pipeline.py @@ -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 @@ -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.