Commit f0e80493 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Updated deltack app test to use the ISIS environment variable for the cat command.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@6452 41f8697f-d340-4b68-9986-7bafba869bb8
parent 17510867
Loading
Loading
Loading
Loading
+6 −9
Original line number Diff line number Diff line
@@ -185,10 +185,9 @@ namespace Isis {
   *   @history 2014-03-11 Stuart Sides - Programmers notes - Fixed a bug in the copy constructor
   *                           that was going out of array bounds.
   *   @history 2015-02-20 Jeannie Backer - Improved error messages.
   *   @history 2015-07-21 Kristin Berry - Added additional NaifStatus::CheckErrors() calls to see if
   *                           any NAIF errors were signaled. References #2248.
   *   @history 2015-08-05 Debbie A. Cook - Programmer notes - Modified LoadCache, 
   *                           and ComputeAv.
   *   @history 2015-07-21 Kristin Berry - Added additional NaifStatus::CheckErrors() calls to see
   *                           if any NAIF errors were signaled. References #2248.
   *   @history 2015-08-05 Debbie A. Cook - Programmer notes - Modified LoadCache, and ComputeAv.
   *                           Added new methods 
   *                           loadPCFromSpice, loadPCFromTable, toJ2000Partial, poleRaCoefs,
   *                           poleDecCoefs, pmCoefs, poleRaNutPrecCoefs, poleDecNutPrecCoefs, 
@@ -197,11 +196,9 @@ namespace Isis {
   *                           getPckPolynomial, setEphemerisTimePckPolyFunction, getFrameType
   *                           and members m_frameType, m_tOrientationAvailable, 
   *                           m_raPole, m_decPole, m_pm, m_raNutPrec, m_decNutPrec, m_pmNutPrec,
   *                           m_sysNutPrec0, m_sysNutPrec1, m_dscale, m_Tscale  to support request for 
   *                           solving for target body parameters.
   *                           Also added a new enumerated value for Source, PckPolyFunction, 
   *                            and 
   *                           PartialType, WRT_RotationRate.
   *                           m_sysNutPrec0, m_sysNutPrec1, m_dscale, m_Tscale  to support request
   *                           for solving for target body parameters. Also added a new enumerated
   *                           value for Source, PckPolyFunction, and PartialType, WRT_RotationRate.
   *
   *  @todo Downsize using Hermite cubic spline and allow Nadir tables to be downsized again.
   *  @todo Consider making this a base class with child classes based on frame type or 
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ commands:
	# 1. remove cube filename paths
	# 2. remove digits beyond the fifth decimal place of decimal numbers
	# 3. remove date and time
	cat residuals.csv \
	$(CAT) $(OUTPUT)/residuals.csv \
	  | perl -pe 's/(^|,|: )([^,:]+\/)([^,\/:]*\.)(net|cub)/\1\3\4/g' 2>/dev/null \
	  > $(OUTPUT)/residuals.csv
	$(RM) bundleout.txt > /dev/null;