Skip to content
Snippets Groups Projects
Select Git revision
  • 4db85d739dc6607f711a20ae3d7fd6fec450281f
  • master default protected
  • gec-84-c-compiler-dependency
  • gec-50-only-test-plot-with-gtkmm
  • make-baseline-aoqplot-nicer
  • use-system-pybind11
  • fix-filterbank-imagesets
  • fix-drawing-large-images
  • allow-writing-to-filterbanksets
  • implement-nroamlize-bandpass-for-non-complex-data
  • support-multiple-pols-in-filterbank
  • solve-flipped-axis-crashes
  • improve-statistics-speed
  • avoid-deprecated-gtkmm
  • ast-1621-deprecated-deletetable
  • ast-1613-update-hdf5-url
  • rename-use-input-flags-variable
  • dockerfile-fix
  • open-correct-data-column
  • add-target-cpu
  • add-git-to-format-conatiner
  • v3.4.0
  • v3.3.0
  • v3.2.0
  • test-vx.y
  • v3.1.0
  • v3.0.0
  • v2.15.0
  • v2.14.0
  • v2.13.0
  • v2.12.1
  • v2.12.0
  • v2.11.0
  • v2.10.0
  • v2.9.0
  • v2.8.0
  • v2.7.0
  • v2.6.0
  • v2.5.0
  • v2.4.0
  • v2.3.0
41 results

aoflagger

  • 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.

  • user avatar
    André Offringa authored
    4db85d73
    History
    -- Read-me file for the AOFlagger distribution --
    
    For the latest version and information about installing, go to
    http://aoflagger.sourceforge.net/ .
    
    The quick summary to compile and install, from the aoflagger root
    directory:
    
    mkdir build
    cd build/
    cmake ../
    make (or make -j <thread count>)
    sudo make install
    
    This will normally work when you have installed all libraries in
    their default locations. If you have not done so, you might need
    to tell cmake where the libraries are. The easiest way to do this
    is by adding search paths to cmake, e.g.:
    
    cmake ../ -DCMAKE_PREFIX_PATH=/opt/cep/casacore/
    
    This will include /opt/cep/casacore to the search path. Multiple
    paths can be specified by separating them with a colon ':'.
    
    -- License --
    
    This file is part of the AOFlagger package.
    Copyright 2008-2017 A. R. Offringa
    
    The AOFlagger package is free software: you can redistribute it
    and/or modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation, either version 3 of
    the License, or (at your option) any later version.
    
    AOFlagger is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License
    along with the AOFlagger package.  If not, see
    <http://www.gnu.org/licenses/>.