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/fulltest.sh

    r38949 r38963  
    11#!/bin/csh -f
     2
     3set dbuser = czw
     4set dbpass = -pczw
    25
    36chmod +x mkgpc1data.dvo mkgpc1.sh
     
    190193  # does the database already exist?
    191194  # XXX this command will blow away an existing database!!
    192   mysql -h localhost -u dvo -pdvo -e "create database if not exists ipptopsps_test" || exit 3
    193   mysql -h localhost -u dvo -pdvo ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql || exit 3
     195  mysql -h localhost -u $dbuser $dbpass -e "create database if not exists ipptopsps_test" || exit 3
     196  mysql -h localhost -u $dbuser $dbpass ipptopsps_test < $IPPTOPSPS_DATA/ippToPspsDbSchema.sql || exit 3
    194197  echo " ---- init ipptopsps_test: done ----"
    195198endif
     
    201204
    202205  # create the database (ignore failure if it already exists)
    203   mysql -h localhost -u dvo -pdvo -e "drop database if exists ipptopsps_test_scratch"
    204   mysql -h localhost -u dvo -pdvo -e "create database ipptopsps_test_scratch"
     206  mysql -h localhost -u $dbuser $dbpass -e "drop database if exists ipptopsps_test_scratch"
     207  mysql -h localhost -u $dbuser $dbpass -e "create database ipptopsps_test_scratch"
    205208  ippjython setupScratchDb.py -test < /dev/null
    206209  if ($status) exit
Note: See TracChangeset for help on using the changeset viewer.