IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 21, 2006, 12:44:16 PM (20 years ago)
Author:
magnier
Message:

various fixes

File:
1 edited

Legend:

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

    r7589 r7618  
    8181    file->state = PM_FPA_STATE_CLOSED;
    8282
     83    file->xBin = 1;
     84    file->yBin = 1;
     85    file->src = NULL;
     86
     87    file->save = false;
     88
    8389    return file;
    8490}
     
    109115
    110116// XXX reconsider this function name / concept
     117# if 0
    111118bool pmFPAfileAddFileNames (psMetadata *files, char *name, char *value, int mode)
    112119{
     
    130137    return true;
    131138}
     139# endif
    132140
    133141// select the rule from the camera configuration, perform substitutions as needed
     
    241249    if (view->cell == -1) {
    242250        pmFPAAddSourceFromView (out, view, format);
    243         return pmChipCopyStructure (outChip, inChip, xBin, yBin);
     251        // XXX this is a hack: can i defer this to ppImageRebinChip?
     252        // bool status = pmChipCopyStructure (outChip, inChip, xBin, yBin);
     253        return true;
    244254    }
    245255    if (view->cell >= inChip->cells->n) {
Note: See TracChangeset for help on using the changeset viewer.