IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 12:42:55 PM (19 years ago)
Author:
jhoblitt
Message:

add camQueueChipID and use it where appropriate

File:
1 edited

Legend:

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

    r12176 r12188  
    293293    }
    294294
    295     psString recipe = psMetadataLookupStr(&status, config->args, "-recip");
    296     if (!status) {
    297         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -recip");
    298         return false;
    299     }
    300     if (!recipe) {
    301         psError(PS_ERR_UNKNOWN, true, "-recip is required");
    302         return false;
    303     }
    304 
    305295    psF64 bg = psMetadataLookupF64(&status, config->args, "-bg");
    306296    if (!status) {
     
    428418        pendingRow->chip_id,
    429419        pendingRow->label,
     420        pendingRow->recipe,
     421        pendingRow->expgroup,
     422        pendingRow->dvodb,
    430423        uri,
    431         recipe,
    432424        bg,
    433425        bg_stdev,
     
    439431        zp_mean,
    440432        zp_stdev,
    441         code,
    442         pendingRow->expgroup,
    443         pendingRow->dvodb
     433        code
    444434    );
    445435
Note: See TracChangeset for help on using the changeset viewer.