IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19295


Ignore:
Timestamp:
Aug 29, 2008, 2:28:25 PM (18 years ago)
Author:
eugene
Message:

use the camera root name to search the detrend database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmDetrendDB.c

    r19176 r19295  
    1212#include "pmFPA.h"
    1313#include "pmFPALevel.h"
     14#include "pmConfigCamera.h"
    1415#include "pmDetrendDB.h"
    1516#include "psPipe.h"
     
    129130
    130131    pmDetrendSelectResults *results = pmDetrendSelectResultsAlloc();
    131     psStringAppend(&line, "detselect -search -inst %s -det_type %s -time %s", options->camera, type, time);
     132    psString realCamera = pmConfigCameraRootName (options->camera);
     133    psStringAppend(&line, "detselect -search -inst %s -det_type %s -time %s", realCamera, type, time);
     134    psFree (realCamera);
    132135
    133136    if (options->filter) {
Note: See TracChangeset for help on using the changeset viewer.