get map

From DavinciWiki
Revision as of 17:01, 4 September 2009 by Cedwards (Talk | contribs)

Jump to: navigation, search

Description

Used to download maps on the Mars Space Flight Facility Mapserver (ms.mars.asu.edu).

Arguments and Return Values

Arguments: an input bound either user specified or from an ISIS cube.

Return Value: the specified map

Usage

Syntax: get_map( cube = STRUCT [,map = STRING][,proj = STRING][,clat = VAR][,clon = VAR][,lpo = VAR][,spo = VAR][,trim = BOOLEAN][,size = INT][,v = INT][,struct = BOOLEAN])

or

get_map(lat = STRING, lon = STRING, ppd = FLOAT [,map = STRING][,proj = STRING][,clat = VAR][,clon = VAR][,lpo = VAR][,spo = VAR][,trim = BOOLEAN][,size = INT][,v = INT][,struct = BOOLEAN])


Input Parameters: cube-SIS structure (read with load_pds())

or

lat-latitude range ("min:max")

lon-longitude range ("min:max")

ppd-pixels per degree (default=8)


Options:

map-ms.mars.asu.edu map name (default="MOLA_128ppd_shade_ne")

proj-projection type:"SIMPLE_CYLINDRICAL"

clat-center latitude (Default=average latitude)

clon-center longitude (Default=average longitude)

lpo-line projection offset (Default=0)

spo-sample projection offset (Default=0)

trim-trim the output data to the ISIS input

size-pixels per tile (default=256)

v-verbosity (0,1,2)

struct-return a structure of parameters (0,1)

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

  • misc.dvrc

Recent Library Changes

Created On: 03-06-2009
Modified On: 05-08-2015

Personal tools