Ultrasound Acquisition Configuration file format C++ implementation and wrapping in Python and Matlab
Project description
UAC
Description
The Ultrasound Acquisition Configuration file format is a structure of data to configure ultrasound acquisition.
You may use it with various languages (C++, Python and MATLAB).
Get more informations in the Wiki about class diagram.
Requirements
To use Uac library, you need to install Urx library.
Table of Contents
- Common installation and usage in C++, MATLAB, Python.
- Build it yourself for C++, MATLAB, Python with CMake.
Use it with C++
There is no installer for C++ user. You need to build it yourself. If you don't need to read / write file, uac library is header-only.
See advanced uses for more information.
Configuration
First, you need to get Uac package with find_package. If package is not found, set Uac_DIR=INSTALL_PATH/lib/cmake/Uac-XXXYYY.
find_package(Uac REQUIRED)
You don't need to find_package(Urx REQUIRED). The Uac library will do it.
You will have access to targets:
Uac::Uac: header-only library of the uac struct.Uac::UacUtils: library with helper to manipulate uac struct, including read / write in hdf5 file format.
CMake examples
find_package(HDF5 REQUIRED NAMES hdf5 COMPONENTS CXX hdf5::hdf5-static)
find_package(Uac REQUIRED)
add_executable(UacTestIo ${SRCS_FILES})
target_link_libraries(
UacTestIo PRIVATE Uac::Uac Uac::UacUtils hdf5::hdf5-static hdf5::hdf5_cpp-static)
Uac::UacUtils is only needed if you use helpers. If you only need the uac file format, only Uac::Uac is needed.
hdf5::hdf5-static hdf5::hdf5_cpp-static is only needed if the library has been built with HDF5 support. In this case, hdf5 has been built in static mode.
You may found a complete example of CMakeLists.txt in test/uac or in test/io folders.
C++ examples
All dynamic memory allocation should be stored in a shared_ptr.
#include <memory>
#include <uac/dataset.h>
#include <uac/probe.h>
#include <uac/utils/io/reader.h>
#include <uac/utils/io/writer.h>
auto dataset = std::make_shared<uac::Dataset>();
auto probe = std::make_shared<uac::Probe>();
probe->description = "Probe 1";
dataset->acquisition.probes.push_back(probe);
uac::utils::io::writer::saveToFile("file.uac", *dataset);
auto dataset_loaded = uac::utils::io::reader::loadFromFile("file.uac");
You may found an example for all C++ classes in file uac/utils/test/dataset_gen.h in function generateFakeDataset and much more in the official wiki.
Use it with MATLAB
See advanced uses for more information.
MATLAB installer
Uac MATLAB homepage is hosted in MATLAB File Exchange. To download the toolbox, select Download > Toolbox. It compatibles for both Windows and Linux.
You also need to install Urx toolbox from MATLAB File Exchange.
Requirements
MATLAB needs a C compiler to load the C library in Urx toolbox (i.e. Visual Studio or MinGW). To use MinGW, see [doc/matlab.md#install-mingw-c-compiler] paragraph.
Configuration
If you are using Uac from MATLAB toolbox, you just have to enable Unicode if you need it (feature('DefaultCharacterSet','UTF-8');).
Examples
dataset = uac.Dataset();
probe1 = uac.Probe();
probe1.description = 'Probe 1';
excitation1 = urx.Excitation();
dataset.acquisition.excitations = [excitation1];
uac.saveToFile('test.uac', dataset);
dataset2 = uac.loadFromFile('test.uac');
You may found a complete example in file test/matlab/+uac/+UnitTests/CreateUff.m and much more in the official wiki.
Important note
Some field are optional or can be empty (see C++ UML diagram). If you want to unassign a value, don't use [] but use empty method of the class (i.e. uac.ElementGeometry.empty).
Use it with Python
Python wheel
Uac Python is hosted in Pypi.
From your Python's virtual environment, run pip install ultrasound_acquisition_configuration.
Examples
import ultrasound_acquisition_configuration as uac;
dataset = uac.Dataset()
probe1 = uac.Probe()
probe1.description = 'Probe 1'
excitation1 = urx.Excitation()
dataset.acquisition.excitations = [excitation1]
uac.saveToFile('test.uac', dataset)
dataset2 = uac.loadFromFile('test.uac')
You may found a basic example in folder test/python and much more in the official wiki.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52bd4dfd81a70790d8fc5394f8983c34e5ac1f90867bca853725d8081d387d07
|
|
| MD5 |
a48e89f9e7e87d71f41dc66d4d3efb0a
|
|
| BLAKE2b-256 |
7af3b2bb202e0409160c6376a477985d3ff0035a0d33467e94b9ea39eb85c2fc
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-pp311-pypy311_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e133f0d3e5c1328406c3b40449f8a48a89a5b7353775e8afbfcc1ace0f630fa2
|
|
| MD5 |
d1a9344ed33b1c33ebe27aef1cd3adfc
|
|
| BLAKE2b-256 |
8d5b30c791d4c5146d0ca7b1a20a3412dcb8e22d8c80e81cdd1284a28db598bc
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-pp310-pypy310_pp73-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3384227c1290cdb690d9543013c3b9d5584b4fce0191f74a4aebe64e53ef8a73
|
|
| MD5 |
374749f163b88bf0897819be47f0a318
|
|
| BLAKE2b-256 |
ee505f2719417312e32a1e3a23e2697103c15bf3442b8aa05da82f7dec4240fa
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-pp39-pypy39_pp73-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d19081a72ea5670669733054ae1ed472b7e889fceaa4a813f56d7d4e3bf2e81
|
|
| MD5 |
278cfb5411384626129d802b26071fe5
|
|
| BLAKE2b-256 |
7e3692df60b9c1e106e1e5ad20a5e54090f4f388b224595f381ac028ba65acda
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-pp38-pypy38_pp73-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f6fd70546d29b118f2df8f9758bdad5e478913ddea9a58722f7a3900100c9fe
|
|
| MD5 |
e2ed7b2c97868fbbe1e63551ad6ee858
|
|
| BLAKE2b-256 |
dbe20b99f9661a0d877c24d2252aee8584b3286d28531291877a04bab1b14578
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76952856994f5c91fb5226f21bbcdeae66494ee5f9f4de0a8bdfcc7d35029517
|
|
| MD5 |
2a90d2bae7bc764c6012145dde249588
|
|
| BLAKE2b-256 |
90e6d589cb3ef4ba34bc7876d5e24dac4e1faa08624958d470b14abe4b69e106
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp314-cp314-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.14, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb929695579b2e20f0379e8b416054d030235bd0e0e80fe370416f84af44292f
|
|
| MD5 |
80c8240d07806722883484eeb505a3c4
|
|
| BLAKE2b-256 |
58cbd4ccf42707653e2cdafb55ea090d7c1e65919b03ad6f88ddb4985e74e2d8
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15fc7d2fa59e946e5f832dc41e423ef2bd657f5e6dd409aa1a549facc4f48428
|
|
| MD5 |
9272084b22ef3a9860bdd235cec6b8a9
|
|
| BLAKE2b-256 |
b21332de01406df398452b8d3ca19fa0468a4cbb1b4c46df2ea608630b0b0e29
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa3abceac7d84f30980afcb2389752648151a0365c22242f9c95b109eeef58a1
|
|
| MD5 |
b927f4eefca6232c48db7e6a373a4149
|
|
| BLAKE2b-256 |
2e306b732ad1acbe16606b33922b116b21ab055e1e0fbf61802ba41da639995c
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
989a0c550a6d28ed427b4a9d33cf7176568628c64be48c73ef12106868e39894
|
|
| MD5 |
03a8962a3278ba31df4b21c0bb4f360a
|
|
| BLAKE2b-256 |
9bc2adf89f6719945a7b916a8fc1fd1e1018df9f562be461a936d889f7d4d359
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1428cba4a8b4585b2eede22bf26b99845f5c7b849e4866df4fd7da8cfb1e3bd0
|
|
| MD5 |
792637493fcc4710daa7461c47811ad3
|
|
| BLAKE2b-256 |
d66daaa240048150b33e73a4a83eb66282a689ce3a5929428e81a390a82e6b0a
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f77d913383a95e8e51548ee7c83902d8c10d2c999ecffbb059369dc11a08c77b
|
|
| MD5 |
19c62a6331a0ce465f855034027472b7
|
|
| BLAKE2b-256 |
5d6caa6c47636e83f839069668b61f6cb468493cf84467a35b2287a656ef3ff9
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acad0212be45ed611940f9ef44dd9ed2129da9ffadfc27c5521bf57699a9b593
|
|
| MD5 |
1508be368b40539bbf6152c3abdebe76
|
|
| BLAKE2b-256 |
66cda94daa7405ec7ef82fff4d73ee7d13cb716f0506ac08ccdeab71079b1ca0
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46346fa066f0f495affd145dfc0c900bea7312640a8294b9e04546dd545b5ba0
|
|
| MD5 |
a29187559157cfe6648a0b1330e62d03
|
|
| BLAKE2b-256 |
84f98ac88df067e49051976f0c70935fed90473d95c7e03fee413ecab724c46f
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c0444d226f5393b99a98cb3584c30f8628940eb25c186a82866d32ab4219a40
|
|
| MD5 |
e3b37db083565bcaf879361dbd9daf70
|
|
| BLAKE2b-256 |
f43e07871befc091e7db3b193d71c0ad618a6a3de604dde774a1c6e9f0e36d47
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40eefbed6076c31a675a83d5ac9c6c6b52f71ee241f40e8f02513eabe1e943e8
|
|
| MD5 |
e3fd2b75dc23e845e6026a4e53135e6b
|
|
| BLAKE2b-256 |
c4384f9a28ed98a48fa846a4e53381549d5b6205efb5120769ed4ca29ac2b319
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
213958b1ab34dc411a427848a91c63f9f2db7b1a99758aca2227efcc68d855b3
|
|
| MD5 |
6ee8d8f0fa0d3c2705f9b331f0a66100
|
|
| BLAKE2b-256 |
66e9264791764730c77c20475c5c91ea486136378c4a675147ea47417daf7ce3
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ef97c1946e8dd250b43d6e2fa169dffe230119b42498913d793ad8c89cbe1267
|
|
| MD5 |
8678fe7f5e59af2c6466b17163e2895c
|
|
| BLAKE2b-256 |
6d32cbda828620b3f1cba2a4f5b61a7381acdb8220067c438bd7b78cd77c435a
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
532c0ce0fe353e54e57bda7870591b6167adf945f3764de5054a7f7f0c0065bd
|
|
| MD5 |
57c57db4cf0b527e424674c6e3323906
|
|
| BLAKE2b-256 |
b83202055aa9c7fcb70a8379a51e2a78ab8d6ff5b0802d2372408b362cc9059e
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
18e03804649853db2a12bf974befb429804aa9b28a8087f784e4ff12e89366b0
|
|
| MD5 |
134ec314b024e587dc0569080723ebb4
|
|
| BLAKE2b-256 |
e0f6f214f5ee73235f0d593db0a69bc561642e2f2f87c73b482f2894b497b5b3
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 2.3 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2fec36a4a0d023a4380f5adff88568b4eb6c753021ccdf663c2aaa4fcc617c17
|
|
| MD5 |
8b3acf62c526d5215ed1a7ba9a3ee4a5
|
|
| BLAKE2b-256 |
e3a36b2043cdb357c816b2935254aabe81826137783b785d9f29949fc3440c25
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dba56d79b2287502b54be3f78ed350d8be29869ef20c12f2b57b93835956a0c
|
|
| MD5 |
669ed8d3058ce6f4274bc33e1aead6ee
|
|
| BLAKE2b-256 |
f5c0915015caa9db793ff269cb93f51085867a5c498b47f1898ddf86651ce6d0
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a9e66108755536fcb27732aceb26d60127548cfe8264d0f26e9c5fdd425063
|
|
| MD5 |
8f0c0bd626e3fbe3bc37f8559d34f94f
|
|
| BLAKE2b-256 |
7e12cec85aecee1431f0498cd4d2d86c4120897c0649d065d8bdcbcfc061f822
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 2.2 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9c7e382e9ddc8e867e78758abb0619242aac8b6d152850c1e7f6593d2c1c5cd
|
|
| MD5 |
c30c3e6436b3e8a0510c7ffdddb54900
|
|
| BLAKE2b-256 |
97f1d94a71e38ebdce5959486d7e735610db2d3d5fb09baffbb90189320cb9c8
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a99edda19721ddc2ac2e40f52bba6f2cdd5c38714fcd42ba7165c887520631d
|
|
| MD5 |
e892ef5f1f0f2b51c6a6ff820dc8fe0e
|
|
| BLAKE2b-256 |
17eb918d22e179aaeb36b2a15af612164591ba1eae68383236e3e0c7c8fdd5a2
|
File details
Details for the file ultrasound_acquisition_configuration-1.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl.
File metadata
- Download URL: ultrasound_acquisition_configuration-1.3.1-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_34_x86_64.whl
- Upload date:
- Size: 8.9 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dceef7ff3b8d886156390cbc32eafae36492e4d2b5b54796d8d50b361a241932
|
|
| MD5 |
c43b4232eb613aee8bf11230cd017579
|
|
| BLAKE2b-256 |
48f8a8befdb8a5c3ec5659a60e9f4c37c6bf4ed66e3b10407848aa31526396f7
|