IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 23, 2007, 6:01:33 PM (19 years ago)
Author:
Paul Price
Message:

Need to add NAXIS1,NAXIS2 to the header after chip mosaic, so that CMF files know the proper extent of the chip.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConcepts.c

    r13034 r13499  
    868868            psFree(cellYsize);
    869869        }
     870
     871        // CELL.XWINDOW
     872        {
     873            psMetadataItem *cellXwindow = psMetadataItemAllocS32("CELL.XWINDOW",
     874                                                                 "Start of cell window (pixels)", 0);
     875            pmConceptRegister(cellXwindow, NULL, NULL, true, PM_FPA_LEVEL_CELL);
     876            psFree(cellXwindow);
     877        }
     878
     879        // CELL.YSIZE
     880        {
     881            psMetadataItem *cellYwindow = psMetadataItemAllocS32("CELL.YWINDOW",
     882                                                                 "Start of cell window (pixels)", 0);
     883            pmConceptRegister(cellYwindow, NULL, NULL, true, PM_FPA_LEVEL_CELL);
     884            psFree(cellYwindow);
     885        }
    870886    }
    871887
     
    888904
    889905
    890 // XXX EAM : Paul, please handle the biassec independently so the 
     906// XXX EAM : Paul, please handle the biassec independently so the
    891907// psList is copied without a verbose warning.  when this is fixed, you can
    892908// convert the trace back to a log (psMetadata.c:429)
Note: See TracChangeset for help on using the changeset viewer.