Differences between revisions 2 and 3
Revision 2 as of 2018-05-22 11:10:27
Size: 1318
Editor: EricPalmer
Comment:
Revision 3 as of 2018-05-22 11:21:22
Size: 1490
Editor: EricPalmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 6: Line 5:
During calibration, it is expected that the team will identify some level of adjustment that is needed to the focal length of the camera as a function of temperature. While OCAMS appears to have little adjustment, TAGCAM appears to need some corrections. These values are provided in the TMP2FOCLEN.TXT. During calibration, it is expected that the team will identify some level of adjustment that is needed to the focal length of the camera as a function of temperature. While OCAMS appears to have little adjustment, TAGCAM appears to need some corrections. These values are provided in the TMP2FOCLEN.TXT. The constant coefficient is MMFL(T)-MMFL(make_sumfiles.txt). Temperature corrected focal length is written to SUMFILE.
Line 11: Line 11:

This file must be stored in the kernel directory.

TMP2FOCLEN.TXT

Category B

Version 3.0.1

Description

During calibration, it is expected that the team will identify some level of adjustment that is needed to the focal length of the camera as a function of temperature. While OCAMS appears to have little adjustment, TAGCAM appears to need some corrections. These values are provided in the TMP2FOCLEN.TXT. The constant coefficient is MMFL(T)-MMFL(make_sumfiles.txt). Temperature corrected focal length is written to SUMFILE.

The values in the file are the coefficients for the standard quadratic equation y = A * x^2 + B * x + C

The current values are a simple linear functions y = B * x; however, the system allows for more complex adjustments if needed without a code change.

This file must be stored in the kernel directory.

Columns

ID

A

B

C

The Camera ID number

Coefficient A for the x squared term

Coefficient B for the x

Coefficient C for a constant

Units of A, B, C are in mm.

Rows

One should provide a separate row for each camera defined in make_sumfiles.txt. SPC will use the 1st digit as the index for the camera (thus, they don't have to be in order). The camera ID needs to match the ID that is used in make_sumfiles.txt


Example

Here is a sample TMP2FOCLEN.TXT file.

1  0  0  0
2  0  0  0
3  0  0  0
4  0  -2.3750e-4  0
5  0  -2.3750e-4  0


CategoryThreeOhOne

TMP2FOCLEN.TXT (last edited 2018-05-22 11:21:22 by EricPalmer)