crism atm

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
m (get atm moved to crism atm)
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
{{DavinciWiki_Function|
 
{{DavinciWiki_Function|
Description
+
Performs an atmospheric correction on the specified [[CRISM]] data
 
|
 
|
Inputs
+
Inputs: a data structure from [[get_crism|get_crism()]]
 +
 
 +
Outputs: atmospherically corrected data structure
 
|
 
|
[[Syntax]]:
+
[[Syntax]]: crism_destripe(data)
 +
 
 +
or
 +
 
 +
crism_destripe(data=VAL)
 +
 
 +
data - input I/F data from [[get_crism|get_crism()]]
 
|
 
|
Example
+
dv> in
 +
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]
 +
dv> out=crism_atm(in)
 +
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]
 
|
 
|
Images
+
[[Image:crism_spikes.png]]
 
|
 
|
Sub
+
*[[convolve2]]
 +
*[[ln]]
 +
*[[avg]]
 
|
 
|
Related
+
*[[crism_destripe]]
 +
*[[process_crism]]
 +
*[[crism_speclib]]
 
|
 
|
 
*crism_science.dvrc
 
*crism_science.dvrc

Latest revision as of 01:10, 31 March 2009


Description

Performs an atmospheric correction on the specified CRISM data

Arguments and Return Values

Inputs: a data structure from get_crism()

Outputs: atmospherically corrected data structure

Usage

Syntax: crism_destripe(data)

or

crism_destripe(data=VAL)

data - input I/F data from get_crism()

Examples

dv> in
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]
dv> out=crism_atm(in)
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]

Images

crism spikes.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Major Sub-Functions

Recent Library Changes

Created On: 03-30-2009
Modified On: 03-31-2009

Personal tools