Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-29 | Add ChangeLog | Thomas White | |
2012-08-10 | Set max_adu in simple_geometry() | Thomas White | |
2012-08-09 | indexamajig: Make "-e/--image" work again | Thomas White | |
This got lost somewhere in the speed improvements | |||
2012-08-09 | Fix typo in 'profile_radius' warning | Thomas White | |
2012-08-09 | Fix crash when there are too many unit cell candidates | Thomas White | |
2012-08-08 | hdfsee: Ignore bad pixels when calculating range of image | Thomas White | |
Somebody PLEASE make the bad pixel colour user-configurable... | |||
2012-08-08 | hdfsee: Render bad pixels and regions in brown | Thomas White | |
2012-08-08 | Fix buglets spotted by new compiler on Fedora 17 | Thomas White | |
2012-07-31 | This is CrystFEL 0.4.00.4.0 | Thomas White | |
2012-07-31 | Update README | Thomas White | |
2012-07-31 | pr_gradient_check shouldn't fail the tests | Thomas White | |
... because it tests something that's experimental anyway, and the test is rubbish. | |||
2012-07-31 | Add the coding standards source to the archive | Thomas White | |
2012-07-30 | get_hkl: Trap a few edge cases | Thomas White | |
2012-07-30 | Update *2hkl scripts, add cif2hkl | Thomas White | |
2012-07-30 | Immediately reject pixels above max_adu in the peak search | Thomas White | |
This leads to a big improvement in speed when (ab)using max_adu for gaps in the detector. | |||
2012-07-30 | Update example files | Thomas White | |
2012-07-29 | indexamajig: Count a pattern as 'processed' if the worker process crashed | Thomas White | |
2012-07-29 | check_hkl: Don't report low completeness just because some sigma values are ↵ | Thomas White | |
silly | |||
2012-07-26 | Suppress a couple of warnings | Thomas White | |
Since these will probably be around for a while... | |||
2012-07-26 | Improve the parsing of beam parameter files | Thomas White | |
2012-07-26 | New parameter in beam description files: profile_radius | Thomas White | |
2012-07-26 | Fix dependence on Cairo >= 1.6.0 | Thomas White | |
cairo_surface_show_page() is only available from Cairo 1.6.0 onwards, but cairo_show_page() is just as easy and is available from 1.2.0. | |||
2012-07-26 | Update AUTHORS and README | Thomas White | |
2012-07-24 | Formatting | Thomas White | |
2012-07-23 | process_hkl: Make --stop-after work | Thomas White | |
2012-07-23 | indexamajig: Remove "Worker <n> exited normally" message | Thomas White | |
2012-07-23 | Merge branch 'tom/speed' | Thomas White | |
2012-07-23 | process_hkl: Add --no-polarisation option | Thomas White | |
2012-07-22 | partial_sim: Fix typo | Thomas White | |
2012-07-22 | Add write_detector_geometry() to detector.h | Thomas White | |
2012-07-20 | Break down locking a bit | Thomas White | |
2012-07-20 | Tidy up the exit path from run_work() | Thomas White | |
2012-07-20 | Simplify signal handling | Thomas White | |
2012-07-18 | Block SIGCHLD while mutex is locked | Thomas White | |
2012-07-15 | Tweak messages and locking | Thomas White | |
2012-07-15 | Add locking | Thomas White | |
2012-07-15 | Sandboxy stuff | Thomas White | |
2012-07-15 | Move indexer sandbox to a new file | Thomas White | |
2012-07-13 | More memory leaks and exit paths | Thomas White | |
2012-07-13 | Skeleton signal handler | Thomas White | |
2012-07-13 | indexamajig: Correct command line options | Thomas White | |
2012-07-13 | partial_sim: Don't start too many calculations by accident | Thomas White | |
2012-07-12 | Fix leaked fds | Thomas White | |
2012-07-12 | Formatting | Thomas White | |
2012-07-11 | More memory leaks | Thomas White | |
2012-07-11 | Fix a load of memory leaks | Thomas White | |
2012-07-08 | Formatting | Thomas White | |
2012-07-08 | Write stream without using a lock at all | Thomas White | |
2012-07-03 | check_hkl: Add Angstrom column as well | Thomas White | |
2012-07-03 | compare_hkl: Use separate denominators when calculating R-factors in shells | Thomas White | |
If there are large changes in intensity between shells, the R-factor should reflect it. The old formulation did not have that property. Weak resolution shells would show up with low R-factors because they contributed very little to the overall R-factor, but the actual correspondence between intensities could still be very poor. |