IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20686


Ignore:
Timestamp:
Nov 10, 2008, 11:22:25 PM (17 years ago)
Author:
Sebastian Jester
Message:

Stick in average SDSS zeropoints, and point to PHOTCODE g for the u filter since u doesn't exist as photcode in dvo.photcodes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/sdssmosaic/psastro.config

    r20627 r20686  
    7272# in the PSASTRO.CATDIRS METADATA section. SYNTH.GRIZY is currently
    7373# the other option.
    74 PSASTRO.CATDIR STR 2MASS
     74PSASTRO.CATDIR STR SYNTH.GRIZY
    7575
    7676# Mosaic Astrometry options
     
    9797PSASTRO.MOSAIC.CHIP.ORDER.N3  S32      1 # fit order (-1 means use default)
    9898
    99 # DVO.GETSTAR STR /home/kiawe/eugene/psconfig/dev.lin64/bin/getstar
    100 
    10199# we need to allow a loose fit if we are fitting to 2mass (50mas internal error -> 100mas limit?)
    102100# if we are fitting against quality digital data, we can require tighter constraints
    103101
    104 PSASTRO.MODEL.REF.CHIP        STR      XY33
     102PSASTRO.MODEL.REF.CHIP        STR      CHIP31
    105103
    106104# Do I need to change this photcode now that I'm using 30 SDSS photcodes?
     
    109107PHOTCODE.DATA MULTI
    110108PHOTCODE.DATA METADATA
    111   FILTER   STR g
    112   ZEROPT   F32 24.9
    113   PHOTCODE STR g
    114 END
    115 PHOTCODE.DATA METADATA
    116109  FILTER   STR r
    117   ZEROPT   F32 25.1
     110  ZEROPT   F32 24.0
    118111  PHOTCODE STR r
    119112END
    120113PHOTCODE.DATA METADATA
    121114  FILTER   STR i
    122   ZEROPT   F32 25.0
     115  ZEROPT   F32 23.7
    123116  PHOTCODE STR i
     117END
     118# Point it to g as there's no u (says Gene)
     119PHOTCODE.DATA METADATA
     120  FILTER   STR u
     121  ZEROPT   F32 23.8
     122  PHOTCODE STR g
    124123END
    125124PHOTCODE.DATA METADATA
    126125  FILTER   STR z
    127   ZEROPT   F32 24.6
     126  ZEROPT   F32 21.9
    128127  PHOTCODE STR z
    129128END
    130129PHOTCODE.DATA METADATA
    131   FILTER   STR u
    132   ZEROPT   F32 23.6
    133   PHOTCODE STR u_SDSS
     130  FILTER   STR g
     131  ZEROPT   F32 24.4
     132  PHOTCODE STR g
    134133END
Note: See TracChangeset for help on using the changeset viewer.