Skip to content

Commit

Permalink
send camera name to astrometry.net service for SIP correction
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-h committed Dec 2, 2022
1 parent 55fa6d1 commit 22cc512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions banzai/astrometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def do_stage(self, image):
'naxis2': image.shape[0],
'ra': image.ra,
'dec': image.dec,
'camera_name': image.camera,
'statistics': False,
'filename': image.filename}
try:
Expand Down

0 comments on commit 22cc512

Please sign in to comment.