Skip to content

Commit 6d9cf49

Browse files
committed
implemented get_fits_header_before
1 parent 3b9148a commit 6d9cf49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyobs_fli/flifilterwheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ async def get_fits_header_before(
129129
Returns:
130130
Dictionary containing FITS headers.
131131
"""
132-
pass
132+
return {"FILTER": (await self.get_filter(), "Current filter")}
133133

134134

135135
__all__ = ["FliFilterWheel"]

0 commit comments

Comments
 (0)