FermiIcon

class gdt.missions.fermi.plot.FermiIcon(lat, lon, proj, alpha=1.0, **kwargs)[source]

Bases: EarthPoints

Plot 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

alpha

The alpha opacity value, between 0 and 1.

antenna

Normalized plot coordinates for antenna

artists

The object references to the individual matplotlib elements

color

The color of the plot element

coordinates

The formatted coordinate list of the points

gbm_side

Normalized plot coordinates for the GBM side panel

lat

Normalized plot coordinates for the LAT

left_panel

Normalized plot coordinates for left panel + solar array

num_points

Number of plotted points

right_panel

Normalized plot coordinates for right panel + solar array

sizes

The size of each plotted point

visible

True if the element is shown on the plot, False otherwise

zorder

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