Skip to content

Commit

Permalink
Remove references to LPD Mini in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 14, 2023
1 parent 32cfce8 commit 96f7220
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions docs/agipd_lpd_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ DSSC and JUNGFRAU, pulling together the separate modules into a single array.

The methods of this class are identical to those of :class:`LPD1M`, below.

.. autoclass:: LPDMini

The methods of this class are identical to those of :class:`LPD1M:, below.
.. autoclass:: LPD1M

.. automethod:: get_array
Expand Down
8 changes: 0 additions & 8 deletions docs/lpd_data.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -292,14 +292,6 @@
"source": [
"LPD data may also be recorded in *parallel gain* mode, resulting in high-, medium- and low-gain frames for each pulse. To read this kind of data with the correct labels, use `LPD1M(run, parallel_gain=True)`. This will retrieve data with an extra gain dimension, labelled with 0, 1 and 2 for high-, medium- and low-gain respectively."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"The LPD Mini consists of a single module. \n",
"Its data can be accessed similarly using the `LPDMini` class."
]
}
],
"metadata": {
Expand Down

0 comments on commit 96f7220

Please sign in to comment.