Difference between revisions of "IXTattenuator"

From LIBISIS
Jump to navigation Jump to search
m
m
 
Line 11: Line 11:
 
! {{Headcellstyle}} | Description
 
! {{Headcellstyle}} | Description
 
|-
 
|-
| name || char || Name of attenuator
+
|'''base'''
 +
| [[IXTbase]]
 +
| internal object
 
|-
 
|-
| distance || real || Distance of centre from sample (m)
+
| '''name''' || char || Name of attenuator
 
|-
 
|-
| material || char || Type of attenuator eg. polythene
+
| '''distance''' || real || Distance of centre from sample (m)
 
|-
 
|-
| thickness|| real || Thickness (m)
+
| '''material''' || char || Type of attenuator eg. polythene
 
|-
 
|-
| attenuation || [[IXTdataset_1d]] || Attenuation factor as a function of energy (meV)  
+
| '''thickness'''|| real || Thickness (m)
 +
|-
 +
| '''attenuation''' || [[IXTdataset_1d]] || Attenuation factor as a function of energy (meV)  
 
|}
 
|}
  

Latest revision as of 15:50, 4 August 2008

Structure

The elements of the object are as follows:


Field Type Description
base IXTbase internal object
name char Name of attenuator
distance real Distance of centre from sample (m)
material char Type of attenuator eg. polythene
thickness real Thickness (m)
attenuation IXTdataset_1d Attenuation factor as a function of energy (meV)


F90 syntax

use IXMattenuator

type(IXTattenuator):: attenuator
type(IXTstatus):: status


Operations

The following operations may be performed on this data type: