Path to this page:
./
math/xylib,
Library for reading powder diffraction data
Branch: CURRENT,
Version: 1.6,
Package name: xylib-1.6,
Maintainer: pkgsrc-usersxylib is a portable C++ library for reading files that contain x-y data from
powder diffraction, spectroscopy or other experimental methods.
Supported formats:
- plain text (CSV or TSV or space-separated-values)
- Crystallographic Information File for Powder Diffraction (pdCIF)
- Siemens/Bruker UXD
- Siemens/Bruker RAW ver. 1/2/3/4
- Philips UDF
- Philips RD (raw scan) V3
- Rigaku DAT
- Sietronics Sieray CPI
- DBWS/DMPLOT data file
- Canberra MCA *(only one of Canberra MCA formats?)*
- XFIT/Koalariet XDD
- RIET7/LHPM/CSRIET/ILL\_D1A5/PSI\_DMC DAT
- Vamas ISO14976
*(only experiment modes: SEM or MAPSV or MAPSVDP are supported;
only REGULAR scan_mode is supported)*
- Princeton Instruments WinSpec SPE
*(only 1-D data is supported)*
Required to build:[
devel/boost-headers] [
pkgtools/cwrappers]
Master sites:
Filesize: 362.075 KB
Version history: (Expand)
- (2023-06-07) Updated to version: xylib-1.6
- (2020-01-08) Updated to version: xylib-1.5
- (2012-09-14) Updated to version: xylib-1.0
- (2011-11-05) Updated to version: xylib-0.8nb1
- (2011-03-11) Updated to version: xylib-0.8
- (2010-05-15) Updated to version: xylib-0.6
CVS history: (Expand)
2023-06-07 08:58:46 by Thomas Klausner | Files touched by this commit (8) | |
Log message:
xylib, xyconvert: update to 1.6
1.6
added XSYG format from Freiberg Instruments' lexsyg (Johannes Friedrich)
added Bruker SPC binary format (Sebastian Kreutzer)
added PANalytical XRDML
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-05-09 17:19:02 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message:
Stop using boost/detail/endian.hpp
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-07 14:35:44 by Niclas Rosenvik | Files touched by this commit (4) |
Log message:
Add xyconvert 1.5 to pkgsrc-current
xyconvert is a converter gui for powder diffraction files. It is distributed
with the xylib library.
|
2020-01-07 14:03:50 by Niclas Rosenvik | Files touched by this commit (7) |
Log message:
Update xylib to version 1.5
Update xylib to version 1.5.
change from release notes:
improved CNF reading
changes to reading SpecsLab2 xy
support text files with lines terminated by CR only
more robust reading of CSV files
fixes for big-endian platforms
included xyConvert (GUI converter)
support filenames with non-ascii characters
added SpecsLab2 xy format
|