Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Reference Detector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
EIC
detectors
Reference Detector
Merge requests
!65
Resolve "Cleanup old files"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Cleanup old files"
59-cleanup-old-files
into
master
Overview
0
Commits
8
Pipelines
4
Changes
12
Merged
Whitney Armstrong
requested to merge
59-cleanup-old-files
into
master
4 years ago
Overview
0
Commits
8
Pipelines
4
Changes
12
Expand
Closes
#59 (closed)
Edited
4 years ago
by
Whitney Armstrong
0
0
Merge request reports
Compare
master
version 3
9916ad8d
4 years ago
version 2
3aa11bea
4 years ago
version 1
3a5ff27b
4 years ago
master (base)
and
latest version
latest version
31190a40
8 commits,
4 years ago
version 3
9916ad8d
7 commits,
4 years ago
version 2
3aa11bea
5 commits,
4 years ago
version 1
3a5ff27b
3 commits,
4 years ago
12 files
+
28
−
367
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
bin/dawn_tweak
+
14
−
6
Options
@@ -8,12 +8,13 @@ OUT_FILE=".DAWN_1.history"
function
print_the_help
{
echo
"USAGE:
${
0
}
[-s <skip_events>] -d <dawn_run_dir> "
echo
" OPTIONS: "
echo
" -x targeted x coordinate position"
echo
" -y targeted x coordinate position"
echo
" -z targeted x coordinate position"
echo
" --theta viewing angle"
echo
" --phi viewing angle"
echo
" -m,--mag magnification"
echo
" -x targeted x coordinate position"
echo
" -y targeted x coordinate position"
echo
" -z targeted x coordinate position"
echo
" --theta viewing angle"
echo
" --phi viewing angle"
echo
" -m,--mag magnification"
echo
" --draw draw style "
echo
" -d,--dawn-dir <dawn_run_dir> Directory with the .DAWN files and a generate script "
exit
}
@@ -91,6 +92,13 @@ do
shift
# past argument
shift
# past value
;;
--draw
)
echo
"updating drawing to
${
2
}
"
sed
-i
'9d'
${
DAWN_RUN_DIR
}
/
${
OUT_FILE
}
sed
-i
'9i'
${
2
}
${
DAWN_RUN_DIR
}
/
${
OUT_FILE
}
shift
# past argument
shift
# past value
;;
-i
|
--input
)
OUT_FILE
=
"
$2
"
shift
# past argument
Loading