Skip to content
GitLab
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
a2433f8d
Commit
a2433f8d
authored
Jan 06, 2010
by
Thomas White
Browse files
Rename process_images -> indexamajig
parent
84e04e18
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a2433f8d
...
...
@@ -13,5 +13,5 @@ src/pattern_sim
src/process_hkl
src/get_hkl
src/hdfsee
src/
process_images
src/
indexamajig
*~
src/Makefile.am
View file @
a2433f8d
bin_PROGRAMS
=
pattern_sim process_hkl get_hkl
process_images
bin_PROGRAMS
=
pattern_sim process_hkl get_hkl
indexamajig
if
HAVE_GTK
bin_PROGRAMS
+=
hdfsee
...
...
@@ -16,8 +16,8 @@ process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \
reflections.c
process_hkl_LDADD
=
@LIBS@
process_images_SOURCES
=
process_images
.c hdf5-file.c utils.c dirax.c cell.c
process_images
_LDADD
=
@LIBS@
indexamajig_SOURCES
=
indexamajig
.c hdf5-file.c utils.c dirax.c cell.c
indexamajig
_LDADD
=
@LIBS@
if
HAVE_GTK
hdfsee_SOURCES
=
hdfsee.c displaywindow.c render.c hdf5-file.c utils.c
...
...
src/
process_images
.c
→
src/
indexamajig
.c
View file @
a2433f8d
/*
*
process_images
.c
*
indexamajig
.c
*
* Find hits, index patterns, output hkl+intensity etc.
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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