IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2007, 5:46:11 PM (19 years ago)
Author:
jhoblitt
Message:

remove newExp.imfils

File:
1 edited

Legend:

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

    r14023 r14037  
    107107        return false;
    108108    }
    109     psS32 imfiles = psMetadataLookupS32(&status, config->args, "-imfiles");
    110     if (!status) {
    111         psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -imfiles");
    112         return false;
    113     }
    114     if (!imfiles) {
    115         psError(PS_ERR_UNKNOWN, true, "-imfiles is required");
    116         return false;
    117     }
    118109
    119110    psString workdir = psMetadataLookupStr(&status, config->args, "-workdir");
     
    130121                0x0, // exp_id
    131122                tmp_exp_name,
    132                 "reg", // state
    133123                tmp_camera,
    134124                tmp_telescope,
    135                 imfiles,
     125                "reg", // state
    136126                workdir,
    137127                "dirty"
Note: See TracChangeset for help on using the changeset viewer.