Skip to content

Commit 84fdaba

Browse files
edited
1 parent cb8e3d0 commit 84fdaba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

read_datacube.pro

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
; Please follow instructions below to read into memory:
2-
; * The 3D data cubes of MHD-simulations and tomographic-reconstructions.
1+
; Please follow instructions below to read into memory:
2+
;
3+
; * The 3D data cubes of MHD-simulations and SRT-reconstructions.
4+
;
35
; * The cell-centered uniform spherical grid on which each data cube is provided.
46

57
;======================================================================================================
@@ -12,7 +14,7 @@
1214
; To read the electron density [Ne] of the CR 2082 AWSoM simulation:
1315
; IDL> read_AWSOM_CR2082,rad,theta,phi,Ne_datacube
1416
;
15-
; To read the tomography-reconstructed Ne for the aphelion segment:
17+
; To read the SRT-reconstructed Ne for the aphelion segment:
1618
; IDL> read_SRT_CR2082_Aphelion,rad,theta,phi,Ne_datacube
1719
;
1820
; Similar commands allow to read the Perihelion and Maximum-latitude results.

0 commit comments

Comments
 (0)