-
Notifications
You must be signed in to change notification settings - Fork 6
ModuleExamples
Frank Heberling edited this page Aug 22, 2013
·
2 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