IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 29, 2007, 7:37:37 AM (19 years ago)
Author:
eugene
Message:

update workdir and outroot names

File:
1 edited

Legend:

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

    r11233 r11360  
    657657    {
    658658        bool status = false;
    659         psString exp_type = psMetadataLookupStr(&status, config->args, "-select_exp_type");        if (!status) {
    660             psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -exp_type");
     659        psString exp_type = psMetadataLookupStr(&status, config->args, "-select_exp_type");       
     660        if (!status) {
     661            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -select_exp_type");
    661662            return false;
    662663        }
     
    803804    }
    804805
    805     psString exp_type = psMetadataLookupStr(&status, config->args, "-exp_type");
    806     if (!status) {
    807         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -exp_type");
    808         return false;
    809     }
    810 
    811806    psString filter = psMetadataLookupStr(&status, config->args, "-filter");
    812807    if (!status) {
     
    10341029            camera,
    10351030            telescope,
    1036             exp_type,
     1031            "NA",
    10371032            filter,
    10381033            airmass_min,
Note: See TracChangeset for help on using the changeset viewer.