IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26319


Ignore:
Timestamp:
Dec 2, 2009, 9:45:05 AM (16 years ago)
Author:
eugene
Message:

generate fakes with matched stars; tweaking terms for ppSim

Location:
branches/eam_branches/20091201/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ippconfig/recipes/ppSub.config

    r26076 r26319  
    4040RENORM          BOOL    TRUE            # Renormalise weight maps?
    4141RENORM.NUM      S32     100000          # Number of samples for renormalisation
    42 RENORM.MIN      F32     0.5             # Minimum value for renormlisation
    43 RENORM.MAX      F32     2.0             # Maximum value for renormalisation
     42RENORM.MIN      F32     0.5             # Minimum value for renormalization
     43RENORM.MAX      F32     2.0             # Maximum value for renormalization
    4444
    4545INTERPOLATION   STR     LANCZOS3        # Interpolation mode for bad pixels
  • branches/eam_branches/20091201/ippconfig/simtest/ppSim.config

    r25756 r26319  
    3636 MATCH.DENSITY   BOOL   TRUE            # significance of faintest sources
    3737
     38 # parameters of fake stars
     39 STARS.MAG       F32     10.0           # Brightest magnitude for fake stars
     40 STARS.DENSITY   F32     100.0          # Stellar density (per square degree) at the brightest magnitude
     41 STARS.SIGMA.LIM F32     3.0            # significance of faintest sources
     42 STARS.LUM       F32     0.35           # Stellar luminosity function slope (magnitude slope)
     43
    3844 EXPTIME         F32    10.0
    3945 RA              F32    5.0
     
    6268 STARS.FAKE      BOOL   FALSE           # Add fake stars, randomly distributed?
    6369 MATCH.DENSITY   BOOL   TRUE            # significance of faintest sources
     70 STARS.SIGMA.LIM F32     3.0            # significance of faintest sources
     71
     72 # parameters of fake stars
     73 STARS.MAG       F32     10.0           # Brightest magnitude for fake stars
     74 STARS.DENSITY   F32     1.0            # Stellar density (per square degree) at the brightest magnitude
     75 STARS.SIGMA.LIM F32     3.0            # significance of faintest sources
     76 STARS.LUM       F32     0.35           # Stellar luminosity function slope (magnitude slope)
    6477
    6578 EXPTIME         F32    10.0
  • branches/eam_branches/20091201/ippconfig/simtest/ppSub.config

    r23976 r26319  
    11### Recipe file for ppSub
     2
     3STAMP.SPACING   F32     100             # Typical spacing between stamps (pixels)
     4
     5RENORM          BOOL    FALSE           # Renormalize weight maps?
     6
     7DUAL            BOOL    FALSE           # Dual convolution?
     8
     9#@ISIS.WIDTHS   F32     0               # Gaussian FWHMs for ISIS kernels
     10#@ISIS.ORDERS   S32     2               # Polynomial orders for ISIS kernels
     11
     12@ISIS.WIDTHS    F32     3 5 7 10        # Gaussian FWHMs for ISIS kernels
     13@ISIS.ORDERS    S32     1 1 1 1         # Polynomial orders for ISIS kernels
     14# @ISIS.ORDERS  S32     0 0 0 0         # Polynomial orders for ISIS kernels
     15# @ISIS.ORDERS  S32     2 2 2 2         # Polynomial orders for ISIS kernels
     16
     17#@ISIS.WIDTHS   F32     3 5     # Gaussian FWHMs for ISIS kernels
     18#@ISIS.ORDERS   S32     1 1             # Polynomial orders for ISIS kernels
     19SPATIAL.ORDER   S32     0               # Spatial polynomial order
     20
     21STAMP.FOOTPRINT S32     20              # Size of stamps (pixels)
     22KERNEL.SIZE     S32     15              # Kernel half-size (pixels)
Note: See TracChangeset for help on using the changeset viewer.