aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/mosflm.c
AgeCommit message (Collapse)Author
2016-01-30indexamajig: Restore --no-refineThomas White
Adds yet another indexing option...
2016-01-08Make indexing "retry" and "multi" optionalThomas White
2015-09-14Fix space in Mosflm commandThomas White
2015-09-14Revert "Use old MOSFLM indexing command when using -nocell"Thomas White
This reverts commit d75b852f52b244796c0386c4f21cf36ca5bfcf70.
2015-07-20Use old MOSFLM indexing command when using -nocellThomas White
2015-06-25Set MOSFLM default flags to include cell parameters, and add some checksThomas White
2015-06-25Try "mosflm" first, then try "ipmosflm" if it doesn't workThomas White
This allows a smooth transition from CCP4 to standalone version of mosflm, and hence an easy upgrade to newer versions.
2015-06-19Tidy up new MOSFLM codeThomas White
2015-06-19Send prior cell information to MOSFLM.Takanori Nakane
Prior-cell algorithm will be available in the next public relase of MOSFLM. (Old version of MOSFLM simply ignores prior-cell keywords so that this change doesn't do any harm)
2014-12-01Improve MOSFLM feedbackThomas White
2014-11-26Read unique axis from unit cell (.cell) filesThomas White
... and fix the MOSFLM logic again.
2014-11-25Update mosflm logic for axis permutation warning, now that unit cell ↵Thomas White
parameters aren't compulsory
2014-11-21Fix indexing flags check for mosflmThomas White
2014-09-22Beam file removal, part IThomas White
2014-09-19Introduce CrystFEL unit cell filesThomas White
2014-08-19Use Gnulib forkpty()Thomas White
2014-08-18gettimeofday() fixesThomas White
2014-05-08Strip out the "prepare_filename" rubbishThomas White
2013-09-13Monoclinic changes for MOSFLMThomas White
2013-06-02Fix const for MOSFLM space groupThomas White
2013-06-01Fix multiple small memory leaksThomas White
2013-03-01Warn about MOSFLM unit cell settingsThomas White
2013-02-19Add -cell and -nocell to indexing methodsThomas White
2013-02-15"mosflm-nolatt" should not be sending "SYMM P1"Thomas White
2013-02-15Check for lattice type should be done before calling match_cell()Thomas White
2013-02-15Use "CRYSTAL R" to avoid having to uncenter the unit cell from MOSFLMThomas White
2013-02-12Improve handling of indexing methodsThomas White
2013-02-11Add commentThomas White
2013-02-10Read lattice type and centering information back from MOSFLMThomas White
2013-02-10FormattingThomas White
2013-02-09Add cleanup functions for DirAx and MOSFLMThomas White
2013-02-09Complain if a unit cell is needed and not providedThomas White
2013-02-09Use H3 instead of H32 when asking for 'hexagonal H'Thomas White
2013-02-09MOSFLM returns 'hexagonal H' if we ask for 'rhombohedral R'. Growl.Thomas White
2013-02-09Clarify lattice type informationThomas White
2013-02-08Small tweaksThomas White
2013-02-05WIP on bringing programs up to dateThomas White
2013-02-04Indexing stuffThomas White
2012-12-03FussinessThomas White
2012-12-03Use a less scary message for EINTRThomas White
This is almost completely benign, and happens when profiling.
2012-11-21Show error information if forkpty() failsThomas White
2012-10-20Remove unused variableThomas White
2012-10-20Extreme fussinessThomas White
2012-10-19Update a commentThomas White
2012-10-19Add useful commentsThomas White
2012-10-19Switch off INVERTX for MOSFLMThomas White
2012-10-19FormattingThomas White
2012-10-11Fix MOSFLM space groups (really the last time)Thomas White
This whole idea is rubbish. There's no way to communicate the setting information via the H-M spacegroup symbol in this way, except in a few circumstances. See ITA (2005) section 4.3.
2012-10-03Fix MOSFLM space groups a (hopefully) final timeThomas White
More woes resulting from "H centering"...
2012-10-03Fix MOSFLM space groups (again)Thomas White