Commit 81812ebe authored by chrisryancombs's avatar chrisryancombs
Browse files

Add camera development applications.

parent 51ad1d94
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:

These applications in this directory are meant only to be used for camera 
development. They are not guaranteed to be stabled 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