desihub / desimeter

DESI coordinates and transformations
BSD 3-Clause "New" or "Revised" License
2 stars 4 forks source link

Turbulence opt #126

Closed julienguy closed 3 years ago

julienguy commented 3 years ago

Example with two FVC exposures on petal1

scp 'cori:/global/cfs/cdirs/desi/users/jguy/focalplane/petal1-at-lbl/turbulence/{fvc.20200904105027.fits,fvc.20200904105035.fits}' .
export DESIMETER_DATA=xxxxx/py/desimeter/data/lbl-petal1/
desi_fvc_proc -i fvc.20200904105035.fits -o fvc.20200904105035.csv
desi_fvc_proc -i fvc.20200904105027.fits -o fvc.20200904105027-corr.csv --expected fvc.20200904105035.csv  --turbulence-correction

INFO:desi_fvc_proc:259:<module>:rms(measured-expected)=0.0161mm rms(corrected-expected)=0.0029mm
julienguy commented 3 years ago

Looks good to me. Re the example run, you report: INFO:desi_fvc_proc:259::rms(measured-expected)=0.0161mm rms(corrected-expected)=0.0029mm where 2.9 microns sounds really good. Is that a turbulence only run (i.e., no repositioning)?

yes. and 16.1 microns instead of 10 micros because of turbulence in both images.