Server-side graphics engine for The University of Iowa plasma wave group das (or das1 or das classic) system
Giferator utilizes the NV5 Geospatial IDL language. It was initially designed as a CGI application for web servers such that HTML forms could specify datasets, detailed plot layout, readers, and reader parameters. The plot generator can also be used in scripts that specify the sequence of high-level configuration commands and instructions for the IDL program to execute to generate plot files.
See make.note for more details.
export PREFIX= installation home, like /usr/local or /home/sue
export IDL_BIN= path to idl version to build against
export DAS_DATASETROOT= your prefered DSDF location
export DAS_TEMP= your prefered log file location
- gmake
- gmake install
- gmake test
- display build*/*.gif
Giferator was designed as a CGI application for web servers, but it can also be used as a command line tool:
- Set the IDL_PATH
- Cat commands to idl
- rename batch.gif to what you'd like it to be.
See make.note for further details.