Changeset 8627 for trunk/MagicSoft/Mars
- Timestamp:
- 06/29/07 19:02:59 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8626 r8627 33 33 builddatasets.php to menu.php (function InitFindOffData), so that 34 34 the values are also available in sequinfo-aio.php 35 35 36 36 * scripts/dospectrum: 37 37 - completely new version using condor dag 38 38 39 39 * scripts/preparemc: 40 40 - new version … … 74 74 - changed the condition of the pixel index into a condition 75 75 of the pixel size 76 77 * scripts/merppupdate: 78 - the second argument was silently ignored 76 79 77 80 -
trunk/MagicSoft/Mars/scripts/merppupdate
r8488 r8627 47 47 if ! [ "$2" = "" ] 48 48 then 49 name2=" -name $2" 50 if ! [ "$3" = "" ] 51 then 52 echo "You gave too many arguments." 53 exit 54 fi 49 name2=$1 50 else 51 name2="20*_Y_*_E.root" 52 fi 53 54 if ! [ "$3" = "" ] 55 then 56 echo "You gave too many arguments." 57 exit 55 58 fi 56 59 fi … … 68 71 fi 69 72 73 echo $1 74 echo $2 75 76 echo $outpath 77 echo $name2 70 78 71 calfiles=`find $outpath -name 20*_Y_*_E.root$name2 `79 calfiles=`find $outpath -name $name2 ` 72 80 73 81 echo "calfiles: "$calfiles
Note:
See TracChangeset
for help on using the changeset viewer.