IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2015, 10:27:17 AM (11 years ago)
Author:
mhuber
Message:

specifically add and pass SHUTCUTC as FPA keyword through chip-cam-warp-diff-publish stages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsDetections.c

    r37375 r38729  
    2121    psFree(det->mask);
    2222    psFree(det->fpashutoutc);
     23    psFree(det->fpashutcutc);
    2324    return;
    2425}
     
    5051    det->diffSkyfileId = 0;
    5152    det->fpashutoutc = NULL;
     53    det->fpashutcutc = NULL;
    5254    return det;
    5355}
Note: See TracChangeset for help on using the changeset viewer.