Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-02 | Fix comments | Thomas White | |
2012-10-02 | Merge branch 'master' of ssh://git.bitwiz.org.uk/crystfel | Thomas White | |
2012-10-02 | Fix MOSFLM space groups | Thomas White | |
2012-10-02 | Fix obvious bug | Thomas White | |
2012-10-02 | Use the correct panel number | Thomas White | |
2012-10-02 | Fix segfault on failed indexing | Thomas White | |
2012-10-02 | Remove debugging message | Thomas White | |
2012-10-02 | Finishing tweaks for uncentering stuff | Thomas White | |
Today, I have mostly been having my life made difficult by the PDB's invention of "H centering". | |||
2012-10-02 | Formatting | Thomas White | |
2012-10-02 | More work on transformations | Thomas White | |
2012-10-02 | Remove unnecessary includes | Thomas White | |
2012-10-02 | Implementation of UnitCellTransformation | Thomas White | |
2012-10-02 | WIP | Thomas White | |
2012-10-02 | WIP | Thomas White | |
2012-10-02 | WIP | Thomas White | |
2012-10-02 | WIP on cell transformations | Thomas White | |
2012-10-02 | Uncenter the cell before using it for indexing stuff | Thomas White | |
2012-10-02 | Don't send cell parameters to MOSFLM | Thomas White | |
2012-10-02 | Send setting information to MOSFLM | Thomas White | |
2012-10-02 | WIP | Thomas White | |
2012-10-02 | Remove space group from unit cell | Thomas White | |
2012-10-02 | Move unit cell utility stuff to separate module | Thomas White | |
2012-10-02 | "divisors" not needed any more | Thomas White | |
Was it ever needed? | |||
2012-10-02 | WIP | Thomas White | |
2012-10-02 | Handle lattice type, centering and unique axis information | Thomas White | |
2012-10-02 | Factorise background mask | Thomas White | |
This fixes a speed regression introduced by dca1938a. | |||
2012-10-02 | Fix the other exit condition from integrate_peak() | Thomas White | |
This REALLY fixes a significant data quality regression introduced by f668e3b3 (21st June 2012) | |||
2012-10-01 | Fix exit condition from integrate_peak() | Thomas White | |
This fixes a significant data quality regression introduced by f668e3b3 (21st June 2012) | |||
2012-10-01 | make_bgMask() does not need to know the peak coordinates (any more) | Thomas White | |
Also, s/ir_in/ir_inn/ | |||
2012-09-27 | Formatting | Thomas White | |
2012-08-10 | Set max_adu in simple_geometry() | Thomas White | |
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 | Fix buglets spotted by new compiler on Fedora 17 | 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-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-23 | Merge branch 'tom/speed' | Thomas White | |
2012-07-22 | Add write_detector_geometry() to detector.h | Thomas White | |
2012-07-11 | More memory leaks | Thomas White | |
2012-07-11 | Fix a load of memory leaks | Thomas White | |
2012-07-03 | Fix the detection of an actual phase value in a reflection list | Thomas White | |
2012-07-02 | Merge branch 'master' into tom/speed | Thomas White | |
Conflicts: libcrystfel/src/peaks.c src/indexamajig.c | |||
2012-06-28 | Warn user if any peaks were badrow culled | Thomas White | |
2012-06-28 | Don't lie about the number of badrow culled peaks | Thomas White | |
2012-06-28 | Remove peak_sep from detector geometry file, use ir_inn instead | Thomas White | |
2012-06-21 | More fussiness | Thomas White | |
2012-06-21 | Fix skip_some_files() | Thomas White | |
Without chomp(), the string comparison never works. | |||
2012-06-21 | More fussiness | Thomas White | |