DVO User's Guide - PowerPoint PPT Presentation

1 / 18
About This Presentation
Title:

DVO User's Guide

Description:

We always need a way to define parameters. site-specific parameters: eg, locations ... 10 milliarcsec relative astrometry. 100 milliarcsec absolute astrometry ... – PowerPoint PPT presentation

Number of Views:81
Avg rating:3.0/5.0
Slides: 19
Provided by: kiaweIf
Category:
Tags: dvo | astrometry | elixir | guide | user

less

Transcript and Presenter's Notes

Title: DVO User's Guide


1
DVO User's Guide
Eugene Magnier Astronomy 734 Spring 2006
2
Lecture Overview
  • DVO Configuration Issues
  • ptolemy.rc / gconfig
  • comparison with IPP config
  • photcode file
  • DVO support functions
  • addstar
  • delstar
  • getstar
  • DVO extra functions
  • relphot
  • uniphot
  • relastro

3
DVO Elixir Configuration
  • We always need a way to define parameters
  • site-specific parameters eg, locations of data
  • camera-specific parameters pixel scale, layout
  • analysis-specific parameters statistics
    box-size, etc
  • a hierarchical approach is important
  • on-the-fly modifications are convenient
  • /.ptolemyrc or ptolemy.rc

load the parameter files mode default CONFIG
default CAMERA cfh12k camera CAMERA
site-specific data locations input
CONFDIR/elixir/elixir.site generic data
locations input CONFDIR/elixir/elixir.data
define camera configuration data here input
CONFDIR/elixir/camera.CAMERA overide
settings here input CONFDIR/elixir/config.CONFIG
script control for elixir input
CONFDIR/elixir/mode.mode
.ptolemyrc CONFIG default CONFDIR
/data/elixir/config input CONFDIR/elixir/elixir.
cfg
4
DVO Elixir Configuration
  • gconfig read / interpret configuration data
  • gconfig dump complete config files
  • gconfig (KEYNAME) return parsed key value
  • gconfig -D KEYNAME VALUE (KEYNAME)

alala gconfig grep TMPDIR TMPDIR
/data/elixir/tmpdir/CAMERA/RUNID alala
gconfig CAMERA cfh12k alala gconfig
TMPDIR /data/elixir/tmpdir/cfh12k/none alala
gconfig TMPDIR -D RUNID test /data/elixir/tmpdir/c
fh12k/test
5
IPP Configuration
  • similar structure, with additions
  • /.ipprc
  • uses psMetadataConfig format
  • includes type information and in-line comments

Example .ipprc file PATH STR
./home/kiawe/eugene/src/panstarrs/ipp/config
Database configuration DBSERVER STR
ippdb.ifa.hawaii.edu Database host name (for
psDBInit) DBUSER STR ipp
Database user name (for
psDBInit) DBPASSWORD STR
Database password (for psDBInit)
Setups for each camera system CAMERAS
METADATA MEGACAM_DET STR
megacam_detrended/camera.config MEGACAM
STR megacam/camera.config GPC1
STR gpc1/camera.config END
psLib setup LOGLEVEL S32 4
Logging level 3INFO LOGFORMAT
STR M Log
format LOGDEST STR STDOUT
Log destination TRACE METADATA
Trace levels
ppImageLoop S32 10
pmFPAfile S32 5 END
6
DVO Photcode file
  • defines filter relationships
  • identifies types of filter systems
  • DEP internal photometry system (detections
    only)
  • REF external photometry system (detections
    only)
  • PRI primary average photometry system
  • SEC secondary average photometry system

code name type zero airmass offset c1
c2 slope ltcolorgt equiv 2 g sec 0.000
- - 1051 1052 0.148 -
1051 3 r pri 0.000 - - 1051
1052 0.000 - 1052 4 i sec 0.000
- - 1052 1053 0.083 -
1053 1051 g_SDSS ref - - -
- - - - - 1052 r_SDSS ref
- - - - - - -
- 1053 i_SDSS ref - - -
- - - - - 200
MEGACAM.g.00 dep 26.460 -0.15 - - -
- - 2 301 MEGACAM.r.01 dep
25.978 -0.10 - - - - -
3 402 MEGACAM.i.02 dep 25.744 -0.04 -
- - - - 4
7
DVO Photcodes and the Photometry Equations
  • basic
  • additional color terms
  • color-airmass terms

Minst -2.5log(counts) Mcat Minst
2.5log(exptime) Ci Ki(sec z - 1) Msys
Mcat fAi,(color - ltcolorgt) Mrel Msys -
Mcal Mave mean (Mrel) Mref Mave Cr
fAi,r color
code name type zero airmass offset c1
c2 slope ltcolorgt equiv 2 g sec 0.000
- - 1051 1052 0.148 -
1051 3 r pri 0.000 - - 1051
1052 0.000 - 1052 4 i sec 0.000
- - 1052 1053 0.083 -
1053 1051 g_SDSS ref - - -
- - - - - 1052 r_SDSS ref
- - - - - - -
- 1053 i_SDSS ref - - -
- - - - - 200
MEGACAM.g.00 dep 26.460 -0.15 - - -
- - 2 301 MEGACAM.r.01 dep
25.978 -0.10 - - - - -
3 402 MEGACAM.i.02 dep 25.744 -0.04 -
- - - - 4
8
Pan-STARRSA Wide-Field, High-Resolution,Multi-Ep
och, All-SkyOptical Near-IRSurvey
Eugene Magnier IfA
9
Project Deployment Plan
  • PS-1
  • Replace LURE on Haleakala
  • First light January 2006
  • Full-scale telescope
  • 1/4 scale camera
  • Full 1.44GPix by mid 2006
  • To integrate control systems
  • Shake down data processing systems
  • PS-4
  • Replace UH 88 on Mauna Kea
  • First light 2009
  • Approx 10 yr survey lifetime

10
PS-1 Design Reference Mission
Mode
y
z
i
r
g
w
Cad.
Area
19.7 65s
21.5 65s
22.6 185s
23.3 65s
23.7 65s
14d
3p
PA
MVP
25.1 840
h/d/m
11000
IVP
24.2 2700
25.4 1333
25.9 533
27.0 2100
27.6 2100
4d
90
  • PA Survey will visit each field 19 times
  • 5s 2x30s in grzy
  • 5s 6x30s in i
  • PA Survey goals are aggressive (but within
    reason)
  • 10 milliarcsec relative astrometry
  • 100 milliarcsec absolute astrometry
  • 10 millimag internal photometry

11
PS-4 Strawman Science Surveys
Note these are survey concepts - available
observing time would be allocated from these
12
PS-1 Approximate Schedule
  • 2006 May 15 Installation of M1 M2x
  • 2006 May 30 Installation of Imaging Sky Probe
  • 2006 June Microcam Pointing Tests
  • 2006 June 20 Installation of Corrector Optics
  • 2006 July 1 TC-3 Delivery
  • 2006 July Testing of Shack-Hartmann System
  • 2006 August TC-3 Commissioning tests
  • 2006 September 15 IPP Cluster at MHPCC
  • 2006 October 1 GPC-1 Delivery
  • 2006 December 15 Commissioning Completed
  • 2007 January 1 Science Survey Begins
  • 2010 January 1 Main Survey Observations
    Completed
  • 2010 June Initial Release of AP Survey

13
Pan-STARRS Science Goals
  • Priority 1 Science Goals
  • Potentially Hazardous Object (NEO) Census
  • Weak-Lensing Survey
  • Supernova Survey
  • Short-Time-Scale Transients (eg, GRBs)
  • Priority 2 Science Goals
  • Solar System Census
  • Local Solar Neighborhood Census
  • Galactic Stellar Population Census
  • Large-Scale Structure Study
  • Extra-galactic Population Study
  • Extra-solar Planet Search
  • Serendipity!

14
Inner Solar System Science
  • 107 asteroids
  • Families
  • Orbit parameter space structure
  • 104 near-earth objects
  • Phase-space distribution
  • Hazardous asteroids
  • Comets

15
Outer Solar System Science
  • Kuiper Belt Objects
  • Orbital distribution
  • Formation and evolution
  • Trans-Neptunian Objects
  • Interlopers on hyperbolic orbits

16
Stars and the Galaxy
  • Parallax survey
  • Complete stellar census
  • Out to 100pc
  • Down to R24 mag
  • Best substellar IMF available
  • 10-100x more brown dwarfs than SDSS or 2MASS
  • Proper motions
  • Proper motions of most stars in the MW accuracy
    2.5 km/s at 1kpc
  • Galaxy formation history, merger tidal tails in
    halo
  • Galactic structure
  • Complete census of RR Lyr and Pop II Cep in halo
    - density structure, shape and extent of
    halo/thick disk, dynamical effects of M31 on halo
  • White Dwarfs, K M dwarfs in thick disk and halo
  • Very faint old disk stars
  • Star counts and colors of inner disk -
    constraints on the standard model of the Galaxy

17
Cosmology Weak Lensing
  • Total mass power spectrum P(k) to large scales
  • Test of inflation theory
  • Evolution of P(k)
  • Higher order statistics
  • Gravitational instability theory
  • Cluster mass function
  • Cosmological parameters
  • Geometric tests
  • World model

18
Cosmology - Supernovae
  • Hubble diagram
  • Dark energy equation of state
  • Cosmological parameters
  • Supernova physics
  • Star formation history
Write a Comment
User Comments (0)
About PowerShow.com