Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-22 | Don't use 0.0 / 0.0 = NaN | Thomas White | |
2012-02-22 | Remove unused variable | Thomas White | |
2012-02-22 | Debug | Thomas White | |
2012-02-22 | Decide once only on which reflections are scalable | Thomas White | |
2012-02-22 | Fix stream reading | Thomas White | |
2012-02-22 | Remove unused variable | Thomas White | |
2012-02-22 | Remove scaling debug | Thomas White | |
2012-02-22 | This shouldn't have been commented | Thomas White | |
2012-02-22 | Fix the final scaling bug | Thomas White | |
2012-02-22 | Make Fox & Holmes method work (nearly) | Thomas White | |
2012-02-22 | Fix and update symmetry chart | Thomas White | |
2012-02-22 | Allow MOSFLM to index without a unit cell | Thomas White | |
2012-02-22 | Don't get greedy in cell_new_from_cell() | Thomas White | |
2012-02-22 | Don't use a common variable name inside the STATUS() and ERROR() macros | Thomas White | |
2012-02-22 | Remove row-crossing stuff (doesn't work anyway) and start on eigenvalue method | Thomas White | |
2012-02-22 | Fix Kabsch scaling...! | Thomas White | |
2012-02-22 | Update docs about sanity check | Thomas White | |
2012-02-22 | Add note about centered cells | Thomas White | |
2012-02-22 | Show shifts | Thomas White | |
2012-02-22 | Update twinning chart (not yet finished..) | Thomas White | |
2012-02-22 | Add missing validity check | Thomas White | |
2012-02-22 | Silly typo.. | Thomas White | |
2012-02-22 | Can't ignore the weightings completely.. | Thomas White | |
2012-02-22 | Fix small bug | Thomas White | |
2012-02-22 | Implement Kabsch method | Thomas White | |
2012-02-22 | Don't cleanup indexing if none was prepared | Thomas White | |
2012-02-22 | Avoid memory corruption | Thomas White | |
2012-02-22 | Fix many small memory leaks | Thomas White | |
2012-02-22 | Don't try later cells and algorithms if successful | Thomas White | |
Also fix a memory leak | |||
2012-02-22 | Try other cells | Thomas White | |
2012-02-22 | indexamajig: Remove "--check-sanity" option | Thomas White | |
Why wouldn't you want sane results? | |||
2012-02-22 | Remove solid angle correction | Thomas White | |
It's never correct when using "bucket" integration, and always correct when using "pixel" integration, so don't give the option. | |||
2012-02-22 | How about we actually run MOSFLM? | Thomas White | |
This would be good, no? | |||
2012-02-22 | Fix MOSFLM_VERBOSE | Thomas White | |
2012-02-22 | wait() for autoindexers properly | Thomas White | |
2012-02-22 | Fix MOSFLM messages | Thomas White | |
2012-02-22 | Update symmetry chart | Thomas White | |
2012-02-22 | Tidy up DirAx autoindexing a little | Thomas White | |
2012-02-22 | Don't stop just because the first indexer returned no unit cell | Thomas White | |
2012-02-22 | Refactor MOSFLM autoindexing to use a PTY | Thomas White | |
2012-02-22 | Revert "Remove row-crossing stuff since it should not be needed" | Thomas White | |
This reverts commit a043b3cb7cd57da3f5f7feb9d470d1e771f5b664. Conflicts: src/hrs-scaling.c | |||
2012-02-22 | Get normalisation right | Thomas White | |
2012-02-22 | Don't duplicate symbols with GSL fudge | Thomas White | |
2012-02-22 | More GSL fudging | Thomas White | |
2012-02-22 | Remove unused include | Thomas White | |
2012-02-22 | Update docs | Thomas White | |
2012-02-22 | Add an option to fudge CBLAS if necessary | Thomas White | |
2012-02-22 | Use pkg-config to get GSL flags | Thomas White | |
2012-02-22 | Revert "Only use gl_IGNORE_UNUSED_LIBRARIES with recent GSL" | Thomas White | |
This reverts commit 5bac91a5eee6eab297e1cb8e8309654c8a22a530. It's not the GSL version that causes this. | |||
2012-02-22 | Only use gl_IGNORE_UNUSED_LIBRARIES with recent GSL | Thomas White | |
Old GSL doesn't play nicely with this option. |