fake rdr

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(3 intermediate revisions by one user not shown)
Line 1: Line 1:
 
{{DavinciWiki_Function|
 
{{DavinciWiki_Function|
 
Write a [[RDR]] file that is very similar (acts the same in [[ISIS]] processing) to the standard RDR products from ASU.
 
Write a [[RDR]] file that is very similar (acts the same in [[ISIS]] processing) to the standard RDR products from ASU.
 +
 +
NOTE: Requires [[pdshead]] from ASU Mars Space Flight Facility. 
 
|
 
|
 
Arguments: float data array, source rdr file with the appropriate header, and the destination file
 
Arguments: float data array, source rdr file with the appropriate header, and the destination file
Line 31: Line 33:
 
*[[write]]
 
*[[write]]
 
*[[write_isis]]
 
*[[write_isis]]
|
+
|*themis_science.dvrc
[[Media:fake_rdr.dvrc|fake_rdr()]]
+
 
|
 
|
 
}}
 
}}
 
[[category:Functions]]
 
[[category:Functions]]
 
[[category:User Defined Functions]]
 
[[category:User Defined Functions]]
[[category:In Development]]
+
[[category:THEMIS Science]]
 +
[[category:Input/Output]]

Latest revision as of 23:14, 15 May 2008


Description

Write a RDR file that is very similar (acts the same in ISIS processing) to the standard RDR products from ASU.

NOTE: Requires pdshead from ASU Mars Space Flight Facility.

Arguments and Return Values

Arguments: float data array, source rdr file with the appropriate header, and the destination file

Return Value: RDR data file is written

Usage

Syntax: fake_rdr(data,src_file,dst_file)

where:

data is a float array of data

src_file is the file that contains the appropriate header information, especially BAND_BIN_BASE/MULTIPLIER

dst_file is the file to be written which must have a ".QUB" extension

Examples

dv> a
320x5392x10 array of double, bsq format [138,035,200 bytes]

dv> fake_rdr(float(a),"/themis/data/mapping/RDR_calib/I015XXRDR/I01518006RDR.QUB","outputRDR.QUB")
.

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: 05-16-2008

Personal tools