| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 803 |
|
The following program is meant to illustrate some further features of the AIPS++ system. In particular, we will show a program that was used to test the development of two functions which read and write an ASCII file. The file is expected to contain a 2-dimensional array (of any rectangular dimensions) of numbers and place the values it contains (regardless of type) into a matrix.
The work will be described in three parts - which correspond to the three directories that should be used for this type of work. They are:
~/aips/code/aips/test.
~/aips/code/aips/include.
~/aips++/code/aips/implement.