- Timestamp:
- 06/27/18 03:20:49 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Tools/get_data.sh
r19030 r19031 24 24 # time range and source 25 25 where=" WHERE fSourceKey="$source" AND fNight BETWEEN "$nightmin" AND "$nightmax 26 where=$where" AND NOT ISNULL(fNumExcEvts) " 26 27 # some sanity checks 27 28 where=$where" AND fRunTypeKey=1 " … … 158 159 fi 159 160 queryext=$queryext" "$time" as time, "$start" as start, "$stop" as stop, " 160 queryext=$queryext" round("$correxcrate", 1) as correxcrate, round( $flux, "$fluxprec") as flux, "161 queryext=$queryext" round("$correxcrate", 1) as correxcrate, round("$flux", "$fluxprec") as flux, " 161 162 queryext=$queryext" "$deltat" as deltat, round("$ontime", 1) as ontime, " 162 queryext=$queryext" round("$correxcrateerr", 1) as correxcrateerr, round( $fluxerr, "$fluxprec") as fluxerr, "163 queryext=$queryext" round("$correxcrateerr", 1) as correxcrateerr, round("$fluxerr", "$fluxprec") as fluxerr, " 163 164 queryext=$queryext" round("$significance", 1) as significance " 164 165 … … 244 245 # db 245 246 sqlpw=/home/$USER/.mysql.pw # file with mysql credentials 246 host=lp-fact247 #host=10.0.100.21247 #host=lp-fact 248 host=10.0.100.21 248 249 #host=localhost 249 250 dbname=factdata # name of database
Note:
See TracChangeset
for help on using the changeset viewer.