IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 1, 2007, 7:24:25 PM (19 years ago)
Author:
eugene
Message:

adding dvo config data, adding photom, astrom to isp/config

Location:
trunk/ippconfig
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

    • Property svn:ignore set to
      Makefile
      Makefile.in
      aclocal.m4
      autom4te.cache
      config.log
      config.status
      configure
      dvo.site
      install-sh
      ippconfig-0.0.1.tar.bz2
      ippconfig-0.0.1.tar.gz
      missing
  • trunk/ippconfig/recipes/ppImage.config

    r11464 r11573  
    256256END
    257257
     258# Overscan, bias, dark, shutter, flat-field, fringe, photom
     259PPIMAGE_OBDSFRP   METADATA
     260  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     261  BIAS            BOOL    TRUE            # Bias subtraction
     262  DARK            BOOL    TRUE            # Dark subtraction
     263  SHUTTER         BOOL    TRUE            # Shutter correction
     264  FLAT            BOOL    TRUE            # Flat-field normalisation
     265  MASK            BOOL    TRUE            # Mask bad pixels
     266  FRINGE          BOOL    TRUE            # Fringe subtraction
     267  BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
     268  BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
     269  PHOTOM          BOOL    TRUE            # Source identification and photometry
     270  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
     271  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     272END
     273
     274# Overscan, bias, dark, shutter, flat-field, fringe, photom, astrom
     275PPIMAGE_OBDSFRA   METADATA
     276  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     277  BIAS            BOOL    TRUE            # Bias subtraction
     278  DARK            BOOL    TRUE            # Dark subtraction
     279  SHUTTER         BOOL    TRUE            # Shutter correction
     280  FLAT            BOOL    TRUE            # Flat-field normalisation
     281  MASK            BOOL    TRUE            # Mask bad pixels
     282  FRINGE          BOOL    TRUE            # Fringe subtraction
     283  BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
     284  BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
     285  PHOTOM          BOOL    TRUE            # Source identification and photometry
     286  ASTROM.CHIP     BOOL    TRUE            # Astrometry per chip?
     287  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     288END
     289
    258290# Save JPEG from BIN1
    259291PPIMAGE_J1        METADATA
  • trunk/ippconfig/recipes/psastro.config

    r11330 r11573  
    3434
    3535PSASTRO.MAX.ERROR      F32      1.5 # max allow error for valid solution (UNITS?)
    36 PSASTRO.MIN.NSTAR      S32      3  # min fitted stars in solution
     36PSASTRO.MIN.NSTAR      S32      3   # min fitted stars in solution
     37PSASTRO.MAX.NSTAR      S32      300 # max stars accepted for fitting
    3738
    3839MAG_MAX F32 23.0  ## XXX change name to PSASTRO.something?
Note: See TracChangeset for help on using the changeset viewer.