Differences between revisions 3 and 9 (spanning 6 versions)
Revision 3 as of 2015-05-06 11:15:24
Size: 520
Editor: localhost
Comment: converted to 1.6 markup
Revision 9 as of 2016-02-01 13:02:46
Size: 625
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= IMAGEFILES =
Line 2: Line 3:
= IMAGEFILES =
Line 4: Line 4:
Here we store the images that will be used in SPC. They are created by [[process_img]], which is different for every flight mission. == Description ==
Line 6: Line 6:
The key data stored in IMAGEFILES is a scaled signed integer (2 bytes or 16 bits), with the exclusion of values less than 0. Acceptable values are 0 to 32767.  [[process_img]] will take the original images' data (float or int) and calculate the maximum value. Then it will scale the data to spread from 0 to 32767 to maximize the accuracy of the stored data. '''IMAGEFILES/''' stores images that will be used in SPC. These images are created by [[process_img]], which is different for every flight mission.

The key data stored in '''IMAGEFILES/'''
is a scaled signed integer (2 bytes or 16 bits), with the exclusion of values less than 0. Acceptable values are from 0 to 32767.

[[process_img]] takes the original images' data (float or int) and calculates the maximum value. Then it scales the data to spread from 0 to 32767 to maximize the accuracy of the stored data.

------------

''(Compiled by KD)''

CategoryDirectories

IMAGEFILES

Description

IMAGEFILES/ stores images that will be used in SPC. These images are created by process_img, which is different for every flight mission.

The key data stored in IMAGEFILES/ is a scaled signed integer (2 bytes or 16 bits), with the exclusion of values less than 0. Acceptable values are from 0 to 32767.

process_img takes the original images' data (float or int) and calculates the maximum value. Then it scales the data to spread from 0 to 32767 to maximize the accuracy of the stored data.


(Compiled by KD)

CategoryDirectories

IMAGEFILES (last edited 2016-07-23 07:14:01 by BMittan)