Commit ea786ba6 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

PROG camdev test fixes. Fixes #2347.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6688 41f8697f-d340-4b68-9986-7bafba869bb8
parent dbcd31c4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -462,6 +462,7 @@ void camdev(Buffer &out) {
          index += 64 * 64;
        }
        if (!noCamera) {
          pe360Lon = cam->UniversalLongitude();
          pw360Lon = TProjection::ToPositiveWest(pe360Lon, 360);
          if (positiveEast180Longitude) {
            out[index] = TProjection::To180Domain(pe360Lon);
+2 −1
Original line number Diff line number Diff line
APPNAME = camdev

# 1.52587890625e-05
camdevTruth.cub.TOLERANCE = .0000153
all_camdev_bands.cub.TOLERANCE = .0000153

include $(ISISROOT)/make/isismake.tsts

@@ -50,3 +50,4 @@ commands:
	  solarlongitude=yes \
	  morphology=yes \
	  albedo=yes > /dev/null; 
	  $(RM) print.prt > /dev/null;
 No newline at end of file
+2 −1
Original line number Diff line number Diff line
APPNAME = camdev

# 1.52587890625e-05
camdevTruth.cub.TOLERANCE = .0000153
camdev_projected_bands.cub.TOLERANCE = .0000153

include $(ISISROOT)/make/isismake.tsts

@@ -18,3 +18,4 @@ commands:
	  undistortedfocalplane=yes \
	  ephemeristime=yes \
	  utc=yes > /dev/null;
	  $(RM) print.prt > /dev/null;
 No newline at end of file