Skip to content

Commit

Permalink
Add image type for diffuse light correction
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Dec 11, 2019
1 parent 5c946a5 commit 2dec44e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions megaradrp/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ def validate_hdulist(self, hdulist):
super(MasterBPM, self).validate_hdulist(hdulist)


class DiffuseLightCorrection(ProcessedImageProduct):
"""Image to correct from diffuse light"""
pass


class MasterSensitivity(ProcessedSpectrumProduct):
"""Sensitivity correction."""
pass
Expand Down

0 comments on commit 2dec44e

Please sign in to comment.