mperrin / webbpsf

James Webb Space Telescope PSF simulation tool - NOTE THIS VERSION OF REPO IS SUPERCEDED BY spacetelescope/webbpsf
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

Set x/y pupil shear values for all instruments from on CV3/OTIS data #212

Closed shanosborne closed 6 years ago

shanosborne commented 6 years ago

Final pupil shear values came from adding together CV3 on-orbit estimates and OTIS NIRCam value (averaged between NIRCam A and B and delta from predicted). CV3 data came from JWST-RPT-028027 ISIM Pupil Shear Measurement Report (CV1, CV2, and CV3) and OTIS data came from JWST-RPT-037134 OTIS Analysis Report for AIS-1815 Science Instrument Pupil Alignment.

mperrin commented 6 years ago

Git trick: as an alternative to merging changes on master into another branch, you can also do “git rebase master”, which (oversimplifying) updates the branch to be as if it started from the current master. That’s a little cleaner/ more elegant in that it doesn’t result in redundant copies of the same changes. Not a big deal, just a trick to know for the future.

mperrin commented 6 years ago

Nice detective work to track down these values!