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
Thomas Kluyver
Pycrystfel
Commits
82d9c045
Commit
82d9c045
authored
Jan 07, 2021
by
Thomas Kluyver
Browse files
Some detector geometry functions
parent
f739b4e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycrystfel/crystfel.pxd
View file @
82d9c045
...
...
@@ -38,6 +38,9 @@ cdef extern from "crystfel/detector.h":
int
n_panels
# ...
detector
*
get_detector_geometry
(
const
char
*
filename
,
beam_params
*
beam
)
void
free_detector_geometry
(
detector
*
det
)
cdef
extern
from
"crystfel/spectrum.h"
:
ctypedef
struct
Spectrum
:
pass
# Opaque struct, used through functions
...
...
Write
Preview
Markdown
is supported
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