Differences between revisions 3 and 4
Revision 3 as of 2011-11-30 12:09:57
Size: 263
Editor: EricPalmer
Comment:
Revision 4 as of 2011-11-30 12:12:23
Size: 551
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
=== Input ===
 * stdin
 * example: ZN0000.IN
This generates a bigmap from a set of maplets. This can be used to generate shape models or images.
Line 7: Line 5:
=== Input stdin ===
 * A long set of commands are sent into this program that are usually contained within a file
 * example:
{{{
 ~/bin/bigmap.e < ZN0000.IN
}}}
Line 8: Line 12:
=== Input file ===
The format is normally something like this.

bigmap

This generates a bigmap from a set of maplets. This can be used to generate shape models or images.

Input stdin

  • A long set of commands are sent into this program that are usually contained within a file
  • example:

 ~/bin/bigmap.e < ZN0000.IN

Input file

The format is normally something like this.

l
    0    0
   0.06250       500   1.23400
ZN0000
1
.005
.025
1
1
1
1
1
1
1
0
0

Output

Generates a bigmap with the name based on the input (e.g. ZN0000)

bigmap (last edited 2018-06-07 19:51:32 by EricPalmer)