Home

User Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Contributor Documentation

Getting Started
Learn More
Explore in Detail
Get Inspired

Quick Links

Software Manual
AstroDiscuss
GitHub
API Reference

Documentation Versions


ISIS 2

Documentation
Tutorials
Technical Documents
USGS

ISIS Application Documentation


camcoeffs

Printer Friendly View | TOC | Home

This program calculates TRANSX,TRANSY from TRANSS, TRANSL for iak kernels

Overview Parameters Example 1

Description

This application is for camera development and is not supported for general public use. This program outputs the exact IAK Kernel keywords that should be added to the kernel. The TRANSX,TRANSY keywords are the result of the input (no processing done, this should be known information). These values were provides as parameters to this program. The TRANSS,TRANSL keywords are calculated based on the TRANSX,TRANSY keywords and are the result of this program. The keywords can be copied directly into the pertinent IAK kernel.

Categories


History

Steven Lambright2008-07-16 Original Version

Parameter Groups

IAK

Name Description
IAKCODE The IAK code of the TRANS values

Coefficients

Name Description
XCONSTCOEF Focal Plane X Constant Coefficient
XSAMPLECOEF Focal Plane X Sample Coefficient
XLINECOEF Focal Plane X Line Coefficient
YCONSTCOEF Focal Plane Y Constant Coefficient
YSAMPLECOEF Focal Plane Y Sample Coefficient
YLINECOEF Focal Plane Y Line Coefficient
X

IAK: IAKCODE


Description

This IAK code of the TRANS values, a negative number (such as -41210) is expected.

Type string
Internal Default Output Equations
Close Window
X

Coefficients: XCONSTCOEF


Description

This is the first value in the TRANSY keyword, which represents the focal plane X constant coefficient.

Type double
Close Window
X

Coefficients: XSAMPLECOEF


Description

This is the second value in the TRANSY keyword, which represents the focal plane X sample coefficient.

Type double
Close Window
X

Coefficients: XLINECOEF


Description

This is the third value in the TRANSY keyword, which represents the focal plane X line coefficient.

Type double
Close Window
X

Coefficients: YCONSTCOEF


Description

This is the first value in the TRANSY keyword, which represents the focal plane Y constant coefficient.

Type double
Close Window
X

Coefficients: YSAMPLECOEF


Description

This is the second value in the TRANSY keyword, which represents the focal plane Y sample coefficient.

Type double
Close Window
X

Coefficients: YLINECOEF


Description

This is the third value in the TRANSY keyword, which represents the focal plane Y line coefficient.

Type double
Close Window

Example 1

Getting the TRANSX,TRANSY keywords for an IAK Kernel

Description

This example shows how to get the TRANSX,TRANSY keywords for an IAK Kernel when given the TRANSS, TRANSL keywords

Command Line

camcoeffs iakcode=-41219 xc=0.2589180702 xs=-0.0069999992 xl=0.0000033598 yc=-59.9867757282 ys=0.0000033598 yl=-0.0069999992
This is a typical run

Data File

Links open in a new window.
The Output This program outputs the exact IAK Kernel keywords that should be added to the kernel. The TRANSX,TRANSY keywords are the result of the input (no processing done, this should be known information). These values were provides as parameters to this program. The TRANSS,TRANSL keywords are calculated based on the TRANSX,TRANSY keywords and are the result of this program. The keywords can be copied directly into the pertinent IAK kernel.