IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 4, 2007, 5:33:33 PM (19 years ago)
Author:
Paul Price
Message:

Shouldn't have to supply chip_id for -addprocessedexp --- there are multiple chip_ids, and none of them are used in updating the database for the camera step.

File:
1 edited

Legend:

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

    r13580 r13633  
    432432    if (!cam_id) {
    433433        psError(PS_ERR_UNKNOWN, true, "-cam_id is required");
    434         return false;
    435     }
    436 
    437     psString chip_id = psMetadataLookupStr(&status, config->args, "-chip_id");
    438     if (!status) {
    439         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -chip_id");
    440         return false;
    441     }
    442     if (!chip_id) {
    443         psError(PS_ERR_UNKNOWN, true, "-chip_id is required");
    444434        return false;
    445435    }
Note: See TracChangeset for help on using the changeset viewer.