Saurav Kumar Roy
Saurav Kumar Roy
Maybe because of the dynamic nature of the website one solution can be to use windowscroll of selenium which can scroll down and find more images.
one way would be uninstalling speedtest (pip uninstall speedtest) and reinstalling (pip install speedtest-cli)
https://github.com/metafy-social/python-scripts/pull/496
Hi there . So there is great python module which accomplishes that which is sscws (https://pypi.org/project/sscws/) documentation (https://sscweb.gsfc.nasa.gov/WebServices/REST/py/sscws/index.html) and one example notebook (https://sscweb.gsfc.nasa.gov/WebServices/REST/jupyter/SscWsExample.html)
here is a list of supported coordinates systems in sscws GEO = 'Geo' GM = 'Gm' GSE = 'Gse' GSM = 'Gsm' SM = 'Sm' GEI_TOD = 'GeiTod' GEI_J_2000 =...
I guess it be nice if we add methods to calculate gaussian error as well currently we only calculate for Poisson errors only https://github.com/StingraySoftware/stingray/blob/main/stingray%2Flightcurve.py#L404-L421
Hi, after looking up i found that there are few methods which supports gaussian error distributions 1) [Multitaper for spectral density estimation](https://docs.stingray.science/en/stable/notebooks/Multitaper/multitaper_example.html) 2) [Stingray.simulator supports gaussian error distrubtions ](https://github.com/StingraySoftware/stingray/blob/main/stingray/simulator/simulator.py#L395-L399) 3)...
 result of the code
hey, can I be assigned for this feature? 1) for tree we can do a recursive search for entire ASDF tree to find map objects and maybe we have to...
Sure, will be sending a pr soon