Differences between revisions 9 and 10
Revision 9 as of 2012-09-18 01:41:30
Size: 1172
Comment:
Revision 10 as of 2015-05-06 11:15:24
Size: 1188
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
 * ["bigmap"] - The is a bigmap that is maintained in MAPFILES/<whatever>.MAP  * [[bigmap]] - The is a bigmap that is maintained in MAPFILES/<whatever>.MAP
Line 11: Line 11:
 * ["MGRAV.IN"] - gets GM and omega
 * ["SGRAV.IN"] - ????? gets Q, K, I, J, F
 * ["SGRAV.TXT"] - Output from the gravity generation from the shape model
 * [[MGRAV.IN]] - gets GM and omega
 * [[SGRAV.IN]] - ????? gets Q, K, I, J, F
 * [[SGRAV.TXT]] - Output from the gravity generation from the shape model
Line 16: Line 16:
 * ["view.gray"] - Temporary file that is used to write data before final images are generated
 * ["sml.imh"] - Temporary file that is used to write data before final images are generated
 * [[view.gray]] - Temporary file that is used to write data before final images are generated
 * [[sml.imh]] - Temporary file that is used to write data before final images are generated
Line 30: Line 30:
 * ["MGRAV.TXT"]  * [[MGRAV.TXT]]
Line 32: Line 32:
  * Generates Mslp.ppm attachment:Mslp.jpg
  * Generates Mpot.ppm attachment:Mpot.jpg
  * Generates Melv.ppm attachment:Melv.jpg
  * Generates Macc.ppm attachment:Macc.jpg
  * Generates Mslp.ppm {{attachment:Mslp.jpg}}
  * Generates Mpot.ppm {{attachment:Mpot.jpg}}
  * Generates Melv.ppm {{attachment:Melv.jpg}}
  * Generates Macc.ppm {{attachment:Macc.jpg}}

Mgrav.e

Mgrav.e takes a bigmap and generates four (4) ppm images depicting: elevation, acceleration, potential and slope. The images are RGB and are unscaled.

Input - files

  • bigmap - The is a bigmap that is maintained in MAPFILES/<whatever>.MAP

Required files

These are important to consider because they can cause conflicts if you run more than one instance of the program.

  • MGRAV.IN - gets GM and omega

  • SGRAV.IN - ????? gets Q, K, I, J, F

  • SGRAV.TXT - Output from the gravity generation from the shape model

Working files (generated)

  • view.gray - Temporary file that is used to write data before final images are generated

  • sml.imh - Temporary file that is used to write data before final images are generated

Input - stdin

  • What it asks for

  Name of map file
  ZN0026
  • Another argument

Output

  • MGRAV.TXT

  • Original bigmap viewed in shaded relief
    • Generates Mslp.ppm

    • Generates Mpot.ppm

    • Generates Melv.ppm

    • Generates Macc.ppm

Mgrav (last edited 2018-05-06 10:50:54 by BMittan)