| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1556 |
|
| Package | utility | |
| Module | misc |
include "aipsrc.g"
| aipsrc | Construct aipsrc tool |
| aipsarch | The AIPSARCH directory string |
| aipshome | The user's aips++ directory string |
| aipshost | The AIPSHOST directory string |
| aipsroot | The AIPSROOT directory string |
| aipssite | The AIPSSITE directory string |
| done | free resources used by tool |
| find | lookup a resource definition |
| findbool | lookup a boolean resource definition |
| findfloat | lookup a float value resource definition |
| findint | lookup a float value resource definition |
| findlist | lookup a value in a code list |
| id | identification of tool |
| init | re-read all the .aipsrc files |
| type | type of tool |
| tzoffset | The local time zone offset |
Including the 'aipsrc.g' file creates a defaultaipsrc tool (also called drc.
Only in special cases it is necessary to create your own aipsrc tool.
- include "aipsrc.g" T - drc.find(where, "help.directory") # use default server T - arc := aipsrc() # create your own tool - arc.find(where, "help.directory") T - print where /aips++/daily/sun4sol_gnu/doc/aips2help - arc.find(where, "does.not.exist") F - arc.tzoffset() 10 - arc.done() # delete your own tool