Skip to content

Commit

Permalink
Refactor the asdf_maker subpackage
Browse files Browse the repository at this point in the history
This moves the wcs specific stuff out into its own file and adds an extra test
  • Loading branch information
Cadair committed Jan 17, 2020
1 parent 8ff82b9 commit 9fd09ea
Show file tree
Hide file tree
Showing 9 changed files with 747 additions and 760 deletions.
4 changes: 3 additions & 1 deletion dkist/asdf_maker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
"""
Functions for building asdf files from a set of calibrated DKIST FITS files and their headers.
"""
from .generator import *
from .helpers import *
Loading

0 comments on commit 9fd09ea

Please sign in to comment.