IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15405


Ignore:
Timestamp:
Oct 29, 2007, 10:26:34 AM (19 years ago)
Author:
Paul Price
Message:

Errors in pmSourceLocalSky, pmSourceLocalSkyVariance and
pmSourceMoments should not be fatal to a psphot run --- clear the
error stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotSourceStats.c

    r13900 r15405  
    5252          psFree (source);
    5353          Nfail ++;
     54          psErrorClear();
    5455          continue;
    5556        }
     
    6162          psFree (source);
    6263          Nfail ++;
     64          psErrorClear();
    6365          continue;
    6466        }
     
    8991        psFree (source);
    9092        Nfail ++;
     93        psErrorClear();
    9194        continue;
    9295    }
Note: See TracChangeset for help on using the changeset viewer.