IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 12, 2014, 4:10:18 PM (12 years ago)
Author:
eugene
Message:

merge changes from branches/eam_branches/ipp-20140717

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/test/mkgpc1.sh

    r35224 r37246  
    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.