tfinder
jessiehart wrote on Jan 27, 2011
I'm trying to run tfinder on image "gFIELDc2.fits" with an catalog of stars "gFIELDc2.tab", which I created with the mkgsctab. The .tab file looks okay when viewed tprint, but I get the following dialog when I attempt to run tfinder:
By the way, I checked the permissions for the .tab file. It should be able to be opened. Also, during this process IRAF deletes the .tab file I had created.
Any suggestions? Thanks.
tobsolete> mkgsctab
Input coordinate list (RA Dec [ID]) (edo_usnob):
Output GSC format table (gFIELDc2):
tobsolete> tfinder
Image name (gFIELDc2.fits):
Catalog table gFIELDc2.tab exists, overwrite the file? (no):
Log file gFIELDc2.log exists, overwrite the file? (no):
Catalog table gFIELDc2.tab appears to be in raw GSC format,
running TFIELD to generate predicted X/Y coords
can't open gFIELDc2.tab
Warning: Table `gFIELDc2.tab' does not exist or cannot be opened.
Interactive centering using TPEAK:
The size of the markers matches the centering box (9 pixels).
Change the size with the command `:eparam tvmark'.
Select a new catalog subset (yes/no) (no):
ERROR: Table `gFIELDc2.tab' does not exist or cannot be opened.
"tselect (ltable, tmp1, "OBJ_FLAG == 1")"
line 32: finder$src/finderlog.cl
called as: `finderlog (table=gFIELDc2.tab, logfile=gFIELDc2.log, append=yes)'
"finderlog (table, logfile, append+)"
line 260: finder$src/tfinder.cl
called as: `tfinder ()'
tobsolete> By the way, I checked the permissions for the .tab file. It should be able to be opened. Also, during this process IRAF deletes the .tab file I had created.
Any suggestions? Thanks.
Mike Fitzpatrick wrote on Jan 27, 2011
At the point of the error message in the TFINDER script, the input table is renamed to a temp name, something like tmp$tmprawNNNN.tab This temp name is passed to TFIELDS as the input name and the original name is again used as the output.
You should normally see the 'tmprawNNNN.tab' files still in the /tmp directory, are they still there? Do you have permission to write to the tmp$ and current directory?
Otherwise, what platform is this on? My suspicion is that the MKGSCTAB is e.g. writing a table that is byte-swapped for the platform. Would you mind uploading the gFIELDc3.tab file to the anonftp at ftp://iraf.noao.edu/pub?
You should normally see the 'tmprawNNNN.tab' files still in the /tmp directory, are they still there? Do you have permission to write to the tmp$ and current directory?
Otherwise, what platform is this on? My suspicion is that the MKGSCTAB is e.g. writing a table that is byte-swapped for the platform. Would you mind uploading the gFIELDc3.tab file to the anonftp at ftp://iraf.noao.edu/pub?
jessiehart wrote on Jan 27, 2011
I put gFIELDc2.tab in that directory. I'm running this on Mac OS X 10.5.8.
I looked around but I cannot find the temp files.
Thanks.
I looked around but I cannot find the temp files.
Thanks.
Last post on Jan 27, 2011