IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 22, 2006, 10:38:23 AM (20 years ago)
Author:
eugene
Message:

various cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageMosaic.c

    r7621 r7639  
    4242    }
    4343
     44    for (int i = 0; i < in->fpa->chips->n; i++) {
     45        pmChip *chip = in->fpa->chips->data[i];
     46        for (int j = 0; j < chip->cells->n; j++) {
     47            pmCell *cell = chip->cells->data[j];
     48            psMetadataPrint (stdout, cell->concepts, 2);
     49        }
     50    }
     51
    4452    pmFPAview *view = pmFPAviewAlloc (0);
    4553    pmFPAAddSourceFromView (out->fpa, view, out->format);
Note: See TracChangeset for help on using the changeset viewer.