You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/example.ipynb
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@
13
13
"solpolpy is invoked using a simple interface:`output = sp.resolve(input_data, out_system)` where the `input_data` parameter is an appropriate NDCollection (a collection of [SunPy NDCubes](https://docs.sunpy.org/projects/ndcube/en/stable/)), such as a triplet of polarized images. `out_system` is the desired output polarization state (MZP, BtBr, Stokes, BpB, Bp3, or Bthp). It has a utility function to load data into the expected NDCollection format called `load_data`. There is also a plotting utility to plot any collection called `plot_collection`. \n",
14
14
"\n",
15
15
"## Polarization systems handled by solpolpy\n",
16
-
"\n",
17
-
"- Minus, Zero, Plus (MZP): Triplet of images taken at -60°, 0°, and +60° polarizing angles.\n",
16
+
"- Minus, Zero, Plus in solar frame (mzpsolar): Triplet of images taken at -60°, 0°, and +60° polarizing angles with a reference angle set to solar frame.\n",
17
+
"- Minus, Zero, Plus in instrument frame (mzpinstru): Triplet of images taken at -60°, 0°, and +60° polarizing angles with a reference angle set to instrument frame.\n",
18
18
"- Tangential and Radial Brightness (BtBr): Pair of images with polarization along the tangential and radial direction with respect to the Sun respectively.\n",
19
19
"- Stokes (Stokes): Total (unpolarized) brightness (I), polarized brightness along vertical and horizontal axes (Q) and polarized brightness along ±45° (U) .\n",
20
20
"- Brightness, polarized Brightness (BpB): Total (unpolarized) brightness and ‘excess polarized’ brightness images pair respectively.\n",
@@ -150,7 +150,9 @@
150
150
"metadata": {
151
151
"collapsed": false
152
152
},
153
-
"source": "In this case, we can see they are angle measurements (in degrees). If we want to know more, we can look at the appropriate cube:"
153
+
"source": [
154
+
"In this case, we can see they are angle measurements (in degrees). If we want to know more, we can look at the appropriate cube:"
0 commit comments