Kayıtlar

Nisan, 2018 tarihine ait yayınlar gösteriliyor

SunPy

Resim
Hi Everybody SunPy very popular among Python Packages.For installing to package you must apply to instuctions on official internet page.(By the way,for new-mid level users that there is a condition on which  not only standart import module istallations also for SunPy to ghost module installations is characteristic.For example,pytest,sunpy[net],sunpy[database] (Thus,I absolutely suggest to following to installation instructions) .... I think,you will realise as a whole to your installation procedure.Next,I am starting first good application; Chapter:Image Querying by date with SunPy Firstly,You must use Data Calling procedure; from sunpy.net.helioviewer import HelioviewerClient hv = HelioviewerClient() datasources = hv.get_data_sources() # print a list of datasources and their associated ids for observatory, instruments in datasources.items():     for inst, detectors in instruments.items():         for det, measurements in detectors.items():             for meas, pa