Skip to content

Commit 96f7220

Browse files
committed
Remove references to LPD Mini in docs
1 parent 32cfce8 commit 96f7220

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

docs/agipd_lpd_data.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ DSSC and JUNGFRAU, pulling together the separate modules into a single array.
2727

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

30-
.. autoclass:: LPDMini
31-
32-
The methods of this class are identical to those of :class:`LPD1M:, below.
33-
3430
.. autoclass:: LPD1M
3531

3632
.. automethod:: get_array

docs/lpd_data.ipynb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -292,14 +292,6 @@
292292
"source": [
293293
"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."
294294
]
295-
},
296-
{
297-
"cell_type": "markdown",
298-
"metadata": {},
299-
"source": [
300-
"The LPD Mini consists of a single module. \n",
301-
"Its data can be accessed similarly using the `LPDMini` class."
302-
]
303295
}
304296
],
305297
"metadata": {

0 commit comments

Comments
 (0)