Home | Trees | Indices | Help |
---|
|
module for producing astronomical plots
(c) 2007-2013 Matt Hilton
This module provides the matplotlib powered ImagePlot class, which is designed to be flexible. ImagePlots can have RA, Dec. coordinate axes, contour overlays, and have objects marked in them, using WCS coordinates. RGB plots are supported too.
|
|||
ImagePlot This class describes a matplotlib image plot containing an astronomical image with an associated WCS. |
|
|||
|
|
|||
dictionary list |
DEC_TICK_STEPS = [{'deg': 1.0/ 60.0/ 60.0, 'unit': "s"}, {'deg Defines the possible coordinate label steps on the delination axis in sexagesimal mode. |
||
dictionary list |
RA_TICK_STEPS = [{'deg':(0.5/ 60.0/ 60.0/ 24.0)* 360.0, 'unit' Defines the possible coordinate label steps on the right ascension axis in sexagesimal mode. |
||
list |
DECIMAL_TICK_STEPS = [0.001, 0.0025, 0.005, 0.01, 0.025, 0.05, Defines the possible coordinate label steps on both coordinate axes in decimal degrees mode. |
||
string |
DEG = u("\N{DEGREE SIGN}") Variable to stand in for the degrees symbol. |
||
string |
PRIME = "$^\prime$" Variable to stand in for the prime symbol. |
||
string |
DOUBLE_PRIME = "$^{\prime\prime}$" Variable to stand in for the double prime symbol. |
|
DEC_TICK_STEPSDefines the possible coordinate label steps on the delination axis in sexagesimal mode. Dictionary format: {'deg', 'unit'}
|
RA_TICK_STEPSDefines the possible coordinate label steps on the right ascension axis in sexagesimal mode. Dictionary format: {'deg', 'unit'}
|
DECIMAL_TICK_STEPSDefines the possible coordinate label steps on both coordinate axes in decimal degrees mode.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Jul 5 14:41:35 2017 | http://epydoc.sourceforge.net |