IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2007, 7:59:17 AM (19 years ago)
Author:
eugene
Message:

adding elements for psphot and psastro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/cfh12k/camera.config

    r12563 r12586  
    139139   PPIMAGE.INPUT      INPUT @FILES                       CHIP       IMAGE
    140140
    141    ## can we just use PPIMAGE.INPUT as the pmFPAfile name?
    142    DVOCORR.INPUT      INPUT @FILES                       CHIP       IMAGE     
    143    DVOCORR.REFHEAD    INPUT @FILES                       CHIP       HEADER     
    144 
    145    DVOFLAT.INPUT      INPUT @FILES                       CHIP       IMAGE       
    146    DVOFLAT.CORR       INPUT @DETDB                       CHIP       IMAGE       
    147 
    148    ### use these entries to get the detrend images from the database
     141   ### these IO files are independently defined so we can supply hard-coded names (in place of @DETDB)
    149142   PPIMAGE.MASK       INPUT @DETDB                       CHIP       IMAGE
    150143   PPIMAGE.BIAS       INPUT @DETDB                       CHIP       IMAGE
     
    153146   PPIMAGE.FRINGE     INPUT @DETDB                       CHIP       FRINGE     
    154147
     148   # IO files for building the DVO flatfield correction
     149   DVOCORR.INPUT      INPUT @FILES                       CHIP       IMAGE     
     150   DVOFLAT.INPUT      INPUT @FILES                       CHIP       IMAGE       
     151   DVOCORR.REFHEAD    INPUT @FILES                       CHIP       HEADER     
     152   DVOFLAT.CORR       INPUT @DETDB                       CHIP       IMAGE       
     153
     154   # psphot input files
     155   PSPHOT.LOAD        INPUT @FILES                       CHIP       IMAGE     
    155156   PSPHOT.INPUT       INPUT @FILES                       CHIP       IMAGE     
     157   PSPHOT.MASK        INPUT @FILES                       CHIP       MASK     
     158   PSPHOT.WEIGHT      INPUT @FILES                       CHIP       WEIGHT     
     159
     160   # we should be able to distinguish the inport format from the file
    156161   PSASTRO.INPUT.CMP  INPUT @FILES                       CHIP       CMP       
    157162   PSASTRO.INPUT.CMF  INPUT @FILES                       CHIP       CMF       
    158163
    159    PSWARP.INPUT       INPUT    none.fits                 FPA        IMAGE     
    160    PSWARP.SKYCELL     INPUT    none.fits                 FPA        IMAGE     
     164   # why is this "FPA"
     165   PSWARP.INPUT       INPUT @FILES                       FPA        IMAGE     
     166   PSWARP.SKYCELL     INPUT @FILES                       FPA        IMAGE     
    161167   PSWARP.ASTROM      INPUT @FILES                       CHIP       CMF       
    162168
     
    198204   PSPHOT.OUTPUT.CMP   OUTPUT {OUTPUT}.{CHIP.NAME}.cmp         CHIP       CMP       TRUE      NONE
    199205
    200    PSASTRO.OUTPUT.CMF  OUTPUT {OUTPUT}.smf                     CHIP       CMF       TRUE      NONE
    201    PSASTRO.OUTPUT.CMP  OUTPUT {OUTPUT}.{CHIP.NAME}.smp         CHIP       CMP       TRUE      NONE
     206   PSASTRO.OUTPUT.CMF  OUTPUT {OUTPUT}.cmf                     CHIP       CMF       TRUE      NONE
     207   PSASTRO.OUTPUT.CMP  OUTPUT {OUTPUT}.{CHIP.NAME}.cmp         CHIP       CMP       TRUE      NONE
    202208
    203209END
Note: See TracChangeset for help on using the changeset viewer.