IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of Ask_an_expert


Ignore:
Timestamp:
Aug 10, 2009, 2:31:31 PM (17 years ago)
Author:
pitts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ask_an_expert

    v12 v13  
    116116
    117117 * How do I find out the exposure time for a given object, and/or the "effective" exposure time of a given average magnitude?
     118
     119    '''Answer from Mark Pitts:''' The keyword "exptime" can be used in mextract to pull out the exposure times for individual measurments. I'm not certain if there is an easy way to pull the "effective: exposure time of an average magnitude.
    118120
    119121 * When I plot image outlines with 'images' and/or use gimages to find
     
    156158   for an image, one for CMDs, and one for plotting objects in sky
    157159   coordinates?
     160
     161    '''Answer from Mark Pitts:''' To open new graphics windows:
     162
     163        device -n (window name)
     164
     165        Without specifying a name, DVO with assign them numbers starting with zero. You also use this command to "activate" the window to plot or display stuff.
    158166 
    159167 * Assuming a local image mirror, we would like to do things like:
     
    169177   on not 0,0 gives weird plot results
    170178
     179    '''Answer from Mark Pitts:''' The region command accepts the position options as:
     180
     181        region (central RA) (central DEC) (radius); all units are in degrees
     182
     183        It may be that using a negative RA values caused the problem.
     184
    171185 * How do I make axis labels?
     186
     187    '''Answer from Mark Pitts:''' Using the labels command:
     188
     189        labels -x "x axis" -y "y axis"
     190
     191        This command can also add a title and place strings in the corners of the plot area.
    172192
    173193== ppImage ==