IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12929


Ignore:
Timestamp:
Apr 19, 2007, 3:18:51 PM (19 years ago)
Author:
Paul Price
Message:

Adding psastro recipe for simmosaic. Using 2MASS catalogue (which is in DVO, but USNO-B isn't).

Location:
trunk/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/ppSim.config

    r12912 r12929  
    1010SKY.RATE        F32     10.0            # Sky illumination rate (e/s)
    1111STARS.LUM       F32     -1.5            # Stellar luminosity function slope
    12 STARS.MAG       F32     20.0            # Brightest magnitude for fake stars
    13 STARS.DENSITY   F32     1.0e3           # Stellar density (per square degree) at the brightest magnitude
     12STARS.MAG       F32     15.0            # Brightest magnitude for fake stars
     13STARS.DENSITY   F32     2.0             # Stellar density (per square degree) at the brightest magnitude
    1414
    1515### The following options are used if not defined by the concepts (e.g., usually read from headers)
  • trunk/ippconfig/simmosaic/camera.config

    r12913 r12929  
    4646        PPIMAGE         STR     simmosaic/ppImage.config        # Default: all (normal) options on
    4747        PSPHOT          STR     simmosaic/psphot.config         # psphot details
     48        PSASTRO         STR     simmosaic/psastro.config        # psastro details
    4849END
    4950
  • trunk/ippconfig/simmosaic/psastro.config

    r12913 r12929  
    1 
    2 # astrometry matching parameters
    3 
    4 # nominal plate scale (microns / pixel)
    5 # PSASTRO.PLATE.SCALE    F32  13.5
    6 PSASTRO.PLATE.SCALE    F32  1.0
    7 
    8 # pmAstromGridMatch:
    9 PSASTRO.GRID.MIN.ANGLE F32 -0.0851
    10 PSASTRO.GRID.MAX.ANGLE F32 +0.0851
    11 PSASTRO.GRID.DEL.ANGLE F32  0.0170
    12 
    13 # pmAstromGridAngle
    14 # max grid offset in FP units (microns)
    15 # use plate-scale to make this in pixels?
    16 # PSASTRO.GRID.OFFSET    F32  10000.
    17 # PSASTRO.GRID.SCALE     F32    500.
    18 PSASTRO.GRID.OFFSET    F32   1000.
    19 PSASTRO.GRID.SCALE     F32     50
    20 
    21 # these tweak are in FP units (pixels, currently)
    22 PSASTRO.TWEAK.SCALE     F32      1
    23 PSASTRO.TWEAK.RANGE     F32     75
    24 PSASTRO.TWEAK.SMOOTH    F32      2
    25 PSASTRO.TWEAK.NSIGMA    F32      3
    26 
    27 # pmAstromRadiusMatch
    28 # use plate-scale to make this in pixels?
    29 PSASTRO.MATCH.RADIUS   F32    8
    30 
    31 # pmAstromMatchFit
    32 PSASTRO.CHIP.NX        S32      1  # fit order
    33 PSASTRO.CHIP.NY        S32      1  # fit order
    34 PSASTRO.CHIP.NITER     S32      3  # fit clipping iterations
    35 PSASTRO.CHIP.NSIGMA    F32      3  # fit clipping sigmas
    36 
     1DVO.CATDIR      STR     /data/alala.0/ipp/ippRefs/catdir.2mass/
Note: See TracChangeset for help on using the changeset viewer.