FermiIcon¶
- class gdt.missions.fermi.plot.FermiIcon(lat, lon, proj, alpha=1.0, **kwargs)[source]¶
Bases:
EarthPointsPlot a Fermi icon on the Earth.
- Parameters:
lat (np.array) – The latitude value
lon (np.array) – The longitude value
proj (GeoAxesSubplot) – The Cartopy projection
alpha (float, optional) – The alpha opacity
**kwargs – Other plotting options
Attributes Summary
The alpha opacity value, between 0 and 1.
Normalized plot coordinates for antenna
The object references to the individual matplotlib elements
The color of the plot element
The formatted coordinate list of the points
Normalized plot coordinates for the GBM side panel
Normalized plot coordinates for the LAT
Normalized plot coordinates for left panel + solar array
Number of plotted points
Normalized plot coordinates for right panel + solar array
The size of each plotted point
True if the element is shown on the plot, False otherwise
The plot element zorder
Methods Summary
hide()Hide the plot element
remove()Remove the plot element
show()Show the plot element
toggle()Toggle the visibility of the plot element
Attributes Documentation
- alpha¶
The alpha opacity value, between 0 and 1.
- Type:
(float)
- antenna¶
Normalized plot coordinates for antenna
- Type:
(np.array)
- artists¶
The object references to the individual matplotlib elements
- Type:
(list)
- color¶
The color of the plot element
- Type:
(str)
- coordinates¶
The formatted coordinate list of the points
- Type:
(list of str)
- gbm_side¶
Normalized plot coordinates for the GBM side panel
- Type:
(np.array)
- lat¶
Normalized plot coordinates for the LAT
- Type:
(np.array)
- left_panel¶
Normalized plot coordinates for left panel + solar array
- Type:
(np.array)
- num_points¶
Number of plotted points
- Type:
(int)
- right_panel¶
Normalized plot coordinates for right panel + solar array
- Type:
(np.array)
- sizes¶
The size of each plotted point
- Type:
(list)
- visible¶
True if the element is shown on the plot, False otherwise
- Type:
(bool)
- zorder¶
The plot element zorder
- Type:
(int)
Methods Documentation
- hide()¶
Hide the plot element
- remove()¶
Remove the plot element
- show()¶
Show the plot element
- toggle()¶
Toggle the visibility of the plot element