This repository contains a collection of tools for working with Spectral-Domain Hierarchical Data Format (SDHDF) files.
INSPECTA is an 'INtegrated SDHDF Processing Engine in C for Telescope data Analysis'.
Formerly known as 'sdhdfProc', INSPECTA is a software package to read, manipulate and process radio astronomy data in SDHDF format.
Author: [email protected]
Copyright: CSIRO 2020, 2021, 2022, 2023, 2024
To build INSPECTA, please follow the steps below:
Erfa (https://github.com/liberfa/erfa) or the SOFA library (http://www.iausofa.org/)
HDF5 library (https://www.hdfgroup.org/downloads/hdf5)
Pgplot library (http://www.astro.caltech.edu/~tjp/pgplot/)
Calceph library (https://www.imcce.fr/recherche/equipes/asd/calceph/)
Cfitsio library
Navigate to the INSPECTA source code directory (inspecta/)
Run the bootstrap script:
./bootstrap
./configure --prefix=/path/to/install CFLAGS=-I/path/to/include LDFLAGS=-L/path/to/lib
Where /path/to/install /path/to/include /path/to/lib are full paths to where you wish to install it, full path to the prerequisite header files, and full path to the prerequisite libraries respectively.
make
make install
inspecta/runtime
The repository has the following branches available:
(The master branch requires the ERFA library by default. Checkout the 'sofa_build' branch if you need to use the SOFA library)
Accompanying this repository is the sdhdf_test_data repository:
If you have any comments/queries, contact [email protected] or [email protected]
Content type
Image
Digest
sha256:c55fb4d52…
Size
487.7 MB
Last updated
about 2 years ago
docker pull alecthomson/sdhdf_tools