Madagascar tutorial: Field data processing |
bash$ cd demo
bash$ scons cmp.viewin the Unix shell. A number of commands will appear in the shell followed by Figure 3(a) appearing on your screen.
bash$ scons -c cmp.rsfThe -c flag tells scons to remove the cmp.rsf file and all its dependencies.
bash$ scons -n cmp.rsfThe -n flag tells scons not to run the command but simply to display it on the screen. Identify the lines in the SConstruct file that generate the output you see on the screen.
bash$ scons cmp.rsfExamine the file cmp.rsf both by opening it in a text editor and by running
bash$ sfin cmp.rsf
When you view cmp.rsf in the text editor, you see a history of all the programs used to create the file. The sfin program lists basic information about the file including data dimensions and extents of each axis.
Madagascar tutorial: Field data processing |