Skip to content
Frank Heberling edited this page Aug 22, 2013 · 9 revisions

Notes, Examples and Tutorials

For all these examples we assume that tdl is installed and on your python path. Note if you are working from the pds prompt, then tdl/modules will be on your path (it does this automatically) so you can use a simpler import notation: ::

from python

python>>from tdl.modules import xtal

or in pds

pds>>import xtal


  • Reading spec data_

  • Processing CTR data_

  • Modeling CTR data_

  • Working with Resonant surface diffraction data_

  • Crystallography Calcs_

  • Surface indexing_

  • Fitting Xrf spectra_

  • Modeling Xrr data_ || Interface Model_


.. ############################################################################

.. _Reading spec data: SpecData

.. _Processing CTR data: CtrData

.. _Modeling CTR data: CtrModel

.. _Working with Resonant surface diffraction data: Rasddata

.. _Crystallography Calcs: XtalCalcs

.. _Surface indexing: SurfaceIndexing

.. _Fitting Xrf spectra: XrfData

.. _Modeling Xrr data: XrrModel

.. _Interface Model: XrrIntModel

Clone this wiki locally