User Tools

Site Tools


sfxc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sfxc [2020/09/11 07:38] kettenissfxc [2024/06/26 12:57] (current) keimpema
Line 6: Line 6:
 === Usage === === Usage ===
  
-A very basic User's Manual for SFXC can be found [[http://www.jive.nl/~kettenis/sfxc.html|here]].+A very basic User's Manual for SFXC can be found [[sfxc-guide|here]].
  
 We kindly request users of SFXC to reference our paper that describes its algorithm and implementation We kindly request users of SFXC to reference our paper that describes its algorithm and implementation
Line 14: Line 14:
  
 The SFXC software correlator can be distributed under the terms of the General Public License (GPL). The SFXC software correlator can be distributed under the terms of the General Public License (GPL).
-We provide read-only access to the SFXC SVN code repository at [[https://svn.astron.nl/sfxc]].  The current production release is taken from the stable-5.0 branch which can be checked out using:+The SFXC Git repository can be found at [[https://code.jive.eu/JIVE/sfxc]].  
  
-  svn checkout https://svn.astron.nl/sfxc/branches/stable-5.0+The repository can be downloaded using: 
 + 
 +  git clone https://code.jive.eu/JIVE/sfxc.git 
 + 
 +The current production release is taken from the stable-5.1 branch which can be checked out using: 
 + 
 +  git checkout stable-5.1
      
-In principle this branch will only receive bug fixes.  Development of new features happens on the trunk, which can be checked out using:+In principle this branch will only receive bug fixes. Development of new features happens on the master branch, which can be checked out using:
  
-  svn checkout https://svn.astron.nl/sfxc/trunk+  git checkout master
      
 using that version is not recommended unless you feel like being a guinea pig for testing the bugs we introduce while adding all the new cool stuff. using that version is not recommended unless you feel like being a guinea pig for testing the bugs we introduce while adding all the new cool stuff.
Line 119: Line 125:
 === Post-processing software === === Post-processing software ===
  
-To convert the SFXC correlator output into FITS-IDI, additional tools are needed.  Information on how to obtain and build these tools is available at [[http://www.jive.nl/~kettenis/sfxc/tools/README]].+To convert the SFXC correlator output into FITS-IDI, additional tools are needed.  Information on how to obtain and build these tools is available at [[https://code.jive.eu/verkout/jive-casa]].
  
  
sfxc.1599809934.txt.gz · Last modified: 2020/09/11 07:38 by kettenis