[daip] Aips code

Eric Greisen egreisen at nrao.edu
Tue Feb 5 16:54:44 EST 2019


On 02/05/2019 02:47 PM, justin potvin wrote:
> Hello,
> 
> I currently have AIPS installed on my machine but I wanted to be able to 
> see the actual code for AIPS  to see how certain tasks work.
> 
> I I was told that the NRAO should have the code available somewhere on 
> their website but I have yet to be able to find it.
> 
> If you can give me the download link or link to the page where it can be 
> found that would be much appreciated.
> 
> I do not want the Binary code but the actual text code for how AIPS runs 
> not code for installation.
> 

If you have aips installed (even a binary install) you have the aipscode 
already.

cd $AIPS_ROOT
source LOGIN.CSH   or  . LOGIN.SH    (csh or bash)
$CDTST

cd $TST
ls

primate<594>$ ls
AIPS/     DIRECT.FOR  INC/       QY/     SYSTEM/
ALPHA/    DOC/        LINUX/     RUN/    TIMESTAMP
APL/      HELP/       LINUXPPC/  SGI/    UPDATE/
AXLINUX/  HIST/       LNX64/     SOL/    Y/
COPYING   HP/         MACINT/    SOL86/
CVS/      HP2/        MACPPC/    SUL/
DEC/      IBM/        Q/         SUN4/

The code for the AIPS program itself is below AIPS.
Much of the rest is below APL, but the pseudo-AP
tasks and subroutines are below Q, and the TV code
below Y.  If there is something specific, I can try
to provide better pointers.

Eric Greisen



More information about the Daip mailing list