ctapipe monitoring I/O plugin for reading CTAO DL0/Monitoring data in fits files
Project description
ctapipe_mon_acada
ctapipe monitoring I/O plugin for reading CTAO DL0/Monitoring data in FITS files.
Documentation
Complete documentation is available in the GitLab Pages project documentation.
This includes:
- Installation instructions
- FITS file format specification
- API reference
- Usage examples
Quick Start
from ctapipe_mon_acada import FITSMonitoringSource
from astropy.time import Time
# Load monitoring files
source = FITSMonitoringSource(input_files=["monitoring_data.fits"])
# Get all data for a source
table = source.get_table("LST1Drive")
# Get data closest to a specific time
time = Time("2020-01-01T12:30:45", scale="utc")
row = source.get_values("LST1Drive", time=time)
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
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
File details
Details for the file ctapipe_mon_acada-0.1.0rc1.tar.gz.
File metadata
- Download URL: ctapipe_mon_acada-0.1.0rc1.tar.gz
- Upload date:
- Size: 32.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffc2d1aa7642899b26958421dfc88e37d66d64f61b455336e6692308c8448f67
|
|
| MD5 |
bb67073fc1ef1f4967a074420128e234
|
|
| BLAKE2b-256 |
f1c2f51c7f4708f571866634da4e1d2c2910d889ea007568dad68795f394ec0f
|
File details
Details for the file ctapipe_mon_acada-0.1.0rc1-py3-none-any.whl.
File metadata
- Download URL: ctapipe_mon_acada-0.1.0rc1-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97fa9c88e396129063b3b8af60717cda7fbac9060eec7658ee306b0578fe1f14
|
|
| MD5 |
d868334c95a6051b5549d29265b15f21
|
|
| BLAKE2b-256 |
5d7987d3676d24a966868bfd5cf71123b042fe9839dedbc5195acc3164b38e79
|