Skip to content

Commit

Permalink
joinup -- new command to convert to single HDU FITS
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed May 14, 2021
1 parent cee5121 commit 299d2d6
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.. |ol-hlog2fits| replace:: convert a reduction log file to FITS
.. |ol-hls| replace:: list the runs on the |hiper| server
.. |ol-hplot| replace:: plot a frame
.. |ol-joinup| replace:: joins windows into single image
.. |ol-ltimes| replace:: list times of a run
.. |ol-ltrans| replace:: computes transforms to align frames
.. |ol-makebias| replace:: combine a run to make a bias frame
Expand Down Expand Up @@ -116,6 +117,8 @@ useful.
+--------------+----------------+----------+----------+---------+-----------+------------+
| |hplot| | |ol-hplot| | Yes | Yes | Yes | | |
+--------------+----------------+----------+----------+---------+-----------+------------+
| |joinup| | |ol-joinup| | Yes | Yes | | | |
+--------------+----------------+----------+----------+---------+-----------+------------+
| |ltimes| | |ol-ltimes| | | | | | Yes |
+--------------+----------------+----------+----------+---------+-----------+------------+
| |makebias| | |ol-makebias| | Yes | Yes | | | |
Expand Down
1 change: 1 addition & 0 deletions docs/globals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.. |hls| replace:: :func:`hls <hipercam.scripts.hls>`
.. |hmeta| replace:: :func:`hmeta <hipercam.scripts.hmeta>`
.. |hplot| replace:: :func:`hplot <hipercam.scripts.hplot>`
.. |joinup| replace:: :func:`joinup <hipercam.scripts.joinup>`
.. |ltimes| replace:: :func:`ltimes <hipercam.scripts.ltimes>`
.. |ltrans| replace:: :func:`ltrans <hipercam.scripts.ltrans>`
.. |makebias| replace:: :func:`makebias <hipercam.scripts.makebias>`
Expand Down
2 changes: 2 additions & 0 deletions hipercam/scripts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
from .hls import hls
from .hmeta import hmeta
from .hplot import hplot
from .joinup import joinup
from .ltimes import ltimes
from .logsearch import logsearch
from .ltrans import ltrans
Expand Down Expand Up @@ -70,6 +71,7 @@
"hlogger",
"hls",
"hplot",
"joinup",
"ltimes",
"ltrans",
"makebias",
Expand Down
Loading

0 comments on commit 299d2d6

Please sign in to comment.