This loads a font easier to read for people with dyslexia.
This renders the document in high contrast mode.
This renders the document as white on black
This can help those with trouble processing rapid screen movements.

Software documentation: CAinit

Preface

To adjust/recycle array intclks etc. It reads in the current values of any integration parameters and displays the options menu. Users may select various functions. There is also an "expert" mode that allows more items to be changed other than the "observers only" ones. The program is "safe". The menus and questions set up a set of variables defining any changes to be made. Only when a "y" answer is given to the "Proceed with initialization:" question, will the program execute the changes. To all other questions, a carriage return, or several thereof, will exit safely. If any changes are made the program will exit.

Call sequence:

      program cain
      implicit none
      include 'array$inc:array_gs.inc'
      include 'caobs$inc:caobs_status.inc'
Creation date: 20-Apr-1995

Author: Derek McKay

File: CAIN.FOR


Routine name: setmask

Function:

Converts a string into an antenna mask

Call sequence:

      subroutine setmask(string,nmax,mask)
      character*(*) string    ! Input string
      integer       nmax      ! Number of antennas
      integer       mask      ! Returned mask
Creation date: 8-Dec-1993

Author: Unknown

File: CAIN.FOR


Original: Derek McKay (14-Oct-1996)
Modified: Derek McKay (14-Oct-1996)