Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
topside
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
Environments
Terraform modules
Monitor
Incidents
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
topside
Merge requests
!84
modified: ../../README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
modified: ../../README.md
dawn_surface
into
master
Overview
0
Commits
7
Pipelines
7
Changes
8
Merged
Whitney Armstrong
requested to merge
dawn_surface
into
master
4 years ago
Overview
0
Commits
7
Pipelines
7
Changes
8
Expand
modified: ../../bin/dawn_tweak modified: ../view2/.DAWN_1.history modified: ../view2/generate_eps
0
0
Merge request reports
Compare
master
version 6
f170b736
4 years ago
version 5
cdac79fb
4 years ago
version 4
1f31dcc2
4 years ago
version 3
abee681b
4 years ago
version 2
6013131e
4 years ago
version 1
adfb7c8c
4 years ago
master (base)
and
latest version
latest version
14713223
7 commits,
4 years ago
version 6
f170b736
6 commits,
4 years ago
version 5
cdac79fb
5 commits,
4 years ago
version 4
1f31dcc2
4 commits,
4 years ago
version 3
abee681b
3 commits,
4 years ago
version 2
6013131e
2 commits,
4 years ago
version 1
adfb7c8c
1 commit,
4 years ago
8 files
+
230
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
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