IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2015, 12:24:24 PM (12 years ago)
Author:
eugene
Message:

various updates merged from trunk

Location:
branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/test

    • Property svn:ignore
      •  

        old new  
        11testdata
        22sas12
         3logs
         4initbatch.dat
         5ipptopsps_pv2_logs
         6cambatch.dat
         7tmp.hdr
         8stackbatch.dat
         9objectbatch.dat
  • branches/eam_branches/ipp-pv3-20140717-merge/ippToPsps/test/mkgpc1.sh

    r35224 r37820  
    4747   bg_stdev REAL,
    4848   ra FLOAT,
    49    decl FLOAT
     49   decl FLOAT,
     50   dateobs DATETIME
    5051  );
    5152  CREATE TABLE chipRun (
     
    8889  );
    8990  CREATE TABLE stackSumSkyfile (
    90    stack_id INT
     91   stack_id INT,
     92   mjd_obs DOUBLE
    9193  );
    9294  CREATE TABLE skycalRun (
     95   sky_id INT,
    9396   skycal_id INT,
    9497   stack_id INT
     
    155158  echo ntable: $ntable
    156159  if ($ntable != 21) then
    157     echo "expected 21 lines (19 tables), but got $ntable, not deleting"
     160    echo "expected 21 lines (20 tables), but got $ntable, not deleting"
    158161    exit 2
    159162  endif
Note: See TracChangeset for help on using the changeset viewer.