1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
Source: libdemeter-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
Roland Mas <lolando@debian.org>,
Section: contrib/perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
libmodule-build-perl,
perl,
Build-Depends-Indep:
ifeffit <!nocheck>,
libarchive-zip-perl <!nocheck>,
libcapture-tiny-perl <!nocheck>,
libchemistry-elements-perl,
libchemistry-formula-perl <!nocheck>,
libconfig-ini-perl <!nocheck>,
libconst-fast-perl <!nocheck>,
libdatetime-perl,
libdigest-sha-perl <!nocheck>,
libencoding-fixlatin-perl <!nocheck>,
libextutils-cbuilder-perl,
libfile-copy-recursive-perl <!nocheck>,
libfile-countlines-perl <!nocheck>,
libfile-slurper-perl <!nocheck>,
libfile-touch-perl <!nocheck>,
libfile-which-perl <!nocheck>,
libgraph-perl <!nocheck>,
libgraphics-gnuplotif-perl,
libheap-perl <!nocheck>,
libifeffit-perl <!nocheck>,
libjson-perl,
liblist-moreutils-perl <!nocheck>,
libmath-combinatorics-perl <!nocheck>,
libmath-derivative-perl <!nocheck>,
libmath-random-free-perl <!nocheck>,
libmath-round-perl <!nocheck>,
libmath-spline-perl <!nocheck>,
libmoose-perl <!nocheck>,
libmoosex-aliases-perl <!nocheck>,
libmoosex-types-laxnum-perl <!nocheck>,
libmoosex-types-perl <!nocheck>,
libpdl-filter-perl <!nocheck>,
libpdl-stats-perl <!nocheck>,
libpod-pom-perl <!nocheck>,
libpod-projectdocs-perl <!nocheck>,
libregexp-assemble-perl,
libregexp-common-perl <!nocheck>,
librpc-xml-perl <!nocheck>,
libspreadsheet-writeexcel-perl <!nocheck>,
libstar-parser-perl <!nocheck>,
libstatistics-descriptive-perl <!nocheck>,
libterm-sk-perl <!nocheck>,
libterm-twiddle-perl <!nocheck>,
libtext-template-perl <!nocheck>,
libtext-unidecode-perl <!nocheck>,
libtree-simple-perl <!nocheck>,
libwant-perl <!nocheck>,
libwx-perl <!nocheck>,
libxmlrpc-lite-perl <!nocheck>,
libyaml-tiny-perl <!nocheck>,
pdl <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>,
Standards-Version: 4.7.0
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:
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-monitor-lite-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-random-perl,
libmath-round-perl,
libmath-spline-perl,
libmoose-perl,
libmoosex-aliases-perl,
libmoosex-types-laxnum-perl,
libmoosex-types-perl,
libpdl-filter-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,
libterm-sk-perl,
libterm-twiddle-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,
${misc:Depends},
${perl:Depends},
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.
|