USGS

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.

Record Contents

NameTypeUnitDescription
FSC12-char decimal digit string(aka FDS, Picture ID)
FocalLengthdouble
PointID7-char string
Xdoublemillimetersboresight x
Ydoublemillimetersboresigth y

Formatting

LanguageCode 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)

Sample Data

  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

Last updated: Jun 15 2005
File: geodesy_format_mea.html

Contact us online at the Isis Support Center: http://isisdist.wr.usgs.gov

ISIS Documentation Home Page