Menu

Tree [96810b] master /
 History

HTTPS access


File Date Author Commit
 CMake 2020-06-03 André Offringa André Offringa [58c25d] More CMake files
 data 2020-05-18 André Offringa André Offringa [7c4541] Add Lua function 'collect_statistics()'
 doc 2015-09-25 André Offringa André Offringa [02f598] Removing all references to old e-mail addresses
 docker 2020-02-20 André Offringa André Offringa [1d76ef] Fix dockerfile for latest release
 scripts 2016-12-20 André Offringa André Offringa [b03add] Fixing compilation errors in make check
 src 2022-04-28 André Offringa André Offringa [96810b] Fix a gcc11 compilation error
 testfiles 2012-12-04 André Offringa André Offringa [c2d5b3] Finished the window to load default strategies ...
 teststrategies 2020-01-22 André Offringa André Offringa [52094f] Textual fix + strategy test file
 .gitattributes 2012-11-10 André Offringa André Offringa [caf880] Do not archive git attr or ignore files
 .gitignore 2016-12-16 André Offringa André Offringa [0a1e64] Removing cmakestrap sh files
 CMakeLists.txt 2020-05-11 André Offringa André Offringa [1b8a46] Improve finding of Boost Python
 COPYING 2013-01-02 André Offringa André Offringa [e0a69a] Some licensing info
 Doxyfile.in 2019-12-13 André Offringa André Offringa [abbd42] Remove deprecated Doxygen tags
 README 2020-02-25 André Offringa André Offringa [766f83] Update copyright years
 package.dox 2012-11-02 André Offringa André Offringa [2bfaaf] Importing all AOFlagger code from the Astron LO...

Read Me

-- 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-2020 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/>.