IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36055


Ignore:
Timestamp:
Aug 29, 2013, 3:02:18 PM (13 years ago)
Author:
watersc1
Message:

These look like they're working parameters

Location:
branches/czw_branch/20130702/ippconfig/suprime
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20130702/ippconfig/suprime/format_mef.config

    r35926 r36055  
    88#       NAXIS           S32     2
    99        EXTEND          BOOL    T
     10        PSMOSIAC        STR     CHIP
    1011#       HISTORY         STR     imsplice: Splicing results in all detectors as if read from A amplifier
    1112END
     
    1314FILE    METADATA
    1415        # How to read this data
    15         PHU             STR     CHIP    # The FITS file represents an entire FPA
    16         EXTENSIONS      STR     NONE    # The extensions represent chips
     16        PHU             STR     FPA     # The FITS file represents an entire FPA
     17        EXTENSIONS      STR     CHIP    # The extensions represent chips
    1718        FPA.OBS         STR     EXP-ID  # A PHU keyword for unique identifier
    18         CONTENT         STR     DETECTOR        # Key to the CONTENTS menu
    19         CHIP.NAME       STR     DETECTOR
    20         CONTENT.RULE    STR     {CHIP.NAME} # How to derive the CONTENT when writing
     19#       CONTENT         STR     DETECTOR        # Key to the CONTENTS menu
     20#       CHIP.NAME       STR     DETECTOR
     21#       CONTENT.RULE    STR     {CHIP.NAME} # How to derive the CONTENT when writing
    2122END
    2223
     
    3536        san       STR   XY30:spcam20080721
    3637
    37         XY01      STR   XY01:spcam20080721
     38        XY01    STR     XY01:spcam20080721
    3839        XY11    STR     XY11:spcam20080721
    3940        XY21    STR     XY21:spcam20080721
  • branches/czw_branch/20130702/ippconfig/suprime/format_split.config

    r35926 r36055  
    55        TELESCOP        STR     Subaru
    66        INSTRUME        STR     SuprimeCam
     7        OBSERVAT        STR     NAOJ
    78#       NAXIS           S32     2
    89END
     
    3132        san       STR   XY30:spcam20080721
    3233
    33         XY01      STR   XY01:spcam20080721
     34        XY01    STR     XY01:spcam20080721
    3435        XY11    STR     XY11:spcam20080721
    3536        XY21    STR     XY21:spcam20080721
     
    5758               CELL.TRIMSEC.SOURCE      STR     VALUE
    5859               CELL.BIASSEC             STR     [0:0,0:0]
    59                CELL.TRIMSEC             STR     [1:2048,1:4225]
     60#              CELL.TRIMSEC             STR     [1:2048,1:4225]
     61               CELL.TRIMSEC             STR     [1:2048,1:4177]
    6062               CELL.X0                  S32     0
    6163               CELL.GAIN.SOURCE         STR     HEADER
  • branches/czw_branch/20130702/ippconfig/suprime/psastro.config

    r35883 r36055  
    1111# max grid offset in FP units (microns)
    1212# use plate-scale to make this in pixels?
    13 PSASTRO.GRID.OFFSET    F32    2500.
     13PSASTRO.GRID.OFFSET    F32     750.
    1414PSASTRO.GRID.SCALE     F32      50.
    1515
     
    1818
    1919# pmAstromGridMatch parameters
    20 PSASTRO.GRID.MIN.ANGLE F32 -1.0 # start angle (degrees)
    21 PSASTRO.GRID.MAX.ANGLE F32 +1.0
    22 PSASTRO.GRID.DEL.ANGLE F32  1.0
     20PSASTRO.GRID.MIN.ANGLE F32 -0.5 # start angle (degrees)
     21PSASTRO.GRID.MAX.ANGLE F32 +0.5
     22PSASTRO.GRID.DEL.ANGLE F32  0.25
    2323
    2424PSASTRO.GRID.MIN.SCALE F32  0.96
     
    2828# these tweak are in FP units (pixels, currently)
    2929PSASTRO.TWEAK.SCALE     F32      1
    30 PSASTRO.TWEAK.RANGE     F32      2
     30PSASTRO.TWEAK.RANGE     F32      150
    3131PSASTRO.TWEAK.SMOOTH    F32      2
    3232PSASTRO.TWEAK.NSIGMA    F32      3
    3333
    3434# single-chip radius match in pixels
    35 PSASTRO.MATCH.FIT.NITER S32   3
    36 PSASTRO.MATCH.RADIUS    F32   12.0
    37 PSASTRO.MATCH.RADIUS.N0 F32   15.0
    38 PSASTRO.MATCH.RADIUS.N1 F32   10.0
    39 PSASTRO.MATCH.RADIUS.N2 F32    5.0
     35PSASTRO.MATCH.FIT.NITER S32   5
     36PSASTRO.MATCH.RADIUS    F32   100.0
     37PSASTRO.MATCH.RADIUS.N0 F32   100.0
     38PSASTRO.MATCH.RADIUS.N1 F32   60.0
     39PSASTRO.MATCH.RADIUS.N2 F32   40.0
     40PSASTRO.MATCH.RADIUS.N3 F32   30.0
     41PSASTRO.MATCH.RADIUS.N4 F32   20.0
     42PSASTRO.MATCH.UNIQ.ITER S32   4
     43PSASTRO.CHIP.ORDER      S32   1
    4044
    4145PSASTRO.MAX.NRAW       S32      1500   # max stars accepted for fitting (0 for all)
    4246PSASTRO.MAX.NREF       S32      1500   # max stars accepted for fitting (0 for all)
    4347
    44 PSASTRO.MIN.INST.MAG.RAW       F32      -17.0  # min instrumental magnitude for stars accepted for fitting
    45 PSASTRO.MAX.INST.MAG.RAW       F32      -11.0  # max instrumental magnitude for stars accepted for fitting
    46 PSASTRO.GRID.MIN.INST.MAG.RAW  F32      -17.0  # min instrumental magnitude for stars accepted for grid search
    47 PSASTRO.GRID.MAX.INST.MAG.RAW  F32      -10.0  # max instrumental magnitude for stars accepted for grid search
    48 PSASTRO.GRID.MIN.SIGMA F32  4.0
     48PSASTRO.MIN.INST.MAG.RAW       F32      -20.0  # min instrumental magnitude for stars accepted for fitting
     49PSASTRO.MAX.INST.MAG.RAW       F32      -11.5  # max instrumental magnitude for stars accepted for fitting
     50PSASTRO.GRID.MIN.INST.MAG.RAW  F32      -20.0  # min instrumental magnitude for stars accepted for grid search
     51PSASTRO.GRID.MAX.INST.MAG.RAW  F32      -11.5  # max instrumental magnitude for stars accepted for grid search
     52PSASTRO.GRID.MIN.SIGMA         F32  1.0
    4953
    5054PSASTRO.MAX.ERROR      F32      10.0 # max error in pixels
    51 PSASTRO.MIN.NSTAR      S32      10   # min fitted stars in solution
     55PSASTRO.MIN.NSTAR      S32      5   # min fitted stars in solution
    5256
    5357PSASTRO.MAX.ALLOWED.FWHM      F32       25
     
    5660
    5761# for iterations >= N, require a single match per reference
    58 PSASTRO.MOSAIC.CHIP.NITER     S32      4  # fit clipping iterations
     62PSASTRO.MOSAIC.CHIP.NITER     S32      5  # fit clipping iterations
    5963PSASTRO.MOSAIC.CHIP.NSIGMA    F32      3  # fit clipping sigmas
    60 PSASTRO.MOSAIC.UNIQ.ITER      S32      2
     64PSASTRO.MOSAIC.UNIQ.ITER      S32      3
    6165
    62 PSASTRO.MOSAIC.MAX.ERROR.N0 F32    0.00 # max allow error for valid solution (arcsec)
    63 PSASTRO.MOSAIC.MAX.ERROR.N1 F32    0.00 # max allow error for valid solution (arcsec)
    64 PSASTRO.MOSAIC.MAX.ERROR.N2 F32    0.00 # max allow error for valid solution (arcsec)
    65 PSASTRO.MOSAIC.MAX.ERROR.N3 F32    0.00 # max allow error for valid solution (arcsec)
     66PSASTRO.MOSAIC.MAX.ERROR.N0 F32    1.00 # max allow error for valid solution (arcsec)
     67PSASTRO.MOSAIC.MAX.ERROR.N1 F32    1.00 # max allow error for valid solution (arcsec)
     68PSASTRO.MOSAIC.MAX.ERROR.N2 F32    1.00 # max allow error for valid solution (arcsec)
     69PSASTRO.MOSAIC.MAX.ERROR.N3 F32    1.00 # max allow error for valid solution (arcsec)
    6670PSASTRO.MOSAIC.MAX.ERROR.N4 F32    2.00 # max allow error for valid solution (arcsec)
     71PSASTRO.MOSAIC.MAX.ERROR.N5 F32    5.00 # max allow error for valid solution (arcsec)
    6772
    68 PSASTRO.MOSAIC.RADIUS.N0    F32    15.0
    69 PSASTRO.MOSAIC.RADIUS.N1    F32     8.0 # do not refine the match
    70 PSASTRO.MOSAIC.RADIUS.N2    F32     8.0 # do not refine the match
    71 PSASTRO.MOSAIC.RADIUS.N3    F32     4.0
    72 PSASTRO.MOSAIC.RADIUS.N4    F32     4.0
     73PSASTRO.MOSAIC.RADIUS.N0    F32    40.0
     74PSASTRO.MOSAIC.RADIUS.N1    F32    35.0 # do not refine the match
     75PSASTRO.MOSAIC.RADIUS.N2    F32    30.0 # do not refine the match
     76PSASTRO.MOSAIC.RADIUS.N3    F32    25.0
     77PSASTRO.MOSAIC.RADIUS.N4    F32    20.0
     78PSASTRO.MOSAIC.RADIUS.N5    F32    10.0
    7379
    74 PSASTRO.MOSAIC.CHIP.ORDER.N0  S32      0 # fit order (-1 means use default)
    75 PSASTRO.MOSAIC.CHIP.ORDER.N1  S32      0 # fit order (-1 means use default)
    76 PSASTRO.MOSAIC.CHIP.ORDER.N2  S32      1 # fit order (-1 means use default)
    77 PSASTRO.MOSAIC.CHIP.ORDER.N3  S32      1 # fit order (-1 means use default)
    78 PSASTRO.MOSAIC.CHIP.ORDER.N4  S32      3 # fit order (-1 means use default)
     80PSASTRO.MOSAIC.CHIP.ORDER     S32      1
     81PSASTRO.MOSAIC.CHIP.ORDER.N0  S32      1 # fit order (-1 means use default)
     82PSASTRO.MOSAIC.CHIP.ORDER.N1  S32      2 # fit order (-1 means use default)
     83PSASTRO.MOSAIC.CHIP.ORDER.N2  S32      2 # fit order (-1 means use default)
     84PSASTRO.MOSAIC.CHIP.ORDER.N3  S32      2 # fit order (-1 means use default)
     85PSASTRO.MOSAIC.CHIP.ORDER.N4  S32      2 # fit order (-1 means use default)
     86PSASTRO.MOSAIC.CHIP.ORDER.N5  S32      2 # fit order (-1 means use default)
    7987
    80 PSASTRO.MOSAIC.GRADIENT.NX    S32      2   # number of x-dir cells per chip
     88PSASTRO.MOSAIC.GRADIENT.NX    S32      5   # number of x-dir cells per chip
    8189PSASTRO.MOSAIC.GRADIENT.NY    S32      5   # number of y-dir cells per chip
    8290
     
    137145END
    138146
    139 PSASTRO.CATDIR              STR      SYNTH.GRIZY
    140 DVO.GETSTAR.MAX.RHO         F32      3000.0
    141 DVO.GETSTAR.MIN.MAG         F32      12.0
    142 DVO.GETSTAR.MIN.MAG.INST    F32     -15.0
     147PSASTRO.CATDIR              STR      PS1.REF.20120524
     148DVO.GETSTAR.MAX.RHO         F32      30000.0
     149DVO.GETSTAR.MIN.MAG         F32      -10.0
     150DVO.GETSTAR.MIN.MAG.INST    F32     -40.0
    143151
    144152# we match the FILTER.ID (corresponding to the FILTER, see camera.config) to the dvo db PHOTCODE
     
    169177  PHOTCODE STR z
    170178END
     179PHOTCODE.DATA METADATA
     180  FILTER   STR Vr
     181  ZEROPT   F32 25.0
     182  PHOTCODE STR g
     183END
     184PHOTCODE.DATA METADATA
     185  FILTER   STR Rc
     186  ZEROPT   F32 25.0
     187  PHOTCODE STR r
     188END
    171189
    172190# plotting options
Note: See TracChangeset for help on using the changeset viewer.