NRO/SAM45 log reader
Project description
SAM45
NRO/SAM45 log reader
Installation
pip install sam45
Usage
The following functions will read a SAM45 log to extract each information as a NumPy structured array.
import sam45
data_ctl = sam45.read.ctl("/path/to/log")
data_obs = sam45.read.obs("/path/to/log")
data_dat = sam45.read.dat("/path/to/log")
data_end = sam45.read.end("/path/to/log")
Data types
The data type of each information is defined as a NumPy structured data type. It complies with the definition as of December 5, 2025.
import sam45
dtype_ctl = sam45.dtypes.ctl
dtype_obs = sam45.dtypes.obs
dtype_dat = sam45.dtypes.dat
dtype_end = sam45.dtypes.end
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sam45-1.0.1.tar.gz
(67.5 kB
view details)
Built Distribution
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
sam45-1.0.1-py3-none-any.whl
(6.1 kB
view details)
File details
Details for the file sam45-1.0.1.tar.gz.
File metadata
- Download URL: sam45-1.0.1.tar.gz
- Upload date:
- Size: 67.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bbf885e362f8748c351da339f3e4f48fa02e23abecc00126fe4439e5afc8ff3
|
|
| MD5 |
45295c8605846ed66039f1d533281665
|
|
| BLAKE2b-256 |
0d31cea62d34bd9940ceac71ef07c990ea4e446e11cde49645910368f62a0b93
|
File details
Details for the file sam45-1.0.1-py3-none-any.whl.
File metadata
- Download URL: sam45-1.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.26 {"installer":{"name":"uv","version":"0.9.26","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eaf00dff13650a7cdecddf32120c796f5c748491d4943c1c304ea38140f1490d
|
|
| MD5 |
1f869e4e3547f6f86ea10dac7d50fc97
|
|
| BLAKE2b-256 |
9f041b60ec2d3cb0341e887b974c5f66d4eac4be36c7648b9f22d1a9543f78f4
|