IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2006, 3:16:23 PM (20 years ago)
Author:
jhoblitt
Message:

big database scheme change -- now partially normalized
full implement p0search -updateexp through p2 (p1 support is unimplemented)
delete "frame" level functions from p0search as they are now unused

File:
1 edited

Legend:

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

    r8268 r8279  
    6565    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-background",  0,
    6666        "define exposue background", NAN);
     67    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-bg",  0,
     68        "define exposue background", NAN);
     69    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-bg_stdev",  0,
     70        "define exposue background stdev", NAN);
     71    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-bg_mean_stdev",  0,
     72        "define exposue background mean stdev", NAN);
     73    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-alt",  0,
     74        "define altitute", NAN);
     75    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-az",  0,
     76        "define azimuth", NAN);
     77    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-ccd_temp",  0,
     78        "define ccd tempature", NAN);
     79    psMetadataAddF64(updateexpArgs, PS_LIST_TAIL, "-posang",  0,
     80        "define rotator position angle", NAN);
    6781    /*
    6882    psMetadataAddStr(updateArgs, PS_LIST_TAIL, "-recip",  0,
     
    96110    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-background_stdev",  0,
    97111        "define exposue background standard dev.", NAN);
     112    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-bg_stdev",  0,
     113        "define exposue background stdev", NAN);
     114    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-bg_mean_stdev",  0,
     115        "define exposue background mean stdev", NAN);
     116    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-alt",  0,
     117        "define altitute", NAN);
     118    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-az",  0,
     119        "define azimuth", NAN);
     120    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-ccd_temp",  0,
     121        "define ccd tempature", NAN);
     122    psMetadataAddF64(updateimfileArgs, PS_LIST_TAIL, "-posang",  0,
     123        "define rotator position angle", NAN);
     124
    98125
    99126#define PXTOOL_MODE(option, modeval, argset) \
Note: See TracChangeset for help on using the changeset viewer.