Skip to content

Commit 2339ecc

Browse files
Updating README
1 parent 75b00f4 commit 2339ecc

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

README.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,25 @@ The available models cover two main use-cases:
1111

1212
The above use cases have been explored in the following publications:
1313

14-
* "Exploring the Limits of Synthetic Creation of Solar EUV Images via Image-to-Image Translation"
15-
Accepted for publication on ApJ (2022)
14+
* ["Exploring the Limits of Synthetic Creation of Solar EUV Images via Image-to-Image Translation"](https://iopscience.iop.org/article/10.3847/1538-4357/ac867b/meta)
15+
ApJ 937 100 (2022)
16+
17+
* ["Multi-Channel Auto-Calibration for the Atmospheric Imaging Assembly using Machine Learning"](https://www.aanda.org/articles/aa/abs/2021/04/aa40051-20/aa40051-20.html)
18+
A&A 648, A53 (2021)
1619

17-
* "Multi-Channel Auto-Calibration for the Atmospheric Imaging Assembly using Machine Learning"
18-
A&A 648, A53 (2021)
19-
https://arxiv.org/abs/2012.14023.
20-
21-
* "Auto-Calibration of Remote Sensing Solar Telescopes with Deep Learning"
22-
NeurIPS 2019 - ML4PS Workshop
23-
https://arxiv.org/abs/1911.04008
24-
25-
* "Using U-Nets to Create High-Fidelity Virtual Observations of the Solar Corona"
26-
ML4PS NeurIPS 2019 - ML4PS Workshop
27-
https://arxiv.org/abs/1911.04006
28-
29-
All the results can be reproduced with the code in this repo.
20+
* ["Auto-Calibration of Remote Sensing Solar Telescopes with Deep Learning"](https://arxiv.org/abs/1911.04008)
21+
NeurIPS 2019 - ML4PS Workshop
22+
23+
* ["Using U-Nets to Create High-Fidelity Virtual Observations of the Solar Corona"](https://arxiv.org/abs/1911.04006)
24+
NeurIPS 2019 - ML4PS Workshop
25+
26+
All the results can be reproduced with the code contained in this repo.
3027

3128
The data uncorrected for degradation used in the [autocalibration paper](https://arxiv.org/abs/1911.04008) is
3229
available [here](https://zenodo.org/record/4430801#.X_xiP-lKhmE).
3330

3431
# How to use the repo
3532

36-
1# How to use the repo
3733
1) Reusable code lives inside src in the form of a package called sdo that can be installed.
3834

3935
In order to install the package:
@@ -68,4 +64,7 @@ available [here](https://zenodo.org/record/4430801#.X_xiP-lKhmE).
6864
This project started as part of the [2019 Frontier Development Lab (FDL) SDO team](https://frontierdevelopmentlab.org/2019-sdo).
6965
A description of this program is available [here](https://frontierdevelopmentlab.org/about-1).
7066

67+
# Citations
68+
If you decide to reuse this code, please cite [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6954828.svg)](https://doi.org/10.5281/zenodo.6954828)
69+
7170

0 commit comments

Comments
 (0)