IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26289 for trunk/pstamp/src


Ignore:
Timestamp:
Nov 29, 2009, 3:17:29 PM (17 years ago)
Author:
bills
Message:

various changes to the postage stamp server.

File:
1 edited

Legend:

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

    r25709 r26289  
    1919    "REQ_TYPE", // byid,  byexp, bydiff, bycoord
    2020    "ID",       // db id, exposure name, diff_image_id, n/a
    21     "CLASS_ID",
     21    "COMPONENT",
    2222    "REQFILT",
    2323    "STAMP_NAME",
     
    126126    switch (getType(argnum, pArgc, argv, options, "ID")) {
    127127    case PSTAMP_RAW:
    128         getId("CLASS_ID", argnum, pArgc, argv, options);
     128        getId("COMPONENT", argnum, pArgc, argv, options);
    129129        break;
    130130    case PSTAMP_CHIP:
    131         getId("CLASS_ID", argnum, pArgc, argv, options);
     131        getId("COMPONENT", argnum, pArgc, argv, options);
    132132        break;
    133133    case PSTAMP_WARP:
     
    145145    switch (getType(argnum, pArgc, argv, options, "ID")) {
    146146    case PSTAMP_RAW:
    147         getId("CLASS_ID", argnum, pArgc, argv, options);
     147        getId("COMPONENT", argnum, pArgc, argv, options);
    148148        break;
    149149    case PSTAMP_CHIP:
    150         getId("CLASS_ID", argnum, pArgc, argv, options);
     150        getId("COMPONENT", argnum, pArgc, argv, options);
    151151        break;
    152152    case PSTAMP_WARP:
     
    163163    switch (getType(argnum, pArgc, argv, options, NULL)) {
    164164    case PSTAMP_RAW:
    165         getId("CLASS_ID", argnum, pArgc, argv, options);
     165        getId("COMPONENT", argnum, pArgc, argv, options);
    166166        break;
    167167    case PSTAMP_CHIP:
    168         getId("CLASS_ID", argnum, pArgc, argv, options);
     168        getId("COMPONENT", argnum, pArgc, argv, options);
    169169        break;
    170170    case PSTAMP_WARP:
Note: See TracChangeset for help on using the changeset viewer.