Source: libdemeter-perl Maintainer: Debian Perl Group Uploaders: Roland Mas Section: contrib/perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: ifeffit , libarchive-zip-perl , libcapture-tiny-perl , libchemistry-elements-perl, libchemistry-formula-perl , libconfig-ini-perl , libconst-fast-perl , libdatetime-perl, libdigest-sha-perl , libencoding-fixlatin-perl , libextutils-cbuilder-perl, libfile-copy-recursive-perl , libfile-countlines-perl , libfile-slurper-perl , libfile-touch-perl , libfile-which-perl , libgraph-perl , libgraphics-gnuplotif-perl, libheap-perl , libifeffit-perl , libjson-perl, liblist-moreutils-perl , libmath-combinatorics-perl , libmath-derivative-perl , libmath-random-free-perl , libmath-round-perl , libmath-spline-perl , libmodule-build-perl, libmoose-perl , libmoosex-aliases-perl , libmoosex-types-laxnum-perl , libmoosex-types-perl , libpdl-stats-perl , libpod-pom-perl , libpod-projectdocs-perl , libregexp-assemble-perl, libregexp-common-perl , librpc-xml-perl , libspreadsheet-writeexcel-perl , libstar-parser-perl , libstatistics-descriptive-perl , libtext-template-perl , libtext-unidecode-perl , libtree-simple-perl , libwant-perl , libwx-perl , libxmlrpc-lite-perl , libyaml-tiny-perl , pdl , perl-xs-dev, perl:native, xauth , xvfb Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdemeter-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdemeter-perl.git Homepage: https://metacpan.org/release/Demeter Rules-Requires-Root: no Package: libdemeter-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libarchive-zip-perl, libcapture-tiny-perl, libchemistry-elements-perl, libchemistry-formula-perl, libconfig-ini-perl, libconst-fast-perl, libdatetime-perl, libdigest-sha-perl, libencoding-fixlatin-perl, libfile-copy-recursive-perl, libfile-countlines-perl, libfile-touch-perl, libfile-which-perl, libgraph-perl, libgraphics-gnuplotif-perl, libheap-perl, libifeffit-perl, libjson-perl, liblist-moreutils-perl, libmath-combinatorics-perl, libmath-derivative-perl, libmath-random-perl, libmath-random-free-perl, libmath-round-perl, libmath-spline-perl, libmoose-perl, libmoosex-aliases-perl, libmoosex-types-laxnum-perl, libmoosex-types-perl, libpdl-stats-perl, libpod-pom-perl, libregexp-assemble-perl, libregexp-common-perl, librpc-xml-perl, libspreadsheet-writeexcel-perl, libstar-parser-perl, libstatistics-descriptive-perl, libtext-template-perl, libtext-unidecode-perl, libtree-simple-perl, libwant-perl, libwx-perl, libxmlrpc-lite-perl, libxray-absorption-perl, libxray-scattering-perl, libyaml-tiny-perl, pdl Description: comprehensive XAS data analysis system using Feff and Ifeffit or Larch Demeter provides an object oriented interface to the EXAFS data analysis capabilities of the popular and powerful Ifeffit package and its successor Larch. Given that the Ifeffit and Larch APIs involve streams of text commands, this package is, at heart, a code generator. Many methods of this package return text. All actual interaction with Ifeffit or Larch is handled through a single method, dispose, which is described below. The internal structure of this package involves accumulating text in a scalar variable through successive calls to the various code generating methods. This text is then disposed to Ifeffit, to Larch, to a file, or elsewhere. The outward looking methods organize all of the complicated interactions of your data with Ifeffit or Larch. . This package is aimed at many targets. It can be the back-end of a graphical data analysis program, providing the glue between the on-screen representation of the fit and the actual command executed by Ifeffit or Larch. It can be used for one-off data analysis chores -- indeed most of the examples that come with the package can be reworked into useful one-off scripts. It can also be the back-end to sophisticated data analysis chores such as high-throughout data processing and analysis or complex physical modeling.