- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippToPsps/test (modified) (1 prop)
-
ippToPsps/test/mkgpc1.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/ippToPsps/test
- Property svn:ignore
-
old new 1 1 testdata 2 2 sas12 3 logs 4 initbatch.dat 5 ipptopsps_pv2_logs 6 cambatch.dat 7 tmp.hdr 8 stackbatch.dat 9 objectbatch.dat
-
- Property svn:ignore
-
branches/eam_branches/ps2-tc3-20130727/ippToPsps/test/mkgpc1.sh
r35224 r37403 47 47 bg_stdev REAL, 48 48 ra FLOAT, 49 decl FLOAT 49 decl FLOAT, 50 dateobs DATETIME 50 51 ); 51 52 CREATE TABLE chipRun ( … … 88 89 ); 89 90 CREATE TABLE stackSumSkyfile ( 90 stack_id INT 91 stack_id INT, 92 mjd_obs DOUBLE 91 93 ); 92 94 CREATE TABLE skycalRun ( 95 sky_id INT, 93 96 skycal_id INT, 94 97 stack_id INT … … 155 158 echo ntable: $ntable 156 159 if ($ntable != 21) then 157 echo "expected 21 lines ( 19tables), but got $ntable, not deleting"160 echo "expected 21 lines (20 tables), but got $ntable, not deleting" 158 161 exit 2 159 162 endif
Note:
See TracChangeset
for help on using the changeset viewer.
