IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13110


Ignore:
Timestamp:
May 1, 2007, 2:41:02 PM (19 years ago)
Author:
Paul Price
Message:

Getting the simtests to work all the way through to warping.

Location:
trunk/ippconfig
Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/dvo.photcodes

    r13082 r13110  
    416416 3600  ISP-Apogee-01.y  dep   14.15  0.00     -       -  -   -      -        5
    417417
    418  3101  SIMTEST.B  dep   25.00  0.00     -       -  -   -      -        1
    419  3201  SIMTEST.V  dep   25.00  0.00     -       -  -   -      -        2
    420  3301  SIMTEST.R  dep   25.00  0.00     -       -  -   -      -        3
    421  3401  SIMTEST.I  dep   25.00  0.00     -       -  -   -      -        4
    422  3501  SIMTEST.z  dep   25.00  0.00     -       -  -   -      -        5
    423 
     418 3101  SIMTEST.g  dep   25.00  0.00     -       -  -   -      -        1
     419 3201  SIMTEST.r  dep   25.00  0.00     -       -  -   -      -        2
     420 3301  SIMTEST.i  dep   25.00  0.00     -       -  -   -      -        3
     421 3401  SIMTEST.z  dep   25.00  0.00     -       -  -   -      -        4
     422
  • trunk/ippconfig/simple/format.config

    r12057 r13110  
    44RULE    METADATA
    55        SIMPLE          BOOL    TRUE
    6         NAXIS           S32     2
     6###     NAXIS           S32     2
    77END
    88
  • trunk/ippconfig/simtest/Makefile.am

    r12148 r13110  
    77        ppImage.config \
    88        psastro.config \
    9         psphot.config
     9        psphot.config \
     10        pswarp.config
    1011
    1112install_DATA = $(install_files)
  • trunk/ippconfig/simtest/camera.config

    r13060 r13110  
    1313# move this elsewhere?  we need a lookup table to go from filter ID to abstract name
    1414FILTER.ID       METADATA
    15         B       STR     B
    16         V       STR     V
    17         R       STR     R
    18         I       STR     I
     15        NONE    STR     NONE
     16        g       STR     g
     17        r       STR     r
     18        i       STR     i
    1919        z       STR     z
    2020END
     
    4343        PPIMAGE         STR     simtest/ppImage.config   # Default: all (normal) options on
    4444        PSPHOT          STR     simtest/psphot.config   # psphot details
    45         PSASTRO         STR     simmosaic/psastro.config        # psastro details
     45        PSASTRO         STR     simtest/psastro.config  # psastro details
     46        PSWARP          STR     simtest/pswarp.config   # pswarp recipe
    4647END
    4748
  • trunk/ippconfig/simtest/ppImage.config

    r13054 r13110  
    3636  END   
    3737END
     38
     39# Photometry code
     40PHOTCODE.RULE           STR     {DETECTOR}.{FILTER.ID}
    3841
    3942########################################################################################
     
    155158# Overscan, bias, dark, shutter, flat-field, fringe, photom, astrom
    156159PPIMAGE_OBDSFRA   METADATA
    157   OVERSCAN        BOOL    FALSE           # Overscan subtraction
     160  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    158161  BIAS            BOOL    TRUE            # Bias subtraction
    159162  DARK            BOOL    TRUE            # Dark subtraction
  • trunk/ippconfig/simtest/psastro.config

    r13054 r13110  
    11DVO.CATDIR      STR     /data/alala.0/ipp/ippRefs/catdir.2mass/
     2
     3PSASTRO.MAX.NSTAR      S32      50      # max stars accepted for fitting
  • trunk/ippconfig/simtest/psphot.config

    r13066 r13110  
    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
     
    2425PEAKS_NSIGMA_LIMIT  F32  10.0            # peak significance threshold
    2526BREAK_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.