IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2007, 2:39:07 PM (19 years ago)
Author:
Paul Price
Message:

Adding pmConfigCommand.[ch] in order to supplement a command line with arguments for database and trace. This is required for running detselect in pmDetrendDB.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileIO.c

    r11357 r11450  
    233233
    234234        psFree (file->filename);
    235         file->filename = pmDetrendFile (file->filextra, extra);
     235        file->filename = pmDetrendFile(file->filextra, extra, config);
    236236        if (file->filename == NULL) {
    237237            psError(PS_ERR_IO, false, "failed to find a valid detrend image for detID %s : classID %s\n", file->filextra, extra);
Note: See TracChangeset for help on using the changeset viewer.