Changes between Version 12 and Version 13 of Ask_an_expert
- Timestamp:
- Aug 10, 2009, 2:31:31 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ask_an_expert
v12 v13 116 116 117 117 * 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. 118 120 119 121 * When I plot image outlines with 'images' and/or use gimages to find … … 156 158 for an image, one for CMDs, and one for plotting objects in sky 157 159 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. 158 166 159 167 * Assuming a local image mirror, we would like to do things like: … … 169 177 on not 0,0 gives weird plot results 170 178 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 171 185 * 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. 172 192 173 193 == ppImage ==
