IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2009, 12:39:56 PM (17 years ago)
Author:
Paul Price
Message:

For MOPS, write exposure name as FPA_ID, exposure identifier as EXP_ID.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMops/src/ppMopsData.c

    r24242 r25074  
    1111{
    1212    psFree(data->detections);
     13    psFree(data->exp_name);
    1314    psFree(data->output);
    1415    return;
     
    2223    data->detections = NULL;
    2324    data->zp = NAN;
     25    data->exp_id = 0;
     26    data->exp_name = NULL;
    2427    data->output = NULL;
    2528
Note: See TracChangeset for help on using the changeset viewer.