IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2012, 3:53:46 PM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120905/psModules
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/psModules

  • branches/eam_branches/ipp-20120905/psModules/src/objects

    • Property svn:mergeinfo deleted
  • branches/eam_branches/ipp-20120905/psModules/src/objects/pmSourceIO.c

    r34403 r34568  
    12321232{
    12331233    if (!psFitsMoveExtNameClean (file->fits, xsrcname)) {
    1234         psWarning ("cannot find xsrc extension %s in %s, skipping", xsrcname, file->filename);
     1234        psTrace ("pmFPAfile", 1, "cannot find xsrc extension %s in %s, skipping", xsrcname, file->filename);
    12351235        return false;
    12361236    }
     
    12701270{
    12711271    if (!psFitsMoveExtNameClean (file->fits, extname)) {
    1272         psWarning ("cannot find xfit extension %s in %s, skipping", extname, file->filename);
     1272        psTrace ("pmFPAfile", 1, "cannot find xfit extension %s in %s, skipping", extname, file->filename);
    12731273        return false;
    12741274    }
     
    13071307{
    13081308    if (!psFitsMoveExtNameClean (file->fits, extname)) {
    1309         psWarning ("cannot find xrad extension %s in %s, skipping", extname, file->filename);
     1309        psTrace ("pmFPAfile", 1, "cannot find xrad extension %s in %s, skipping", extname, file->filename);
    13101310        return false;
    13111311    }
Note: See TracChangeset for help on using the changeset viewer.