IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 13 and Version 14 of Dvo_tutorial


Ignore:
Timestamp:
May 7, 2009, 10:09:53 PM (17 years ago)
Author:
Sebastian Jester
Comment:

add 'cursor' instructions

Legend:

Unmodified
Added
Removed
Modified
  • Dvo_tutorial

    v13 v14  
    6969Most commands will also com/explain what they expect if called without arguments.
    7070
    71 == Find out what's in the database ==
     71== Find out what regions of sky are in the database ==
    7272
    7373{{{
     
    7777 cgrid
    7878 # Show outlines of images whose objects are in the db
     79 images
     80 # Find out coordinates of interesting regions interactively
     81 cursor
     82 # this brings up a graphics cursor - move it to an interesting point,
     83 # hit any letter key, (e.g. a) to store the coordinates of that point
     84 # in variables $Ra $Da (for "RA of a, DEC of a").
     85 # Or just click the mouse button to see coordinates.
     86 # Get out of cursor mode by hitting 'q' (also stores $Rq $Dq),
     87 # then zoom in by resetting the 'region' and replotting
     88 region $Ra $Da 1
     89 cgrid
    7990 images
    8091}}}