Unverified Commit b87dec7c authored by ihumphrey's avatar ihumphrey Committed by GitHub
Browse files

Merge pull request #466 from chrisryancombs/camera_dev_apps

Add camera development applications. Fixes PR #461. Fixes Redmine 5521.
parents 51ad1d94 67ab1459
Loading
Loading
Loading
Loading

isis/src/dev/Makefile

0 → 100644
+2 −0
Original line number Diff line number Diff line
include $(ISISROOT)/make/isismake.cat

isis/src/dev/README.md

0 → 100644
+5 −0
Original line number Diff line number Diff line
# Please Note:

The applications in this directory are meant only to be used for camera 
development. They are not guaranteed to be stable and are not supported for
general public use. Use at your own risk!
+1 −0
Original line number Diff line number Diff line
include $(ISISROOT)/make/isismake.appstree
+7 −0
Original line number Diff line number Diff line
ifeq ($(ISISROOT), $(BLANK))
.SILENT:
error:
	echo "Please set ISISROOT";
else
	include $(ISISROOT)/make/isismake.apps
endif
 No newline at end of file
+6 −0
Original line number Diff line number Diff line
Results
  INS-41219_TRANSX = (0.2589180702, -0.0069999992, 3.3598e-06)
  INS-41219_TRANSY = (-59.9867757282, 3.3598e-06, -0.0069999992)
  INS-41219_TRANSS = (32.875172540392, -142.85719209406, -0.068567378407362)
  INS-41219_TRANSL = (-8569.5245899736, -0.068567378407362, -142.85719209406)
End_Group
Loading