@@ -165,13 +165,22 @@ The following detectors are implemented:
165165 * Merlin
166166 * Eiger2M
167167 * Eiger4M
168+ * Dummy (user-defined pixel size and pixel number)
168169
169170The following classes are implemented:
170171
171- * Detector
172- * Diffractometer and corresponding child classes (one per beamline)
172+ * Beamline and corresponding child classes (one per supported beamline)
173+ * Detector and corresponding child classes (one per supported detector)
174+ * Diffractometer and corresponding child classes (one per supported beamline)
175+ * RotationMatrix: used in methods from Diffractometer to generate rotation matrices
173176 * Setup
174177
178+ In scripts, the initial step is to declare a detector instance and a setup instance with
179+ the related parameters (see the class documentation). The beamline and the
180+ diffractometer are not meant to be instantiated directly, this is done internally in
181+ Setup.
182+
183+
175184.. bcdi.experiment end
176185
177186 BCDI.facet_recognition: automatic facet detection in BCDI 3D reconstructions
@@ -186,7 +195,9 @@ This module provides tools for plotting the stereographic projection of a diffra
186195peak or an object. There is also a script for facet detection on a reconstructed
187196object, and for calculating statistics on facet strain. After meshing the object,
188197facets are found using a density estimation of mesh triangles normals, followed by
189- watershed segmentation.
198+ ,watershed segmentation.
199+ See Carnis et al. Small 17, 2007702 (2021)
200+ https://doi.org/10.1002/smll.202007702
190201
191202.. bcdi.facet_recognition end
192203
@@ -212,7 +223,7 @@ Description
212223-----------
213224
214225This module provides methods used for pre-processing phased data. For example (but
215- not limited to): hotpixels removal, filtering, masking...
226+ not limited to): centering, hotpixels removal, filtering, masking...
216227
217228.. bcdi.preprocessing end
218229
@@ -256,6 +267,8 @@ kinematical sum. It can include a displacement field, noise, detector gaps etc..
256267In forward CDI geometry, calculation of the Bragg peak positions in 3D for a
257268mesocrystal, knowing the unit cell and unit cell parameter. It can be used to fit
258269experimental data.
270+ See Carnis et al. Scientific Reports 9, 17357 (2019)
271+ https://doi.org/10.1038/s41598-019-53774-2
259272
260273.. bcdi.simulation end
261274
0 commit comments