James Mason

Results 25 comments of James Mason

`vso_search` has a "level" keyword that can be used for filtering. EVE version 4 releasing in 2020 March will have this implemented. PSP already uses it. So Fido should implement...

I'm trying to determine that but failing. It looks like some syntax has changed since my original post. ``` vr = results.get_response(0) vr[2]['fileid'] ``` that was suggested I do now...

Sweet; that does work for me. So that confirms that the first workaround from my original post is still viable (using either `info` or `fileid`). Yep, I would agree with...

That's good to know. I think it may come down then to having support for non-numerical level types. For example, it's common to have e.g., level '0b', '0c', '0d' etc....

Eesh yeah. I didn't doubt there was a lot of history here. I'm generally a zealot about standards to unify things but I think a push to define a standard...

That's really good that VSO already supports 1 and 2; that will make implementation on the sunpy side easier, I imagine, if it's agreed upon by everyone that's something that...

Sample data for this should be added to the automatic download into sunpy/data/sample_data. There is now: 20110607_EVE_L0CS_DIODES_1m.txt, and similar for AIA, etc. Will just need to add the appropriate evl_...

Embedded in the return of this function will be the ```.data``` parameter, which will be a ```pandas.DataFrame```, just as other ```timeseries``` data are (e.g., [LYRA](http://docs.sunpy.org/en/stable/api/sunpy.timeseries.RHESSISummaryTimeSeries.html#sunpy.timeseries.RHESSISummaryTimeSeries) and [RHESSI](http://docs.sunpy.org/en/stable/api/sunpy.timeseries.RHESSISummaryTimeSeries.html#sunpy.timeseries.RHESSISummaryTimeSeries)). I link to...

The resolution of this issue is now dependent on [one in astropy being resolved (7092)](https://github.com/astropy/astropy/issues/7092) in order to convert the time provided by EVE (yyydoy, sod) to a pandas DatetimeIndex....

Absolutely! This could also be the enabling example to bring a whole lot more spectral time series type data into sunpy. I am absolutely swamped until December at least so...