Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CrystFEL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Show more breadcrumbs
Oleksii Turkot
CrystFEL
Commits
62d007ee
Commit
62d007ee
authored
11 years ago
by
Thomas White
Browse files
Options
Downloads
Patches
Plain Diff
This is CrystFEL 0.5.2
parent
65fc280b
No related branches found
Branches containing commit
Tags
0.5.2
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+26
-0
26 additions, 0 deletions
ChangeLog
configure.ac
+1
-1
1 addition, 1 deletion
configure.ac
doc/reference/libcrystfel/CrystFEL-docs.sgml
+1
-1
1 addition, 1 deletion
doc/reference/libcrystfel/CrystFEL-docs.sgml
libcrystfel/Makefile.am
+1
-1
1 addition, 1 deletion
libcrystfel/Makefile.am
with
29 additions
and
3 deletions
ChangeLog
+
26
−
0
View file @
62d007ee
CrystFEL version 0.5.2, 4th December 2013
-----------------------------------------
- Reflection sigmas were improved for negative intensities, and the behaviour
of "process_hkl --min-snr" was rationalised.
- Peak centering ("--integration=rings-cen") was fixed.
- XDS default behaviour was fixed to prevent an unexpected axis permutation.
- Incorrect handling of monoclinic C cells was fixed.
- The counting of saturated peaks was fixed.
- hdfsee now needs the beam file (use option -m).
- A more than 2 year old bug was fixed in RefList.
- indexamajig --int-diag was added.
- render_hkl --res-ring was added.
- compare_hkl --fom=Rano and Rano/Rsplit was added.
- check_hkl --shell-file was added.
- get_hkl --cutoff-angstroms was added.
- partialator was extensively worked on.
- scripts/split-indexed was added.
- scripts/Rsplit_surface and clean-stream.py were added (Fedor Chervinskii).
- A locale-related problem with hdfsee was fixed.
- Histogram, update_partialities_2(), hdfile_is_scalar() and show_matrix() were
added to the libcrystfel API.
- integrate_all() was changed to incorporate IntDiag.
- show_matrix_eqn() was simplified, removing a parameter.
CrystFEL version 0.5.1, 4th July 2013
-------------------------------------
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
1
−
1
View file @
62d007ee
dnl Process this file with autoconf to produce a configure script.
AC_INIT([crystfel],[0.5.
1
],[taw@physics.org])
AC_INIT([crystfel],[0.5.
2
],[taw@physics.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([subdir-objects])
...
...
This diff is collapsed.
Click to expand it.
doc/reference/libcrystfel/CrystFEL-docs.sgml
+
1
−
1
View file @
62d007ee
...
...
@@ -8,7 +8,7 @@
<bookinfo>
<title>
CrystFEL Reference Manual
</title>
<releaseinfo>
For libcrystfel from CrystFEL 0.5.
1
.
For libcrystfel from CrystFEL 0.5.
2
.
</releaseinfo>
<abstract>
This is the internal documentation for CrystFEL. Unless you are looking at
...
...
This diff is collapsed.
Click to expand it.
libcrystfel/Makefile.am
+
1
−
1
View file @
62d007ee
lib_LTLIBRARIES
=
libcrystfel.la
libcrystfel_la_LIBADD
=
../lib/libgnu.la @LIBCRYSTFEL_LIBS@
libcrystfel_la_LDFLAGS
=
-version-info
2
:0:0
libcrystfel_la_LDFLAGS
=
-version-info
3
:0:0
libcrystfel_la_SOURCES
=
src/reflist.c src/utils.c src/cell.c src/detector.c
\
src/thread-pool.c src/image.c src/hdf5-file.c
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment