Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-12 | Improve show_matrix_eqn() | Thomas White | |
2013-08-08 | Add show_matrix() | Thomas White | |
2013-08-08 | Show determinant when complaining about a non-integer matrix result | Thomas White | |
2013-07-31 | Set C=0 for gsl_cblas_dgemm() | Thomas White | |
2013-07-31 | Revert refinement step if too many reflections are lost | Thomas White | |
2013-07-24 | Iteration over reflection list should include other reflections with same ↵ | Thomas White | |
asymmetric indices This fixes a >2 year old bug in the reflection list, and a bug in tests/list_check.c which allowed it to go undetected for so long. The main situation where it would have caused problems is when asymmetric_indices() was called on a reflection list containing symmetrically equivalent reflections. The only core CrystFEL program which does this is partialator. compare_hkl uses asymmetric_indices(), but the reflections are already guaranteed to be asymmetric by that point (because check_list_symmetry() has been called). | |||
2013-07-24 | update_partialities(): Scratch list no longer needed | Thomas White | |
2013-07-05 | Fix uninitialised rval for XDS | Thomas White | |
2013-07-05 | Fix uninitialised rval for GrainSpotter | Thomas White | |
2013-07-04 | Fix pointer type | Thomas White | |
2013-07-04 | Mark estimate_resolution() and estimate_mosaicity() as unused | Thomas White | |
2013-07-04 | Update docs | Thomas White | |
2013-06-28 | Don't check max_adu during gradient search if --use-saturated is given | Thomas White | |
2013-06-26 | Track number of rejected saturated peaks | Thomas White | |
2013-06-25 | Restore sigma calculation with --integration=rings | Thomas White | |
2013-06-21 | Reduce verbosity | Thomas White | |
2013-06-21 | Use tentative_intensity() (with fitted background) for "rings" | Thomas White | |
2013-06-21 | Peak integrals are per box | Thomas White | |
2013-06-21 | Convert angle to degrees for GrainSpotter | Thomas White | |
2013-06-20 | show_peak_box() and show_reference_profile(): refresh() before getch() | Thomas White | |
2013-06-10 | indexamajig: Fix default integration method | Thomas White | |
2013-06-10 | Add comment | Thomas White | |
2013-06-06 | Update docs | Thomas White | |
2013-06-02 | Fix RG delta output, and write only if actually calibrated | Thomas White | |
2013-06-02 | Refine rigid group positions and orientations | Thomas White | |
2013-06-02 | Fix const for MOSFLM space group | Thomas White | |
2013-06-02 | Rigid group stuff | Thomas White | |
2013-06-01 | Fix multiple small memory leaks | Thomas White | |
2013-06-01 | Fix lying comment | Thomas White | |
2013-06-01 | Extreme fussiness | Thomas White | |
2013-06-01 | Fix memory leaks | Thomas White | |
2013-06-01 | Calculate reference profile for all pixels in peak box | Thomas White | |
This makes no difference to the actual profile fitting, which only uses the peak region. It just makes it easier to see if the reference profile is sensible or not. | |||
2013-06-01 | More space in reference profile display | Thomas White | |
2013-06-01 | prof2d: Use the same mask as rings | Thomas White | |
2013-06-01 | Don't update integrated location from centroid after integration | Thomas White | |
2013-06-01 | Complain if an HDF5 field doesn't exist | Thomas White | |
2013-06-01 | Fix rounding of pixel coordinates | Thomas White | |
2013-05-31 | Remove duplicate (and incorrect) box boundary check | Thomas White | |
2013-05-31 | Clear screen before showing new peak box or reference profile | Thomas White | |
2013-05-31 | Initialise reference_den to zero | Thomas White | |
2013-05-31 | Initialise box offsets to zero | Thomas White | |
2013-05-31 | Write final coordinates to the right place | Thomas White | |
2013-05-31 | Fix a silly mistake | Thomas White | |
2013-05-30 | Include initial centering offset in stream | Thomas White | |
2013-05-30 | Update peak coordinates after integration | Thomas White | |
2013-05-30 | Remove unused parameter | Thomas White | |
2013-05-30 | Fix uninitialised saturation flag | Thomas White | |
2013-05-30 | Fussiness (extreme) | Thomas White | |
2013-05-30 | Fix dummy ReAx prototype (again) | Thomas White | |
2013-05-30 | indexamajig: Get rid of --min-integration-snr | Thomas White | |
This functionality belongs in process_hkl. |