GbmSaaCollection

class gdt.missions.fermi.gbm.saa.GbmSaaCollection[source]

Bases: object

Collection of SAA boundary definitions

Attributes Summary

num_polygons

Number of polygons included in the collection

polygons

Returns a list of polygons included in the collection

Methods Summary

at(time)

Return the active SAA polygon for a given time.

sort()

Sorts SAA polygons according to time periods

Attributes Documentation

num_polygons

Number of polygons included in the collection

Returns:

(int)

polygons

Returns a list of polygons included in the collection

Returns:

(list)

Methods Documentation

at(time: Time)[source]

Return the active SAA polygon for a given time.

Parameters:

time (astropy.time.Time) – time for determining the set of SAA points in latitude/longitude

Returns:

(SouthAtlanticAnomaly)

sort()[source]

Sorts SAA polygons according to time periods