We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753a657 commit a3e4aadCopy full SHA for a3e4aad
docs/source/techniques/ISISPowder-Polaris-v1.rst
@@ -358,7 +358,7 @@ and :ref:`focus_polaris_isis-powder-diffraction-ref` method.
358
This determines which vanadium and empty run numbers
359
to use whilst processing.
360
361
-Accepted values are: **PDF** or **Rietveld**
+Accepted values are: **PDF**, **PDF_NORM** or **Rietveld**
362
363
*Note: This parameter is not case sensitive*
364
@@ -371,6 +371,8 @@ Example Input:
371
372
polaris_example.create_vanadium(mode="PDF", ...)
373
# Or
374
+ polaris_example.create_vanadium(mode="PDF_NORM", ...)
375
+ # Or alternatively
376
polaris_example.focus(mode="Rietveld", ...)
377
378
.. _config_file_polaris_isis-powder-diffraction-ref:
0 commit comments