IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 26, 2015, 5:17:19 PM (11 years ago)
Author:
watersc1
Message:

Dropping ra/dec fields from ForcedGalaxyShape, as these are inherited from the stack detection, and should be fixed to those values (as it's forced). 'Complete' version of the forcedgalaxybatch.py, which has all the things similar tables also have.

File:
1 edited

Legend:

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

    r35204 r38963  
    11#!/bin/csh -f
     2
     3set dbuser = czw
     4set dbpass = -pczw
    25
    36set stackqueuename = 0
     
    4851  # does the database already exist?
    4952  # XXX this command will blow away an existing database!!
    50   mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test"
    51   mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql
     53  mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test"
     54  mysql -h localhost -u $dbuser $dbpass ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql
    5255
    5356endif
     
    5760
    5861  # create the database (ignore failure if it already exists)
    59   mysql -h localhost -u dvo -pdvo -e "drop database ipptopsps_test_scratch"
    60   mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
     62  mysql -h localhost -u $dbuser $dbpass -e "drop database ipptopsps_test_scratch"
     63  mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test_scratch"
    6164  ippjython setupScratchDb.py -test
    6265endif
Note: See TracChangeset for help on using the changeset viewer.