Skip to content
Snippets Groups Projects
Select Git revision
  • a6d3f85e10081f634fb6eb85f2292a554737af0a
  • main default protected
  • extend_to_support_multi_evaluation_xsimd_float
  • extend_to_support_multi_evaluation
  • gpu_predict
  • compute-smearterms-gpu
  • fix-radec2lmn
  • enable-radec2lmn-avx2
  • new-implementation
  • remove-duo-matrix
  • temp_initial_split
11 results

predict

  • Clone with SSH
  • Clone with HTTPS
  • Wiebe van Breukelen's avatar
    Wiebe van Breukelen authored
    Refactor code base into plan-based implementation
    
    Closes #19, #22, and #25
    
    See merge request !25
    a6d3f85e
    History

    Predict

    A LOFAR package for predicting visibilities from sky model components using direct prediction methods.

    Overview

    This software package enables the prediction of visibility data for LOFAR (LOw-Frequency ARray) observations based on provided sky model components. It implements direct prediction methods for accurate visibility calculations.

    Dependencies

    Before building the software, ensure you have the following prerequisites installed:

    • casacore - Radio astronomy data processing library
    • CMake (version 3.0 or higher) - Build system
    • Git - Version control system
    • C++ compiler supporting C++17 or higher

    Building the Software

    To build the software, follow these steps:

    1. Clone the repository
    2. From the source root directory, run:
    cmake -B build .
    make -C build

    Testing

    To verify the installation and run the test suite:

    1. Generate the build files:
    cmake -B build .
    1. Build and run the tests:
    make -C build test

    Contributing

    Contributions are welcome! Please feel free to submit a Pull Request.

    License

    Copyright ASTRON 2025 (Apache 2.0 license)