IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 3, 2006, 8:48:10 AM (19 years ago)
Author:
magnier
Message:

defined pmConfigConvertFilename, added to all I/O functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourceIO_RAW.c

    r10182 r10421  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2006-11-24 20:57:26 $
     5 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2006-12-03 18:48:10 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6767    f = fopen (filename, "w");
    6868    if (f == NULL) {
    69         psLogMsg (__func__, 3, "can't open output file for PSFs: %s\n", filename);
     69        psLogMsg (__func__, 3, "can't open output file for PSF sources: %s\n", filename);
    7070        return false;
    7171    }
     
    126126    f = fopen (filename, "w");
    127127    if (f == NULL) {
    128         psLogMsg ("pmModelWriteEXTs", 3, "can't open output file for moments%s\n", filename);
     128        psLogMsg ("pmModelWriteEXTs", 3, "can't open output file for EXT sources: %s\n", filename);
    129129        return false;
    130130    }
     
    185185    f = fopen (filename, "w");
    186186    if (f == NULL) {
    187         psLogMsg ("DumpObjects", 3, "can't open output file for moments%s\n", filename);
     187        psLogMsg ("DumpObjects", 3, "can't open output file for NULL sources: %s\n", filename);
    188188        return false;
    189189    }
     
    230230    f = fopen (filename, "w");
    231231    if (f == NULL) {
    232         psLogMsg ("pmMomentsWriteText", 3, "can't open output file for moments%s\n", filename);
     232        psLogMsg ("pmMomentsWriteText", 3, "can't open output file for moments: %s\n", filename);
    233233        return false;
    234234    }
Note: See TracChangeset for help on using the changeset viewer.