IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of Dvo_tutorial


Ignore:
Timestamp:
May 7, 2009, 9:51:06 PM (17 years ago)
Author:
Sebastian Jester
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dvo_tutorial

    v12 v13  
    7474 # set the entire sky as plot region and plot coordinate grid
    7575 region 0 0 180 AIT
     76 # syntax is ra dec radius [projection]
    7677 cgrid
    7778 # Show outlines of images whose objects are in the db
     
    102103 images
    103104}}}
    104 Extracting average quantities into vectors (similar to those in sm, or arrays in IDL or C etc.) is done via `avextract`; from the currently defined region by giving the `-region` argument:
     105Extracting average quantities into vectors (similar to those in sm, or arrays in IDL or C etc.) is done via `avextract`; from the currently defined plotting region by giving the `-region` argument:
    105106{{{
    106107 avextract -region RA DEC g r i y
    107108 [... takes a while for big regions with lots of measurements ...]
    108109}}}
    109 NB: From looking at the source code, the syntax is supposed to be:
     110The syntax for regions in avextract is:
    110111{{{
    111112 -region # take ra,dec limits from currently defined plotting 'region'