Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
5a645c75
Commit
5a645c75
authored
Feb 05, 2020
by
Thomas White
Browse files
indexamajig: Hide --spectrum-file and add a warning
parent
a9c214f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/indexamajig.c
View file @
5a645c75
...
...
@@ -213,6 +213,8 @@ static error_t parse_arg(int key, char *arg, struct argp_state *state)
case
209
:
args
->
spectrum_fn
=
strdup
(
arg
);
ERROR
(
"WARNING: Prediction using arbitrary spectrum does not "
"yet work in a useful way.
\n
"
);
break
;
/* ---------- Peak search ---------- */
...
...
@@ -715,7 +717,8 @@ int main(int argc, char *argv[])
{
"zmq-msgpack"
,
207
,
NULL
,
OPTION_NO_USAGE
,
"Receive data in MessagePack format "
"over ZMQ"
},
{
"no-image-data"
,
208
,
NULL
,
OPTION_NO_USAGE
,
"Do not load image data (from ZMQ)"
},
{
"spectrum-file"
,
209
,
"fn"
,
OPTION_NO_USAGE
,
"File containing radiation spectrum"
},
{
"spectrum-file"
,
209
,
"fn"
,
OPTION_NO_USAGE
|
OPTION_HIDDEN
,
"File containing radiation spectrum"
},
{
NULL
,
0
,
0
,
OPTION_DOC
,
"Peak search options:"
,
3
},
{
"peaks"
,
301
,
"method"
,
0
,
"Peak search method. Default: zaef"
},
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment