CaltechOpticalObservatories / NGPS

NGPS Software
3 stars 0 forks source link

Get (some) ACAM headers from FPoffsets #210

Open chazshapiro opened 1 week ago

chazshapiro commented 1 week ago

This is dict now available from FPoffsets:

acam_params={
    "PIXSCALE"  : pixscale,        # arcsec/px
    "CDELT1"    : pixscale/3600.,  # deg/px
    "CDELT2"    : pixscale/3600.,   # deg/px
    }

These are part of the geometric model and belong with their brethren geometric parameters.

chazshapiro commented 4 days ago

also get CRPIX1 and CRPIX2