IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 4, 2010, 6:40:11 PM (16 years ago)
Author:
eugene
Message:

fix error messages in various places; fix interactions with pswarp, ppSub and ppStack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/psphot.stack.20100120/src/psphotAddNoise.c

    r26691 r26772  
    2424    for (int i = 0; i < num; i++) {
    2525        if (!psphotAddOrSubNoiseReadout (config, view, "PSPHOT.INPUT", i, recipe, add)) {
    26             psError (PSPHOT_ERR_CONFIG, false, "failed on saturated star deblend analysis for PSPHOT.INPUT entry %d", i);
     26            psError (PSPHOT_ERR_CONFIG, false, "failed on to modify noise for PSPHOT.INPUT entry %d", i);
    2727            return false;
    2828        }
Note: See TracChangeset for help on using the changeset viewer.