https://github.com/pkgw/aoflagger
André Offringa's RFI flagger
https://github.com/pkgw/aoflagger
Last synced: about 1 year ago
JSON representation
André Offringa's RFI flagger
- Host: GitHub
- URL: https://github.com/pkgw/aoflagger
- Owner: pkgw
- License: gpl-3.0
- Created: 2012-12-03T14:54:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-19T20:54:21.000Z (over 12 years ago)
- Last Synced: 2025-03-24T21:38:53.556Z (over 1 year ago)
- Language: C++
- Homepage: http://aoflagger.sourceforge.net/
- Size: 8.57 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: COPYING
Awesome Lists containing this project
README
-- 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 )
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-2013 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
.