IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18912


Ignore:
Timestamp:
Aug 5, 2008, 5:19:49 AM (18 years ago)
Author:
Sebastian Jester
Message:

No functional difference, just extra/corrected comments

Location:
branches/sj_branch_20080802/ippconfig/sdssmosaic
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/sj_branch_20080802/ippconfig/sdssmosaic/camera.config

    r18310 r18912  
    6868                JPEG_BIN2       STR     PPIMAGE_J2
    6969        END
    70         # photometry only for pre-detrended images
     70        # photometry and astrometry for pre-detrended images
    7171        SDSSphotast     METADATA
    7272                CHIP            STR     PPIMAGE_OA_SOFT
  • branches/sj_branch_20080802/ippconfig/sdssmosaic/format.config

    r18308 r18912  
    2020        CHIP.NAME       STR     CAMCOL  # Distinguishes chip name
    2121        CONTENT         STR     CAMCOL
     22 # Is the following line the origin of the weirdly named output files?
    2223        CONTENT.RULE    STR     {CHIP.NUM} # How to derive the CONTENT when writing
    2324END
     
    9899# Default PS concepts that may be specified by value
    99100DEFAULTS        METADATA
    100         FPA.INSTRUMENT  STR     SDSSmosaic
     101# FPA.CAMERA contains the name of the camera according to the config system (i.e. SDSSmosaic)
     102# FPA.INSTRUMENT contains the name of the camera according to the fits headers (i.e. itself)
     103# Normally, this will be in the header keyword INSTRUME but for this one, we override it to
     104# SDSSmosaic to avoid confusion between this and the non-mosaic SDSS configuration.
     105        INSTRUME        STR     SDSSmosaic
     106        FPA.INSTRUMENT  STR     INSTRUME
    101107# The gain is only roughly correct...
    102108        CELL.GAIN       F32     5.0
  • branches/sj_branch_20080802/ippconfig/sdssmosaic/psastro.config

    r18303 r18912  
    6767PSASTRO.ANGLE.TOLERANCE       F32      1.0
    6868
    69 PSASTRO.CATDIR STR /IPP/ippRefs/catdir.2mass
     69# now use PSASTRO.CATDIR, it seems - and probably should only use it
     70# once anyway - used to have both synth.grizy and 2mass listed here...
     71# 2MASS is a symbolic name that needs to be defined in site.config
     72# in the PSASTRO.CATDIRS METADATA section. SYNTH.GRIZY is currently
     73# the other option.
     74PSASTRO.CATDIR STR 2MASS
    7075
    7176# Mosaic Astrometry options
Note: See TracChangeset for help on using the changeset viewer.