do isis geometry nadir

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
{{DavinciWiki_Function|
 
{{DavinciWiki_Function|
 +
Projet [[THEMIS]] data (both visible and infrared) with nadir spacecraft pointing using [[ISIS]] projection software and a standard projection of sinusoidal with simple cylindrical as an option.  ISIS software must be installed.  Using nadir pointing is not optimal and should be used as a last resort.  Try [[do_isis_geometry]] first and it it fails resort to this function.
 
|
 
|
Arguments:  
+
Arguments: a standard THEMIS image id or the full path and filename
 
   
 
   
Return Value:  
+
Return Value: a projected image as a variable and a file is written to the current working directory with .irmc.cub extension
 
|
 
|
[[Syntax]]:  
+
[[Syntax]]: do_isis_geometry(image_id [,simple])
 +
 
 +
where:
 +
 
 +
image_id is either the THEMIS image id (which links to the [[RDR]] on the ASU file system) or the full path and filename as a string
 +
 
 +
simple is set to 1 then simple cylindrical projection will be performed instead of a sinusoidal projection
 
|
 
|
 +
The output is not shown because ISIS prints many lines to the screen.
 +
 +
dv> a = do_isis_geometry("I01076010")
 +
dv> a = do_isis_geometry("/u/cedwards/file.cub",simple=1)
 
|
 
|
 
|
 
|
 +
*[[strstr]]
 +
*[[sprintf]]
 +
*[[read]]
 
|
 
|
 +
*[[do_isis_geometry]]
 
|
 
|
 +
[[Media:do_isis_geometry_naidr.dvrc|do_isis_geometry_nadir()]]
 
|
 
|
 
}}
 
}}
 
[[category:Functions]]
 
[[category:Functions]]
 
[[category:User Defined Functions]]
 
[[category:User Defined Functions]]
[[category:In Development]]
+
[[category:THEMIS Science]]

Revision as of 11:07, 7 April 2006


Description

Projet THEMIS data (both visible and infrared) with nadir spacecraft pointing using ISIS projection software and a standard projection of sinusoidal with simple cylindrical as an option. ISIS software must be installed. Using nadir pointing is not optimal and should be used as a last resort. Try do_isis_geometry first and it it fails resort to this function.

Arguments and Return Values

Arguments: a standard THEMIS image id or the full path and filename

Return Value: a projected image as a variable and a file is written to the current working directory with .irmc.cub extension

Usage

Syntax: do_isis_geometry(image_id [,simple])

where:

image_id is either the THEMIS image id (which links to the RDR on the ASU file system) or the full path and filename as a string

simple is set to 1 then simple cylindrical projection will be performed instead of a sinusoidal projection

Examples

The output is not shown because ISIS prints many lines to the screen.

dv> a = do_isis_geometry("I01076010") 
dv> a = do_isis_geometry("/u/cedwards/file.cub",simple=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

Recent Library Changes

Created On: 04-05-2006
Modified On: 01-17-2008

Personal tools