IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41273


Ignore:
Timestamp:
Feb 24, 2020, 3:28:20 PM (6 years ago)
Author:
eugene
Message:

add UKIDSS photcodes; simtest updates

Location:
trunk/ippconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/dvo.photcodes

    r41213 r41273  
    192192  2074  UKIRT.K.04           dep  22.570  0.050 0.000     -     - 0.0000     0     8   0.080 0.000 5.000  0.000   0x0000 0x0000  0x0000 0x0000
    193193
    194   2080  UKIRT_UHS_J          ref   0.000  0.000 0.000     -     - 0.0000     0     6   0.000 0.000 0.000  0.000   0x0000 0x0000  0x0000 0x0000
     194  2080  UKIRT_Z              ref   0.000  0.000 0.000     -     - 0.0000     0     4   0.000 0.000 0.000  0.000   0x0000 0x0000  0x0000 0x0000
     195  2081  UKIRT_Y              ref   0.000  0.000 0.000     -     - 0.0000     0     5   0.000 0.000 0.000  0.000   0x0000 0x0000  0x0000 0x0000
     196  2082  UKIRT_J              ref   0.000  0.000 0.000     -     - 0.0000     0     6   0.000 0.000 0.000  0.000   0x0000 0x0000  0x0000 0x0000
     197  2083  UKIRT_H              ref   0.000  0.000 0.000     -     - 0.0000     0     7   0.000 0.000 0.000  0.000   0x0000 0x0000  0x0000 0x0000
     198  2084  UKIRT_K              ref   0.000  0.000 0.000     -     - 0.0000     0     8   0.000 0.000 0.000  0.000   0x0000 0x0000  0x0000 0x0000
    195199
    196200  # ICRF QSOs have astrometric error stored in dX,dY as 1/100th mas
  • trunk/ippconfig/hsc/psphot.config

    r40370 r41273  
    55
    66PSF_MODEL       STR       PS_MODEL_HSC_V1
    7 
    8 
    97
    108STACKPHOT       METADATA
  • trunk/ippconfig/simtest/format.config

    r36375 r41273  
    44RULE    METADATA
    55        INSTRUME        STR     SIMTEST
    6         TELESCOP        STR     SimScope
     6        TELESCOP        STR     SimScope1
    77#       NAXIS           S32     2
    88END
     
    3232        FPA.TELESCOPE   STR     TELESCOP
    3333        FPA.INSTRUMENT  STR     INSTRUME
    34         FPA.OBSTYPE     STR     OBSTYPE
     34#FPA.OBSTYPE    STR     OBSTYPE
     35        FPA.OBSTYPE     STR     OBS-TYPE
    3536        FPA.AIRMASS     STR     AIRMASS
    3637        FPA.FILTERID    STR     FILTER
     
    4142        FPA.OBJECT      STR     OBJECT
    4243        FPA.OBS.MODE    STR     OBS_MODE
    43         FPA.TIME        STR     DATE-OBS UTC-OBS        # Date and time
     44#       FPA.TIME        STR     FOOBIRD                 # keyword name does not imply format
     45#       FPA.TIME        STR     DATE-OBS UTC-OBS        # Date and time
     46        FPA.TIME        STR     MJD-OBS                 # Date and time
    4447        FPA.EXPOSURE    STR     EXPTIME
    4548        FPA.TEMP        STR     DETTEMP
     
    4750        CELL.EXPOSURE   STR     EXPTIME
    4851        CELL.DARKTIME   STR     DARKTIME
    49         CELL.TIME       STR     DATE-OBS UTC-OBS        # Date and time
     52#       CELL.TIME       STR     DATE-OBS UTC-OBS        # Date and time
     53        CELL.TIME       STR     MJD-OBS                 # Date and time
    5054        CELL.XBIN       STR     XBIN
    5155        CELL.YBIN       STR     YBIN
     
    5458# Default PS concepts that may be specified by value
    5559DEFAULTS        METADATA
    56         FPA.TIMESYS     STR     UTC
     60        FPA.TIMESYS     STR     TAI  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
     61#       FPA.TIMESYS     STR     UTC  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
    5762        FPA.RADECSYS    STR     ICRS
    5863        FPA.DETECTOR    STR     SIMTEST
     
    6368        CELL.BAD        F32     0
    6469        CELL.READDIR    S32     1
    65         CELL.TIMESYS    STR     UTC
     70        CELL.TIMESYS    STR     TAI  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
     71#       CELL.TIMESYS    STR     UTC  # valid values: TAI, UTC, UT1, TT (JD, MJD require TAI)
    6672        CELL.XPARITY    S32     1
    6773        CELL.YPARITY    S32     1
     
    8389        FPA.RA          STR     HOURS
    8490        FPA.DEC         STR     DEGREES
    85         FPA.TIME        STR     SEPARATE,YEAR.FIRST
    86         CELL.TIME       STR     SEPARATE,YEAR.FIRST
     91#FPA.TIME       STR     SEPARATE,YEAR.FIRST
     92#CELL.TIME      STR     SEPARATE,YEAR.FIRST
     93FPA.TIME        STR     MJD
     94CELL.TIME       STR     MJD
    8795END
     96
     97# note that the time keyword name and format must match that defined in dvo.config
     98
     99# Notes on Time formats and related:
     100
     101# TRANSLATION:FPA.TIME : this defines the keywords in the input and output headers which
     102#   store the time of observation.  Note: the name of the keywords do not imply anything about the format
     103#   Note: if the "separate" style of format is used, two keywords must be supplied (and vice versa)
     104
     105# DEFAULTS:FPA.TIMESYS : this defines the time system (TAI, UTC, UT1, TT) that the header time represents
     106
     107# FORMATS:FPA.TIME : this specifies the format in which the time information is written to the header
     108#   valid values are:
     109#      YYYYMMDD, MMDDYYYY, DDMMYYYY (these define the order of year, month, day in the output)
     110#          (note that the output formats have dashes between year, month, day; input formats may have
     111#           dashes or slashes)
     112#      ISO : e.g., 2010-09-01T00:00:00.000000
     113#      YEAR.FIRST (synonym for YYYYMMDD)
     114#      USA (synonmy for MMDDYYYY)
     115#      BACKWARDS (synonym for DDMMYYYY)
     116#      MJD
     117#      JD 
     118#   optional SEPARATE style: if the FPA.TIME value includes SEPARATE (comma-separated from the rest), then
     119#      the date and time will be written to two keywords (date keyword first)
     120#      WARNING: if SEPARATE is specified and only 1 keyword supplied, the output will silently ignore
     121#       the time output
     122#   options PRE2000 style: (comma-separated) : treats year as 2-digit year in 20th century (needed for old headers)
     123
     124# If FPA.TIME & CELL.TIME are both specified, CELL.TIME will be used
     125# If only FPA.TIME is specified, it will be used
     126#
     127# Simtest output headers have information defined by
  • trunk/ippconfig/simtest/psphot.config

    r34263 r41273  
    1717  END
    1818END
     19
     20GALAXY_TEST METADATA
     21  # Extended source fit parameters
     22  # these models are used for high-quality shape analysis after all sources have been removed
     23  SAVE.RESID BOOL T
     24
     25  EXTENDED_SOURCE_FITS                BOOL  TRUE  # perform the detailed extended sourc fits?
     26  EXT_MODEL                           STR   PS_MODEL_QGAUSS
     27  PSF_MODEL                           STR   PS_MODEL_PS1_V1
     28
     29  EXTENDED_SOURCE_SN_LIM              F32   5.0
     30
     31  LMM_FIT_CHISQ_CONVERGENCE           BOOL  FALSE           # use the (old) chisq convergence or the new parameter one
     32  LMM_FIT_GAIN_FACTOR_MODE            S32   2               # there are 3 options to determine the gain factor (0,1,2)
     33  EXT_FIT_MIN_TOL                     F32   0.1             # Fit tolerance for EXT
     34
     35  # XXX these are only needed if we want to get perfect fits of the synthetic data
     36  PSF_FIT_RADIUS_SCALE         F32   3.75
     37  EXT_FIT_NSIGMA_CONV          F32   11
     38  PSF.RESIDUALS BOOL F
     39
     40  # if this is defined, it gives a list of the model names to fit below (ALL or NONE are also valid)
     41  EXTENDED_SOURCE_MODELS_SELECTION    STR   NONE
     42
     43  # extended source models applied to sources
     44  EXTENDED_SOURCE_MODELS METADATA
     45    TYPE      EXTENDED_SOURCE_MODEL  MODEL            SNLIM   PSF_CONVOLVED
     46    EXP_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_EXP     3.0     TRUE
     47    DEV_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_DEV     3.0     TRUE
     48    SER_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC  3.0     TRUE
     49    GAU_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_GAUSS   3.0     TRUE
     50    PGA_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_PGAUSS  3.0     TRUE
     51    QGA_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_QGAUSS  3.0     TRUE
     52    PS1_CONV  EXTENDED_SOURCE_MODEL  PS_MODEL_PS1_V1  3.0     TRUE
     53
     54    EXP_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_EXP     10.0    FALSE
     55    DEV_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_DEV     10.0    FALSE
     56    SER_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_SERSIC  10.0    FALSE
     57    GAU_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_GAUSS   10.0    FALSE
     58    PGA_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_PGAUSS  10.0    FALSE
     59    QGA_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_QGAUSS  10.0    FALSE
     60    PS1_RAW   EXTENDED_SOURCE_MODEL  PS_MODEL_PS1_V1  10.0    FALSE
     61  END
     62
     63  EXT.ANALYSIS.MAG.LIMITS METADATA
     64      TYPE  DATA FILTER.ID MAG.LIMIT.PETRO  MAG.LIMIT.EXTFIT
     65      gband DATA g         25               NAN
     66      rband DATA r         25               NAN
     67      iband DATA i         25               NAN
     68      zband DATA z         25               NAN
     69      yband DATA y         25               NAN
     70      wband DATA w         25               NAN
     71      other DATA any       25               NAN
     72  END
     73END
     74
Note: See TracChangeset for help on using the changeset viewer.