IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 20, 2006, 2:37:02 PM (20 years ago)
Author:
jhoblitt
Message:

add -dateobs params to -update[imfile|exp]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/regtoolConfig.c

    r9392 r9682  
    100100    psMetadataAddStr(updateexpArgs, PS_LIST_TAIL, "-object",  0,
    101101        "define exposure object", NULL);
     102    psMetadataAddStr(updateexpArgs, PS_LIST_TAIL, "-dateobs",  0,
     103        "define observation time", NULL);
    102104    /*
    103105    psMetadataAddStr(updateArgs, PS_LIST_TAIL, "-recip",  0,
     
    145147    psMetadataAddStr(updateimfileArgs, PS_LIST_TAIL, "-object",  0,
    146148        "define exposure object", NULL);
     149    psMetadataAddStr(updateimfileArgs, PS_LIST_TAIL, "-dateobs",  0,
     150        "define observation time", NULL);
    147151   
    148152    // -rawimfile
Note: See TracChangeset for help on using the changeset viewer.