IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2008, 4:09:46 PM (18 years ago)
Author:
eugene
Message:

fix errors in calculation of sig image; API change: sig image is now actual S/N2

File:
1 edited

Legend:

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

    r16611 r17870  
    4444    // optional dump of all rough source data
    4545    char *output = psMetadataLookupStr (&status, recipe, "MOMENTS_OUTPUT_FILE");
    46     if (!status) return false;
    47     if (output == NULL) return false;
     46    if (!output) return false;
    4847    if (output[0] == 0) return false;
     48    if (!strcasecmp (output, "NONE")) return false;
    4949
    5050    pmMomentsWriteText (sources, output);
Note: See TracChangeset for help on using the changeset viewer.