IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links
wiki:IPP_Description

Version 2 (modified by eugene, 17 years ago) ( diff )

--

Return to the Main Page

Top-Level Overview

IPP Pipeline Database

Pantasks & ippTasks

Nebulous

Detrend Creation

  • Bad Pixel Masks : General description of how bad pixel masks are constructed. S.Rodney
  • Biases
  • Darks
  • Flats
  • Fringes
  • Masks
  • Shutter Correction

Analysis Components

  • Deep field photometry - Durham_WHDF
  • Extended source photometry - Sloan

Science Analysis Stages

  • Chip
  • Camera
  • Fake
  • Warp
  • Stack
  • Diff
  • Magic

psLib

psModules

DVO

Introduction

DVO (the Desktop Virtual Observatory) is a system for manipulating collections of images and measurements related to astronomical objects. The DVO system consists of several programs which insert data in the database system, extract data from the database, or manipulate data in the database. One of these is the DVO shell, which provides a command-line driven, programmable user interface to the astronomical objects and measurements in the database. The DVO shell is based on the Opihi shell language which provides the tools to manipulate and display data in various representations. The DVO shell adds to this basic command set a collection of functions which provide direct access to the contents of the DVO database tables.

Schema

DVO uses the following database tables:

  • Sky Layout : defines the organization of the object / measurement tables on the sky
  • Photcodes : defines the photometric systems and transformations between them
  • Images : describes the images known the DVO; for a mosaic camera, one chip corresponds to a single image, and an additional meta-image is used to represent the full mosaic (note: these meta-images may soon be moved to a separate table; also note that the mosaic meta-image is only supplied for mosaic images with 'mosaic' astrometry solutions).
  • Average : average properties of the astronomical objects, excluding photometric average information (one row per object)
  • SecFilt : average photometric properties for astronomical objects (one row per 'average' filter per object).
  • Measure : all detections of the astronomical objects
  • Missing : non-detections of known astronomical objects nominally touched by an image (note : this table is not populated by default)

The standard implementation of DVO uses a stores the database information as a collection FITS tables. For a subset of the tables (Average, SecFilt, Measure, Missing), the data is partitioned into multiple files representing different regions on the sky. The partitioning scheme allows for a wide range of scale on which the sky is divided. At one extreme, the entire sky is represented by a single file. At the next level, this is split into Declination bands of width 7.5 degrees. Next, these bands are split into RA ranges. The next levels subdivide the RA / DEC ranges into smaller and smaller patches. From the third level on down, the size of the sky regions varies with Galactic latitude to better sample regions of high and low stellar density.

DVO Shell

Working With DVO

  • Inserting Data (addstar)

Other DVO Pages

  • SDSS stripe82 data set For the daring, here is a 202 MB tarfile expanding into a 588 MB directory with a very small subset of multi-epoch (but not [yet] coadded) SDSS stripe 82 data at http://www.mpia.de/homes/jester/IPPstripe82_catdir_20080610.tgz The README describes what's there and how it was made. This is not (yet) useful for science! Email jester at mpia.de with questions regarding this dataset.

Simtest

Attachments (4)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.