Standard THEMIS IR Processing

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
{{DavinciWiki_Procedure|This procedure is desinged to take an [[ISIS]] projected THEMIS Infrared image and run it through standard processing.  The data output of this should be identical to what can be generated using [http://thmproc.asu.edu thmproc
+
{{DavinciWiki_Procedure|This procedure is desinged to take an [[ISIS]] projected THEMIS Infrared image and run it through standard processing.  The data output of this should be identical to what can be generated using [http://thmproc.asu.edu thmproc]. 
 
|
 
|
 +
 +
dv>a read("I10418002.irmc.cub")
 +
 +
dv>a[[thm.rectfiy]](a)
 +
struct, 4 elements
 +
    data: 301x1883x10 array of float, bsq format [22,671,320 bytes]
 +
    leftedge: 1x1883x1 array of int, bsq format [7,532 bytes]
 +
    width: 577
 +
    angle: 3.052882433
 +
  
  
 
}}
 
}}
 
[[category:Procedures]]
 
[[category:Procedures]]

Revision as of 01:24, 24 February 2006

Contents: Description, Procedure

Description

This procedure is desinged to take an ISIS projected THEMIS Infrared image and run it through standard processing. The data output of this should be identical to what can be generated using thmproc.

Procedure


dv>a read("I10418002.irmc.cub")

dv>athm.rectfiy(a) struct, 4 elements

   data: 301x1883x10 array of float, bsq format [22,671,320 bytes]
   leftedge: 1x1883x1 array of int, bsq format [7,532 bytes]
   width: 577
   angle: 3.052882433



DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Functions Used

{{{3}}}

Related Procedures

{{{4}}}

Personal tools