desihub / specex

DESI spectrograph PSF fitting
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

missing desi_psf_fit script #66

Closed sbailey closed 2 years ago

sbailey commented 2 years ago

specex generates error messages like:

ERROR:specex.py:196:main: desi_psf_fit on process 6 failed with return value 1 running desi_psf_fit -a /global/cfs/cdirs/desi/spectro/redux/himalayas/preproc/20211013/00104057/preproc-r8-00104057.fits.gz --in-psf /global/cfs/cdirs/desi/spectro/redux/himalayas/exposures/20211013/00104057/shifted-input-psf-r8-00104057.fits --out-psf /global/cfs/cdirs/desi/spectro/redux/himalayas/exposures/20211013/00104057/fit-psf-r8-00104057_06.fits --lamp-lines /global/common/software/desi/cori/desiconda/20211217-2.0.0/code/specex/0.8.4/lib/python3.9/site-packages/specex/data/specex_linelist_desi.txt --first-bundle 6 --last-bundle 6 --first-fiber 150 --last-fiber 174 --legendre-deg-wave 1 --broken-fibers 473,474

but desi_psf_fit no longer exists as a wrapper script.

Please restore that wrapper script so that the failing command in the log can be cut-and-pasted to reproduce the error.