-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME
More file actions
39 lines (29 loc) · 1.48 KB
/
README
File metadata and controls
39 lines (29 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PROJECT MOVED. DEVELOPMENT CONTINUES AT https://git.astron.nl/ro/dal2
Data Access Library (DAL) - README
==================================
The DAL provides access to radio astronomy data produced by the LOFAR
telescope, operated by ASTRON (Netherlands Institute for Radio Astronomy).
DAL is a reference implementation to access all HDF5 data fields with long-term
compatibility in mind. DAL is written in C++ and offers Python bindings for all
its functionality. It also comes with API documentation, a user manual, small
example programs + data, and a test suite.
Source code is available at https://github.com/nextgen-astrodata/DAL
Documentation is available at http://nextgen-astrodata.github.io/DAL
Documents that specify supported data formats are available at
http://lus.lofar.org/wiki/doku.php?id=documents:lofar_data_products
DAL Project Contents
--------------------
INSTALL How to retrieve and build DAL, list of dependencies.
COPYING.LESSER The license text.
Contributing How to contact us and/or submit contributions.
KnownIssues Known issues in this release.
ChangeLog Added features and fixed bugs per release.
ReleaseSteps Steps for the developers to make a release.
README This file.
CMakeLists.txt Build configuration script.
cmake/ Build configuration helper scripts.
dal/ DAL sources.
doc/ DAL documentation sources.
examples/ Small example programs.
package/ Package creation script(s).
test/ Test programs, in addition to example and utility tests.