Skip to content

Commit

Permalink
deleted some irrelevant code from joinup
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed Jun 2, 2021
1 parent 6efd1d2 commit 3412940
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions hipercam/scripts/joinup.py
Expand Up @@ -638,12 +638,6 @@ def joinup(args=None):
header["LTV1"] = 1 - (llxmin + (xbin - 1) / 2) / xbin
header["LTV2"] = 1 - (llymin + (ybin - 1) / 2) / ybin

# detector coords
#header["DTM1_1"] = 1.0
#header["DTM2_2"] = 1.0
#header["DTV1"] = float(xoff)
#header["DTV2"] = float(yoff)

# attempt to generate a WCS
instrume = header.get('INSTRUME','UNKNOWN')
if instrume == 'HIPERCAM' and 'RADEG' in header and \
Expand Down

0 comments on commit 3412940

Please sign in to comment.