Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • use_cxx11
  • python3-support
  • v2.6.1
  • testing
  • gh-pages
  • v3.3.2
  • v3.3.1
  • v2.6.1
  • v3.3.0
  • V2.5.0
  • v1.0
12 results

dal2

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • Jan David Mol's avatar
    Merge branch 'COB-217-add-beam-start-time' into 'master'
    Jan David Mol authored
    COB-217: Added BEAM start/stop times, and BEAM/SAP direction types
    
    Closes COB-217
    
    See merge request ro/dal2!3
    cd820abd
    History
    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://git.astron.nl/ro/dal2
    
    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.