ISIS Application Documentation
makeflat | Printer Friendly View | TOC | Home |
Create a flat-field image for line-scan instruments
Overview | Parameters | Example 1 |
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:12 |
Parameter GroupsFiles
Statistical Options
Image Options
LINESCAN
PUSHFRAME
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:12 |
Use this parameter to select the file which contains a list of cube filenames to be used to create the flat file.
Type | filename |
---|---|
File Mode | input |
Filter | *.lis |
Output flat field cube
Type | cube |
---|---|
File Mode | output |
Pixel Type | real |
Output PVL-formatted file of all excluded files and sections of data.
Type | filename |
---|---|
File Mode | output |
Internal Default | None |
For a framing camera, this is the maximum standard deviation of each image. For a push frame camera, this is the maximum standard deviation of each framelet. For a line scan camera, this is the maximum standard deviation of NUMLINES lines. Data that exceeds this standard deviation will be ignored.
Type | double |
---|
Line scan cameras collect a cube a single line of data at a time. Push frame cameras collect multiple lines of cube data at once. Framing cameras collect an entire cube of data at once.
Type | string | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Default | LINESCAN | ||||||||||||
Option List: |
|
A single line often does not have enough data in it to perform good tolerance calculations. The tolerance calculations will be performed on this many lines as a time, and if found to be invalid, this many lines will be excluded from the output flat file calculations at a time.
Type | integer |
---|
Push frame images consist of framelets. The framelet size needs to be known in order to make a flat field file for a push frame camera.
Type | integer |
---|
Example 1Line Scan Cubes Description
This program was run on 65 hirise images to produce a flat file, and one of the images was
calibrated with the flat file.
Command Line
makeflat fromlist=files.lis to=flat.linescan.cub exclude=exclude.txt stdevtol=30
numlines=100
This is a typical run for makeflat. files.lis is a list file generated by a "ls *.cub >
files.lis" command. The files inside of files.lis are between 20,000 lines and 200,000
lines of data (variable length). The file flat.linescan.cub is the flat-field output given
these cubes and the file exclude.txt is a detailed output of what was excluded.
GUI Screenshot
|
U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 02/21/2025 19:28:12 |