Opened 19 years ago
Closed 19 years ago
#920 closed enhancement (fixed)
register throws errors trying to create log files with " in the pathname
| Reported by: | Owned by: | eugene | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | PanTasks | Version: | 2.2 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
Just reran register again today, after all my wishes about warptool and constant softbias subtraction had been heeded; it seems to have worked fine as far as I can tell from ippMon, but produced error messages like these for every file:
unable to open stdout dump file /data/ipp001.0/jester/stripe82/coadd/run_ipp/"fpC-001056-i1-0192.1"/reg.fpa.log
unable to open stderr dump file /data/ipp001.0/jester/stripe82/coadd/run_ipp/"fpC-001056-i1-0192.1"/reg.fpa.log
It didn't do that yesterday, so I think the " around the file rootname are new and the reason for the failure to create log files.

the opihi shell language was swallowing strings that look like "a-0-3" since the look like math expressions, but are not really math expressions. I've fixed that in the opihi shell, and removed the potentially offending double quotes.