IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13367


Ignore:
Timestamp:
May 11, 2007, 4:26:10 PM (19 years ago)
Author:
Paul Price
Message:

Changing camera size (so there's more stars). Fixing file rules for astrometry.

Location:
trunk/ippconfig/simmosaic
Files:
3 edited

Legend:

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

    r13318 r13367  
    9191
    9292FILERULES METADATA
    93    PSASTRO.INPUT      STR PSASTRO.INPUT.CMP
    94    PSASTRO.OUTPUT     STR PSASTRO.OUTPUT.CMP
     93   PSASTRO.INPUT      STR PSASTRO.INPUT.CMF
     94   PSASTRO.OUTPUT     STR PSASTRO.OUTPUT.SPL
    9595   PSPHOT.OUTPUT      STR PSPHOT.OUTPUT.CMF
    9696
     
    110110   PSWARP.INPUT       INPUT    none.fits                     FPA        IMAGE     
    111111   PSWARP.SKYCELL     INPUT    none.fits                     FPA        IMAGE     
    112    PSASTRO.INPUT.CMP  INPUT    none.fits                     CHIP       CMP       
    113112   PSASTRO.INPUT.CMF  INPUT    none.fits                     CHIP       CMF       
    114113   PSPHOT.PSF.LOAD    INPUT    none.fits                     CHIP       PSF       
     
    140139   PSPHOT.OUTPUT.SX    OUTPUT   {OUTPUT}.{CHIP.NAME}.sx        SX         CHIP       TRUE      NONE
    141140   PSPHOT.OUTPUT.OBJ   OUTPUT   {OUTPUT}.{CHIP.NAME}.obj       OBJ        CHIP       TRUE      NONE
    142    PSPHOT.OUTPUT.CMP   OUTPUT   {OUTPUT}.{CHIP.NAME}.cmp       CMP        CHIP       TRUE      NONE
    143141   PSPHOT.OUTPUT.CMF   OUTPUT   {OUTPUT}.{CHIP.NAME}.cmf       CMF        CHIP       TRUE      NONE
    144142   PSPHOT.PSF.SAVE     OUTPUT   {OUTPUT}.{CHIP.NAME}.psf       PSF        CHIP       TRUE      NONE
     
    147145   PSPHOT.PSFMODEL.PLT OUTPUT   {OUTPUT}.{CHIP.NAME}.psf.png   KAPA       CHIP       TRUE      NONE
    148146
    149    PSASTRO.OUTPUT.CMP  OUTPUT   {OUTPUT}.{CHIP.NAME}.smp       CMP        CHIP       TRUE      NONE
     147   PSASTRO.OUTPUT.SPL  OUTPUT   {OUTPUT}.{CHIP.NAME}.smf       CMF        CHIP       TRUE      NONE
     148   PSASTRO.OUTPUT.MEF  OUTPUT   {OUTPUT}.smf                   CMF        FPA        TRUE      NONE
    150149
    151150   PSWARP.OUTPUT       OUTPUT   {OUTPUT}.fits                  IMAGE      FPA        TRUE      NONE
  • trunk/ippconfig/simmosaic/format_split.config

    r13021 r13367  
    8484                Cell00  S32     0
    8585                Cell01  S32     0
    86                 Cell10  S32     512
    87                 Cell11  S32     512
     86                Cell10  S32     1024
     87                Cell11  S32     1024
    8888        END
    8989        CELL.Y0.DEPEND  STR     CELL.NAME
    9090        CELL.Y0         METADATA
    9191                Cell00  S32     0
    92                 Cell01  S32     512
     92                Cell01  S32     1024
    9393                Cell10  S32     0
    94                 Cell11  S32     512
     94                Cell11  S32     1024
    9595        END
    9696        CHIP.X0.DEPEND  STR     CHIP.NAME
     
    9898                Chip00  S32     0
    9999                Chip01  S32     0
    100                 Chip10  S32     1048
    101                 Chip11  S32     1048
     100                Chip10  S32     2072
     101                Chip11  S32     2072
    102102        END
    103103        CHIP.Y0.DEPEND  STR     CHIP.NAME
    104104        CHIP.Y0         METADATA
    105105                Chip00  S32     0
    106                 Chip01  S32     1048
     106                Chip01  S32     2072
    107107                Chip10  S32     0
    108                 Chip11  S32     1048
     108                Chip11  S32     2072
    109109        END
    110         CELL.XSIZE      S32     500
    111         CELL.YSIZE      S32     500
     110        CELL.XSIZE      S32     1000
     111        CELL.YSIZE      S32     1000
    112112        CELL.GAIN       F32     1.0
    113113        CELL.READNOISE  F32     10.0
  • trunk/ippconfig/simmosaic/psphot.config

    r12913 r13367  
    1818#MOMENTS_OUTPUT_FILE STR  moments.dat
    1919
    20 MOMENTS_SN_MIN      F32  20.0           # min S/N to measure moments
     20#PSF_SN_LIM          F32  20.0            # minimum S/N for stars used for PSF model
     21MOMENTS_SN_MIN      F32  20.0            # min S/N to measure moments
    2122FULL_FIT_SN_LIM     F32  100.0
    2223EXT_MIN_SN          F32  100.0           # fit galaxies above this S/N limit
    2324
    2425PEAKS_NSIGMA_LIMIT  F32  10.0            # peak significance threshold
     26BREAK_POINT         STR  ENSEMBLE        # limit total processing for now (for speed)
     27
     28
     29SKY_STAT            STR  ROBUST_MEDIAN   # statistic used to measure background
Note: See TracChangeset for help on using the changeset viewer.