Commit fdcd81aa authored by Kris Becker's avatar Kris Becker
Browse files

PROG: Add fundamental app test; archive historical documents. References #1813, #1888.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@5758 41f8697f-d340-4b68-9986-7bafba869bb8
parent e90418f8
Loading
Loading
Loading
Loading
+594 KiB

File added.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
std2isis from=N10NAPPW06666039.tif to=ap.cub
./apinit FROM=ap.cub DATETIME="1999-06-12T12:05" ALTITUDE=6096 CENTERLAT=39.9363 CENTERLON=255.285823 SHAPEMODEL=dtm.cub FOCALLENGTH=152.818 FIDUCIALX="-106.0, -0.003, 105.999, -110.005, 109.999, -106.008, -0.003, 105.998" FIDUCIALY="106.000, 109.999, 105.994, 0.002, 0.002, -105.999, -110.004, -105.999" FIDUCIALSAMPLE="574, 2040, 3500, 513, 3562, 578, 2039, 3497" FIDUCIALLINE="255, 194, 261, 1721, 1721, 3182, 3245, 3180" KCOEFS="1.27485E-05, 3.73255E-09, -6.95721E-13, 2.3884E-17, 0.0" PCOEFS="0, 0, 0, 0" XP=-0.004 YP=0 XIPP=-0.002 YIPP=0.001
+9 −0
Original line number Diff line number Diff line
"Sample","Line","Pixel","FileName","Notes"
574.129,254.98,48,ap.cub,upper left
2040.01,194.034,39,ap.cub,upper middle
3500.48,260.738,57,ap.cub,upper right
512.694,1720.96,44,ap.cub,Middle left
3562.02,1721.35,55,ap.cub,Middle right
578.203,3182.05,42,ap.cub,Lower left
2039.45,3244.69,36,ap.cub,Lower middle
3496.69,3179.83,42,ap.cub,Lower right
+115 −0
Original line number Diff line number Diff line
Object = ControlNetwork
  NetworkId    = ApTest 
  NetworkType  = ImageToGround
  TargetName   = Earth
  UserName     = janderson
  Created      = 2014-03-27T08:20:55
  LastModified = Null
  Description  = "Test using hand made control points"

  Object = ControlPoint
    PointType = Ground
    PointId   = jigTest01
    Latitude  = 39.896561
    Longitude = 255.313117
    Radius    = 6378140

    Group = ControlMeasure
      SerialNumber   = Aircraft/AerialPhoto/-17538835.815374
      MeasureType    = Estimated
      Sample         = 3465 
      Line           = 868 
      ErrorLine      = 0.0
      ErrorSample    = 0.0
      ErrorMagnitude = 0.0
      DateTime       = 2008-01-03T15:20:26
      ChooserName    = "Handmade"
      Reference      = True
    End_Group
  End_Object

  Object = ControlPoint
    PointType = Ground
    PointId   = jigTest02
    Latitude  = 39.958793
    Longitude = 255.244731
    Radius    = 6378140

    Group = ControlMeasure
      SerialNumber   = Aircraft/AerialPhoto/-17538835.815374
      MeasureType    = Estimated
      Sample         = 1270
      Line           = 2695
      ErrorLine      = 0.0
      ErrorSample    = 0.0
      ErrorMagnitude = 0.0
      DateTime       = 2008-01-03T15:20:26
      ChooserName    = "Handmade"
      Reference      = True
    End_Group
  End_Object

  Object = ControlPoint
    PointType = Ground
    PointId   = jigTest03
    Latitude  = 39.972394
    Longitude = 255.302624
    Radius    = 6378140

    Group = ControlMeasure
      SerialNumber   = Aircraft/AerialPhoto/-17538835.815374
      MeasureType    = Estimated
      Sample         = 808
      Line           = 1144
      ErrorLine      = 0.0
      ErrorSample    = 0.0
      ErrorMagnitude = 0.0
      DateTime       = 2008-01-03T15:20:26
      ChooserName    = "Handmade"
      Reference      = True
    End_Group
  End_Object

  Object = ControlPoint
    PointType = Ground
    PointId   = jigTest04
    Latitude  = 39.967181
    Longitude = -104.700273
    Radius    = 6378140

    Group = ControlMeasure
      SerialNumber   = Aircraft/AerialPhoto/-17538835.815374
      MeasureType    = Estimated
      Sample         = 991
      Line           = 1212
      ErrorLine      = 0.0
      ErrorSample    = 0.0
      ErrorMagnitude = 0.0
      DateTime       = 2008-01-03T15:20:26
      ChooserName    = "Handmade"
      Reference      = True
    End_Group
  End_Object

  Object = ControlPoint
    PointType = Ground
    PointId   = jigTest05
    Latitude  = 39.907384
    Longitude = -104.761052
    Radius    = 6378140

    Group = ControlMeasure
      SerialNumber   = Aircraft/AerialPhoto/-17538835.815374
      MeasureType    = Estimated
      Sample         = 3068
      Line           = 2873
      ErrorLine      = 0.0
      ErrorSample    = 0.0
      ErrorMagnitude = 0.0
      DateTime       = 2008-01-03T15:20:26
      ChooserName    = "Handmade"
      Reference      = True
    End_Group
  End_Object
End_Object
End
+4 −0
Original line number Diff line number Diff line
BLANKS = "%-6s"    
LENGTH = "%-40s"

include $(ISISROOT)/make/isismake.tststree
Loading