Posted: Mon Jan 24, 2011 4:48 pm Post subject: .cl issues with phot
I have written a .cl script that I am using for photometry and data processing. I have the two lines of code near the end. When I run the code, the first one (daofind) runs, but the second one (phot) does not run. I tried commenting out daofind, and when I do that it tires to run phot, which does not work because the coords file does not exist. Does anyone have a clue as to why this would happen?
If this is a .cl file of commands you execute by indirection rather than a procedure script, then its likely the problem is that with this method ALL input is taken from the script file. If the daophot.verify package parameter is set then you may be getting extra prompts that are being answered by your phot command in the script file.
You can try turning off this parameter, or else turn the .cl into a procedure script and execute it as a task.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum