DKISTDC / dkist

A Python library for obtaining, processing and interacting with calibrated DKIST data.
https://docs.dkist.nso.edu/projects/python-tools/
BSD 3-Clause "New" or "Revised" License
25 stars 12 forks source link

Update tutorial to use new DDT data #348

Closed Cadair closed 6 months ago

Cadair commented 6 months ago

We should update the tutorial to use the data from pid_2_114/115 which is some unembargoed DDT from 2023.

Here are some good datasets I have found:

2023/10/16 18:45 - 2023/10/16 18:48

Fido search ```python from sunpy.net import Fido, attrs as a import dkist.net Fido.search(a.dkist.Proposal("pid_2_114"), a.Time("2023/10/16 18:45", "2023/10/16 18:48")) ```

2023/10/16 18:21 - 2023/10/16 18:41

Fido search ```python from sunpy.net import Fido, attrs as a import dkist.net Fido.search(a.dkist.Proposal("pid_2_114"), a.Time("2023/10/16 18:21", "2023/10/16 18:41")) ```

[1] Images aren't very clear on this dataset as that passband has major reconstruction issues.

Other's I found on my travels

Cadair commented 6 months ago

For the current tutorial we require a VISP dataset, preferably with stokes so I would suggest BKPLX, however, we don't actually need any data for anything other than stokes I.

We also need a mosaicked VBI dataset for the example where we stitch VBI data, so AJQWW for that.

I put this script together to make tar files of the subsets we need for the existing docs: https://gist.github.com/Cadair/f327ecfd9236daf488ee9cc1ad631a99