View on GitHub

IRAF Community Distribution

IRAF maintained by the community

Home | Installation | Packages | X11IRAF | PyRAF | Forum

Reidentify can’t open id file in database

malte wrote on Mar 14, 2008

I'm trying to revise a wavelength calibration I did a few years ago. I've copied both data and database from cd to disk, and tried to run reidentify. It allows me to fit one line, then tells me it can't open the id file in the database.

As far as I can see there are no problems with permissions, the file exists and is readable. What's going wrong?

          Image Data    Found     Fit Pix Shift  User Shift  Z Shift      RMS
trace002[*,457]        51/51   51/51      0.479       0.406  4.83E-5    0.108
Fit dispersion function interactively? (no|yes|NO|YES) ('yes'): n
Killing IRAF task `reidentify'
[pyraf stuff elided]
IRAF task terminated abnormally
ERROR (741, "Cannot open file (database/idtrace002)")

malte wrote on Mar 14, 2008

Problem solved: it turns out it was the permissions after all. A swift chmod u+w did the trick.

Last post on Mar 14, 2008