Isis 2 Documentation
Millimeter Measurement File Format
Written by Ben Atkin June 15, 2005 --------------------
Millimeter Measurement files contain millimeter offsets in the camera's focal plane for match points.
| Name | Type | Unit | Description |
| FSC | 12-char decimal digit string | (aka FDS, Picture ID) | |
| FocalLength | double | ||
| PointID | 7-char string | ||
| X | double | millimeters | boresight x |
| Y | double | millimeters | boresigth y |
| Language | Code Snippet |
| C | printf("%12s%15.5f%7s% 15.5f% 15.5f", FSC, FocalLength, PointID, x, y); |
| Fortran 77 |
write(*,120) fsc,foclen,ptid,x,y
120 format(a12,f15.5,2x,a7,2f15.5)
|
1465674412 2002.88000 1001 3.67842 -0.94211 1465674502 2002.88000 1001 -5.84006 -3.15111 1465674412 2002.88000 1002 4.51877 0.87015 1465674502 2002.88000 1002 -4.86697 -1.13423 1465674412 2002.88000 1003 4.50695 2.46652 1465674502 2002.88000 1003 -4.84292 0.65412 1465674412 2002.88000 1004 3.41456 2.99449 1465674502 2002.88000 1004 -6.06786 1.26639 1465674412 2002.88000 1005 4.31581 5.82845 1465674502 2002.88000 1005 -5.02380 4.42358
Contact us online at the Isis Support Center: http://isisdist.wr.usgs.gov