File: Readme.structural_unit

package info (click to toggle)
libdemeter-perl 0.9.27%2Bds6-9
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 74,028 kB
  • sloc: perl: 73,233; python: 2,196; makefile: 1,999; ansic: 1,368; lisp: 454; sh: 74
file content (17 lines) | stat: -rw-r--r-- 718 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

This Readme file explains the structure of the Demeter::StructuralUnit
serialization.  The serialization file is a normal zip file with the
"dsu" extension (_D_emeter _s_tructural _u_nit).

A structural unit is a collection of Demeter objects which implement a
conceptual component of a fit.  In a script or a GUI, a structural
unit is defined as a selection of paths.  Contained in this zip file
are serializations of a number of Path objects, the Feff objects from
which those paths were computed, and all GDS objects referenced by the
Path's math expressions.

The serializations of the Path, Feff, and GDS objects are YAML files.
Also contained herein are the phase.bin files associated with the Feff
objects.