get crism

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 4: Line 4:
 
At this point this script also requires wget/mkdir/cd/chmod/head/tail/nl.  This will change soon as the [[PDS]] reader will be fixed to better handle these data.
 
At this point this script also requires wget/mkdir/cd/chmod/head/tail/nl.  This will change soon as the [[PDS]] reader will be fixed to better handle these data.
 
|
 
|
Inputs: takes a truncated image id (like those from [[get_crism_list|get_crism_list()]]
+
Inputs: takes a truncated image id (like those from [[get_crism_list|get_crism_list()]])
  
 
Output: a standard processed CRISM structure.
 
Output: a standard processed CRISM structure.
 
|
 
|
[[Syntax]]: get_crism(product_id, ra, raw, sl, force, verb)
+
[[Syntax]]: get_crism(product_id[, ra=BOOL][, raw=BOOL][, sl=BOOL][, force=BOOL][, verb=BOOL])
  
 
product_id - truncated product id
 
product_id - truncated product id

Revision as of 00:31, 31 March 2009


Description

Download and parses CRISM data from the PDS repository into a usable structure for davinci. This will cache crism products in the $DV_CRISM_CACHE directory. Additionally, the $DV_CRISM_DB_USER, $DV_CRISM_DB_PORT, and $DV_CRISM_DB_PASS are all required.

At this point this script also requires wget/mkdir/cd/chmod/head/tail/nl. This will change soon as the PDS reader will be fixed to better handle these data.

Arguments and Return Values

Inputs: takes a truncated image id (like those from get_crism_list())

Output: a standard processed CRISM structure.

Usage

dv> out=get_crism("000035B5_07")
Enter password: 
~/CRISM_CACHE/000035B5_07
...........
struct, 1 elements
   long: struct, 5 elements
       anc: struct, 5 elements...
       wl_array: 320x1x438 array of float, bil format [560,640 bytes]
       at_array: 320x1x438 array of float, bil format [560,640 bytes]
       id: ""HRS000035B5_07_IF174L_TRR2.IMG""
       data: 320x225x438 array of float, bil format [126,144,000 bytes]

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Related Functions

  • crism_science.dvrc

Recent Library Changes

Created On: 03-30-2009
Modified On: 08-28-2011

Personal tools