GbmSaaCollection¶
- class gdt.missions.fermi.gbm.saa.GbmSaaCollection[source]¶
Bases:
objectCollection of SAA boundary definitions
Attributes Summary
Number of polygons included in the collection
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