ISIS Documentation

mapsize

Compute size or scale of map

This application outputs the size of a map in inches given the scale (e.g., 1:1000000) or given the size in inches outputs the scale. Also, the size of an output cube, number of samples and lines, will be computed. This can be used prior to running programs such as map2map or cam2map to ensure the output image is not too large. The mapping parameters used to calculate the information above are also output.

Categories


Related Applications to Previous Versions of ISIS

This program replaces the following application existing in previous versions of ISIS:
  • size

History

Kay Edwards1989-03-21 Original version
Jeff Anderson2003-02-20 Converted to Isis 3.0
Jeff Anderson2003-04-03 Fixed compiler warning
Kim Sides2003-05-13 Added application test
Stuart Sides2003-05-16 Modified schema location from astogeology... to isis.astrogeology..."
Jeff Anderson2003-06-02 Fixed problem with application test due to compiler optimization
Stuart Sides2003-07-29 Modified filename parameters to be cube parameters where necessary
Jeff Anderson2003-08-27 Changed default extension handling mechanism
Stuart Sides2003-11-07 Modified to create Results as an object instead of group in the PVL output.
Jeff Anderson2003-11-25 Added units of inches to the output width and height
Brendan George2005-11-09 Added output of map size in Kilobytes
Brendan George2005-11-21 Added application test
Elizabeth Miller2006-05-18 Depricated CubeProjection and ProjectionManager to ProjectionFactory
Stuart Sides2006-09-25 Mofidied to output the mapping group used to calculate the results.
Steven Koechle2007-10-17 Casted file size calculations to a Isis::BigInt to fix an integer overflow problem