Skip to content

Commit

Permalink
GHOST: remove vestigial references to formatOutput()
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-simpson committed Jan 27, 2024
1 parent f0b59d5 commit 8413757
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
11 changes: 0 additions & 11 deletions geminidr/ghost/parameters_ghost_spect.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,6 @@ class combineOrdersConfig(config.Config):
fluxCalibrateConfig = parameters_spect.fluxCalibrateConfig


class formatOutputConfig(config.Config):
suffix = config.Field("Filename suffix", str, "_formattedOutput",
optional=True)
detail = config.ChoiceField("Level of detail", str, {
'default': 'Default output',
'processed_image': 'Include processed CCD image',
'flat_profile': 'Include flat profile',
'sensitivity_curve': 'Include computed sensitivity curve',
}, default='default')


class measureBlazeConfig(config.Config):
suffix = config.Field("Filename suffix", str, "_blazeMeasured",
optional=True)
Expand Down
10 changes: 0 additions & 10 deletions geminidr/ghost/tests/test_ghost_spect.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,16 +258,6 @@ def test_determineWavelengthSolution(self):
"""
pass

@pytest.mark.skip(reason='Needs a full reduction sequence to test')
def test_formatOutput(self):
"""
Checks to make:
- Validate output of each layer of formatOutput
- Ensure data proper is identical between outputs
"""
pass

def test_responseCorrect(self):
"""
Checks to make:
Expand Down

0 comments on commit 8413757

Please sign in to comment.