Differences between revisions 8 and 15 (spanning 7 versions)
Revision 8 as of 2012-09-18 01:38:21
Size: 1078
Comment:
Revision 15 as of 2018-05-06 10:50:54
Size: 1284
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Mgrav.e = ## page was renamed from Mgrav.e
= Mgrav =
Line 3: Line 4:
Mgrav.e takes a bigmap and generates four (4) ppm images depicting: elevation, acceleration, potential and slope. The images are RGB and are unscaled. ||Category ?||Version ?||

== Description ==
'''
Mgrav.e''' takes a [[bigmap]] and generates four (4) ppm images depicting: elevation, acceleration, potential and slope. The images are RGB and are unscaled.
Line 6: Line 10:
=== Input - files ===
 * ["bigmap"] - The is a bigmap that is maintained in MAPFILES/<whatever>.MAP
== Input Files ==
 * [[bigmap]] - The is a bigmap that is maintained in MAPFILES/<whatever>.MAP
Line 9: Line 13:
=== Required files === == Required Files ==
Line 11: Line 15:
 * ["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 15: Line 19:
=== Working files (generated) ===
 * ["view.gray"] - Temporary file that is used to write data before final images are generated
== 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
Line 18: Line 23:
=== Input - stdin === == Input stdin ==
Line 28: Line 33:
=== Output ===
 * ["MGRAV.TXT"]
== Output Files ==
 * [[MGRAV.TXT]]
Line 31: Line 36:
  * 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

Category ?

Version ?

Description

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 Files

  • 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)