IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20102


Ignore:
Timestamp:
Oct 13, 2008, 11:37:52 AM (18 years ago)
Author:
eugene
Message:

various updates to vysos5

Location:
trunk/ippconfig/vysos5
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/vysos5/Makefile.am

    r20015 r20102  
    55        camera.config \
    66        format.config \
     7        format_flipped.config \
    78        psphot.config \
    89        psastro.config \
  • trunk/ippconfig/vysos5/camera.config

    r20012 r20102  
    44FORMATS         METADATA
    55        SIMPLE  STR     vysos5/format.config
     6        FLIPPED STR     vysos5/format_flipped.config
    67END
    78 
     
    3738  object   STR OBJECT
    3839  science  STR OBJECT
     40  light    STR OBJECT
    3941END
    4042
  • trunk/ippconfig/vysos5/ppImage.config

    r19863 r20102  
    213213  MASK             BOOL    FALSE           # Mask bad pixels
    214214  FRINGE           BOOL    FALSE           # Fringe subtraction
     215  BIN1.FITS        BOOL    TRUE            # Save 1st binned chip image?
     216  BIN2.FITS        BOOL    TRUE            # Save 2nd binned chip image?
    215217  PHOTOM           BOOL    TRUE            # Source identification and photometry
    216218  ASTROM.CHIP      BOOL    FALSE           # Astrometry per chip?
  • trunk/ippconfig/vysos5/psphot.config

    r20014 r20102  
    11
    22SAVE.BACKMDL    BOOL    TRUE
    3 SAVE.BACKGND    BOOL    TRUE
    4 SAVE.BACKSUB    BOOL    TRUE
    5 SAVE.PLOTS      BOOL    FALSE
    6 SAVE.RESID      BOOL    TRUE
     3SAVE.BACKGND    BOOL    FALSE
     4SAVE.BACKSUB    BOOL    FALSE
     5SAVE.PLOTS      BOOL    TRUE
     6SAVE.RESID      BOOL    FALSE
    77SAVE.PSF        BOOL    TRUE
    88LOAD.PSF        BOOL    FALSE
    99
    10 PEAKS_NSIGMA_LIMIT                  F32   25.0            # peak significance threshold
     10PEAKS_NSIGMA_LIMIT                  F32   20.0            # peak significance threshold
    1111PEAKS_NSIGMA_LIMIT_2                F32   10.0             # peak significance threshold
    1212PSF_MOMENTS_RADIUS                  F32    7               # calculate initial source moments with this radius
     
    1515MEASURE.APTREND                     BOOL  TRUE
    1616
    17 # BREAK_POINT                         STR   PASS1     
     17BREAK_POINT                         STR   PASS1     
    1818
    1919PSPHOT.CR.NSIGMA.LIMIT              F32   5.0  # sources with crNsigma greater that this get tagged as likely cosmic rays
Note: See TracChangeset for help on using the changeset viewer.