This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_mdi_map_sequence(self, start: str, end: str, filepath: str = str(path) + "/fulldisk/"): | |
""" | |
Get MDI Map Sequence for observations from given range. | |
Parameters | |
---------- | |
start : str | |
The starting observation time and date. | |
end : str | |
The ending observation time and date. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_mdi_fulldisk_map(self, obsdate: str, filepath: str = str(path) + "/fulldisk/"): | |
""" | |
Downloads the MDI Fulldisk FITS file corresponding to a particular observation. | |
And returns a SunPy Map corresponding to the downloaded file. | |
Parameters | |
---------- | |
obsdate : str | |
The observation time and date. | |
filepath : mdi_mapsequence : sunpy.map.MapSequence, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/Raahul-Singh/pythia.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def plot_observations(self, obsdate: str, mdi_map: Map = None): | |
""" | |
Plots the Active Regions for a given observation on the | |
MDI map corresponding to that observation. | |
Parameters | |
---------- | |
obsdate : str | |
The observation time and date. | |
mdi_map : Map, optional |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_observations_from_hek(self, obsdate: str, event_type: str = 'AR', | |
observatory: str = 'SOHO'): | |
""" | |
Gets the observation metadata from HEK for the given obsdate. | |
By default gets Active Region data recieved from SOHO. | |
Parameters | |
---------- | |
obsdate : str | |
The observation time and date. |
NewerOlder