CrystFEL
  1. CrystFEL

CrystFEL

Public
AuthorCommitMessageCommit dateIssues
Thomas WhiteThomas White
7260e3a2710indexamajig: Add --cpu-pinSimilar code was stripped out 3.5 years ago by 4f4e5d05269eee6b192c271f2f9730a1ad3a4fbd. However, it seems there are still systems where it improves performance a lot.
Thomas WhiteThomas White
d5289850ddeCI: Remove CMake job
Thomas WhiteThomas White
2865d5f45f9Remove image_write() and image_hdf5_write()This code isn't needed any more, now that we don't simulate images. It never worked very well - although we can read almost any sensible format, writing images that match an arbitrary schema is very difficult. See 41ed47a931e4c162c9a501981b6f19cd725f6e43 and https://gitlab.desy.de/thomas.white/crystfel/-/issues/81
Thomas WhiteThomas White
0e86f0160b1Update INSTALL.mdThe NixOS PR for aarch64 was merged.
Thomas WhiteThomas White
039c8bbfd60Update ChangeLog
Thomas WhiteThomas White
41ed47a931eRemove pattern_sim and partial_simUse of these programs has been following this pattern for several years: 1. Neglect 2. Once yearly attempt by someone to use either tool 3. Discovery that it's totally broken 4. Bug report and fast bug fix 5. Go to 1. For more discussion, see the issue referenced below. Closes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/81
Thomas WhiteThomas White
1995ba5ada8Remove CMake build filesIt's already far behind parity with Meson, and getting worse.
Thomas WhiteThomas White
15e72336f97compare_hkl: Recognise --fom=cc*, cc1/2 and cchalf
Thomas WhiteThomas White
8c83c0634acindexamajig(1): Mention "nproc"
Thomas WhiteThomas White
ab18d269314Revert "Refuse to overwrite an existing stream"This was intended to help users avoid accidents. However, it seems to trip people up a lot, and creates problems such as breaking Slurm job pre-emption (re-scheduled job fails because output already exists). This reverts commit 6db9619ba5172b9e416a5939d375f5119aa652ff.
Thomas WhiteThomas White
fcffbf23484Reject mask if good/bad bits are specified without locationThis should avoid surprises if the location is accidentally missed out.
Thomas WhiteThomas White
c89fa1b2211Factorise p->masks[j]Just to avoid repetition
Thomas WhiteThomas White
c2d79343000Reject unrecognised mask directives
Thomas WhiteThomas White
0f4e004e925INSTALL.md: Mention containers
Thomas WhiteThomas White
9604bffbb66Update README.md
Philipp MiddendorfPhilipp Middendorf
06d0d84c57flibcrystfel: don't use fmemopen on aarch64-darwin
Thomas WhiteThomas White
33c5ed28e0fMMerge branch 'get_hkl-input-fix' into 'master'get_hkl: fix --input long argument See merge request thomas.white/crystfel!9
Philipp MiddendorfPhilipp Middendorf
c3959c6e44fget_hkl: fix --input long argumentThe help string indicated that get_hkl --input=foobar.hkl works, but it didn't.
Thomas WhiteThomas White
5b65539d04cMMerge branch 'master' into 'master'Replace process_hkl_check_4 See merge request thomas.white/crystfel!7
Parthasarathy Tirumalai Nallam ChakravartyParthasarathy Tirumalai Nallam Chakravarty
11c3cd731d1process_hkl_check_4: Change temporary filenameThis test used "tempf.hkl", whereas process_hkl_check_1 used "tempF.hkl". This led to a race condition when running tests in parallel on an case-insensitive filesystem (Mac).
Thomas WhiteThomas White
93ebd453e37Remove HAVE_SLURMNot used any more, since a4c786d52613063d338ee010f4415e8a6aef0513
Thomas WhiteThomas White
318692ac9fcINSTALL.md: Mention NixOS
Thomas WhiteThomas White
cd902972480INSTALL.md: Improve GTK information
Thomas WhiteThomas White
5447eecea21Remove vestigial geoptimiser stuff
Thomas WhiteThomas White
3c54d59e1c1GUI: Avoid using format string for reminder window
Thomas WhiteThomas White
a38407fe140This is CrystFEL 0.10.2
Thomas WhiteThomas White
e780598a036Fix small manual problems
Thomas WhiteThomas White
9c178adcebbGUI: Update copyright date
Thomas WhiteThomas White
8052148c062Update README.md
Thomas WhiteThomas White
d349703df50speed.rst: Fix a typo
Thomas WhiteThomas White
848cb6f85e0speed.rst: Fix some line breaks
Thomas WhiteThomas White
d1c8537fd76Update speed.rst
Alexandra TolstikovaAlexandra Tolstikova
10cf235e8ecasdf: Restrict domain for search for peaks in frequency graphPreviously, it was possible for the search to run over the part of the array initialised by FFTW.
Thomas WhiteThomas White
76fd9489e49image_read_peaks: Fix a typo
Thomas WhiteThomas White
b323aefb1aaindexamajig(1): Update text and fix untruths
Thomas WhiteThomas White
2364df2ab12GUI: Automatically set appropriate extension for export filename
Thomas WhiteThomas White
71f03457250strip_extension: Handle short strings better
Thomas WhiteThomas White
43e8cc01dbdGUI: Complain more loudly about export errors
Thomas WhiteThomas White
47d41f7b12dGUI: Add a reminder about the space group in the export headers
Thomas WhiteThomas White
d4d2ed7126bGUI: Avoid GTK warning if FoM unit cell is not set
Thomas WhiteThomas White
3de89bf4c5fTutorial: update screenshot with new iconsCorrected version of commit.
Thomas WhiteThomas White
51b6d4f140eRevert "Tutorial: update screenshot with new icons"This reverts commit 044560941c0aa28e1e809f148ce553e985b4e868. Accidentally committed stuff that should not be there yet.
Thomas WhiteThomas White
8fe6c8c50ebUpdate ChangeLog
Thomas WhiteThomas White
7093ac7f43ascripts/install-indexers: Mention that you have to modify the script
Thomas WhiteThomas White
27bc086b99apointgroup.rst: Fix a couple of typos
Thomas WhiteThomas White
78a7355a506Tutorial: update text about detector-shift and peakogram-streamThese are now installed (no more copy/chmod needed), and accessible from the GUI.
Thomas WhiteThomas White
044560941c0Tutorial: update screenshot with new icons
Thomas WhiteThomas White
5d267fe6187pattern_sim: Fix up behaviour after DataTemplateAnalogous fixes to those done for partial_sim in 0effb5f83daf0317aa97a1cd10e7708551a25201.
Thomas WhiteThomas White
48d9961f1b5partial_sim: Abort on unrecognised option
Thomas WhiteThomas White
96e8393739fpartial_sim: Use separate filename for each frameThis makes it possible for the GUI to show the stream correctly.