Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/pub/software/AIPS/build/15JAN94/ATLODreadme_sol
Дата изменения: Fri Mar 24 09:10:46 1995
Дата индексирования: Fri Dec 28 04:24:23 2007
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п п п п
Help for Importers of ATLOD on Solaris-2 31Mar1994
---------------------------------------- ----------
If you are running ATNF AIPS, read section A)
If you wish to install ATLOD as a standard part of your system (i.e.
you are the AIPSMNGR) follow the instructions under B) below. If you
wish to install ATLOD privately in your own directory, then follow the
instructions under C) below.

A) ATLOD in ATNFAIPS STSTEM
-----------------------------
Copy the sources as follows
cp ATLOD.FOR $LOCAPGNOT
cp ATLOD.HLP $LOCHLPFIL
cp RPFITS.INC $LOCINC
cp RPFITSIN.FOR $LOCAPLNOT
cp RPFITS_TABLES.FOR $LOCAPLNOT
cp ZATIO.FOR $LOCAPLSOL
cp ZATCVT.FOR $LOCAPLBELL
cp STRIM.FOR $LOCAPLNOT
cp UPCASE.FOR $APLNOT

cp NEWPARMS.001 $RUNSYS
cp ATPROCS.001 $RUNSYS
cp POPSDAT.HLP $LOCHLPFIL
then compile with:
cd $APLNOT
COMRPL RPFITSIN
COMRPL RPFITS_TABLES
COMRPL STRIM
COMRPL UPCASE

cd $APLSOL
COMRPL ZATIO

cd $APLBELL
COMRPL ZATCVT

Then build ATLOD with

cd $APGNOT
COMLNK ATLOD


once you are running AIPS, pick up the new adverbs needed for ATLOD with
the command
AIPS> RUN NEWPARMS

and you should be finished with the installation.

B) ATLOD in NRAO AIPS system
-----------------------------

The easiest thing to do is to concatenate all the subroutines
together and put them at the end of the ATLOD file. Use
a commmand such as

cat ATLOD.FOR RPFITSIN.FOR RPFITS_TABLES.FOR ZATIO_SOL.FOR \
ZATCVT.FOR STRIM.FOR UPCASE.FOR > all.for
mv all.for ATLOD.FOR

Then, place these files as follows:

. cp ATLOD.FOR $APGNOT
. cp ATLOD.HLP $HLPFIL
. cp ATLOD.INC $INC

. NEWPARMS.001 - merge this file with the version in $RUNSYS
currently in your own system to ensure local
changes are not lost.
. POPSDAT.HLP - The AT specific things are in separate sections
They can be added to your NEWPARMS.001
. cp ATPROCS.001 $RUNSYS (Some useful ATNF specific procedures)


Then build ATLOD with

. cd $APGNOT
. COMLNK ATLOD


Once you are running AIPS, pick up the new adverbs needed for ATLOD with
the command
AIPS> RUN NEWPARMS

and you should be finished with the installation.


C) ATLOD in ATNF or private directory
-------------------------------

As aipsmngr
. cp RPFITS.INC $INC
$RUNSYS/NEWPARMS.001 - You may wish to merge this file with the version
currently in your own system to ensure local
changes are not lost.
$RUNSYS/ATPROCS.001 - Some useful AT specific procedures.


Concatenate all the subroutines together and put them at the end of the
ATLOD file. Use a commmand such as
. cat ATLOD.FOR RPFITSIN.FOR RPFITS_TABLES.FOR ZATIO_SOL.FOR ZATCVT.FOR STRIM.FOR \
UPCASE.FOR > all.for
. mv all.for ATLOD.FOR

. (If necessary) create a directory $ATNF and define it in /AIPS/AIPSASSN.[C]SH
. cp ATLOD.FOR $ATNF
. cp ATLOD.HLP $ATNF
. cd $ATNF
. LIBS $QYPGNOT > ATLOD.OPT
. COMLNK ATLOD ATLOD.OPT

To get access to the new adverbs and procedures
AIPS> RUN NEWPARMS

Then, to access your private version of AIPS, set the VERSION adverb
accordingly:
AIPS> VERSION='ATNF'

Henrietta May
Australia Telescope National Facility
CSIRO, Australia
aipsmngr@atnf.csiro.au
Phone: Sydney 02-372-4336