Changeset 42389 for trunk/Ohana/src/relastro/src/launch_region_hosts.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/relastro/src (modified) (1 prop)
-
src/relastro/src/launch_region_hosts.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/relastro/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20220316/Ohana/src/relastro/src (added) merged: 42345,42361
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relastro/src/launch_region_hosts.c
r40415 r42389 63 63 // subset images per host : CATDIR/Image.HOSTNAME.fits 64 64 char filename[1024]; 65 snprintf (filename, 1024, "%s/Image.%d.fits", CATDIR, host->hostID);65 snprintf_nowarn (filename, 1024, "%s/Image.%d.fits", CATDIR, host->hostID); 66 66 if (unlink (filename)) fprintf (stderr, "trouble clearing image %s\n", filename); 67 67 … … 71 71 if (host->astromTable) { 72 72 char mapname[1024]; 73 snprintf (mapname, 1024, "%s/AstroMap.%d.fits", CATDIR, host->hostID);73 snprintf_nowarn (mapname, 1024, "%s/AstroMap.%d.fits", CATDIR, host->hostID); 74 74 75 75 // write the image subset for this host
Note:
See TracChangeset
for help on using the changeset viewer.
