a class to contain a record of gridded data, extends pydarn.sdio.sdDataTypes.sdBaseData
myGrid = pydarn.sdio.gridData()
Written by AJ 20130607
a class to contain a record of map potential data, extends pydarn.sdio.sdDataTypes.sdBaseData
Note
I don’t know what alot of these attributes mean. If you do, please add them in.
myMap = pydarn.sdio.mapData()
Written by AJ 20130607
a base class for the porocessed SD data types. This allows for single definition of common routines
Written by AJ 20130607
A function to to fill an sdBaseData object with the data in a dictionary that is returned from the reading of a dmap file
Note
In general, users will not need to use this.
Written by AJ 20121130
A class which contains a pipeline to a data source
Written by AJ 20130607
a class to contain model records of map poential data, extends pydarn.sdio.sdDataTypes.sdBaseData
Note
I don’t know what alot of these attributes mean. If you do, please add them in.
myMod = pydarn.sdio.sdModel()
Written by AJ 20130607
a class to contain vector records of gridded data, extends pydarn.sdio.sdDataTypes.sdBaseData
myVec = pydarn.sdio.sdVector()
Written by AJ 20130607
alias of pydarn.sdio.sdDataTypes