Changeset 7067
- Timestamp:
- 05/19/05 16:26:28 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7066 r7067 33 33 better statistics for the calculation of the mean pulse time 34 34 of the cosmisc 35 36 * datacenter/scripts/runganymed: 37 - fixed bug in path 35 38 36 39 -
trunk/MagicSoft/Mars/datacenter/scripts/runganymed
r7051 r7067 170 170 for dataset in ${datasets[@]} 171 171 do 172 no=`printf %08d $dataset | cut -c 0- 4`172 no=`printf %08d $dataset | cut -c 0-5` 173 173 no2=`printf %08d $dataset` 174 174 outpath="/magic/data/ganymed/$no/$no2"
Note:
See TracChangeset
for help on using the changeset viewer.