IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2013, 10:57:50 AM (13 years ago)
Author:
bills
Message:

add argument to ppstamp to take a metadata config file with keywords to
add to the image fits headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/src/ppstampOptions.c

    r34596 r35893  
    1010{
    1111    psFree(options->chipName);
     12    psFree(options->headerAdditions);
    1213}
    1314
     
    3031    options->cellName  = NULL;
    3132    options->stage  = NULL;
     33    options->headerAdditions = NULL;
    3234    options->censorMasked = false;
    3335    options->writeJPEG = false;
Note: See TracChangeset for help on using the changeset viewer.