Changes between Version 12 and Version 13 of Dvo_tutorial
- Timestamp:
- May 7, 2009, 9:51:06 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dvo_tutorial
v12 v13 74 74 # set the entire sky as plot region and plot coordinate grid 75 75 region 0 0 180 AIT 76 # syntax is ra dec radius [projection] 76 77 cgrid 77 78 # Show outlines of images whose objects are in the db … … 102 103 images 103 104 }}} 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:105 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 plotting region by giving the `-region` argument: 105 106 {{{ 106 107 avextract -region RA DEC g r i y 107 108 [... takes a while for big regions with lots of measurements ...] 108 109 }}} 109 NB: From looking at the source code, the syntax is supposed to be:110 The syntax for regions in avextract is: 110 111 {{{ 111 112 -region # take ra,dec limits from currently defined plotting 'region'
