File Formats and Data Structures

Each of the individual tasks (flux generation, event generator, tracking, response,...) must read input from the previous step, process it in memory and write the new results out (and possibly carry through information from the input).

File Format
is the organization of the data on disk (or tape). This is how data is exchanged between the steps. Primary goals should be:
Data Structure
is the representation, or layout, of data in memory. This can be individual variables, arrays, whole common blocks ({\sc fortran}) or more complex layouts (eg. C structures). This is what each program works on. These should be arranged for:


hatcher@astro.indiana.edu
- updated 1996.01.11 -

[an error occurred while processing this directive]