ddasilva commited on
Commit
dfd2beb
·
verified ·
1 Parent(s): 9d60e43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Coronal Field Extrapolation
2
 
3
- This downstream application uses the foundation model to emulate the physics-based ADAPT-WSA PFSS model. The parameters to predict are spherical harmonic coefficients which represent the magnetic potential for a domain between the photosphere and te source surface (set to 2.51 Rs). Included in these FITS files are other variables relating the WSA output that might be useful, such as photospheric polarity and open/closed masks.
4
 
5
  See also the [associated code on GitHub](https://github.com/NASA-IMPACT/SuryaBench/tree/main/CoronalExtrapolation
6
  ), which includes a pytorch data loader for use with the foundation model.
 
1
+ # Surya-Bench Coronal Field Extrapolation Task
2
 
3
+ This foundation model task uses the foundation model to emulate the physics-based ADAPT-WSA PFSS code. The parameters to predict are spherical harmonic coefficients which represent the magnetic potential for a domain between the photosphere and te source surface (set to 2.51 Rs). Included in these FITS files are other variables relating the WSA output that might be useful, such as photospheric polarity and open/closed masks.
4
 
5
  See also the [associated code on GitHub](https://github.com/NASA-IMPACT/SuryaBench/tree/main/CoronalExtrapolation
6
  ), which includes a pytorch data loader for use with the foundation model.