aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/mosflm.c
AgeCommit message (Collapse)Author
2020-01-10Mass update of copyright datesThomas White
2019-08-29mosflm: Rename check_cell to check_mosflm_cellThomas White
Avoids duplicated function name
2019-05-07Update all source code comments to Doxygen formatThomas White
2018-09-28mosflm: Check for existence of unit cell before checking centeringThomas White
2018-09-25Add warning about monoclinic I cells when using MosflmThomas White
2018-09-20Don't give P centering to Mosflm when not providing cell parametersThomas White
It's supposed to ignore it, but apparently it doesn't.
2018-07-10Delete mosflm.lp and SUMMARY when cleaning up temporary folderThomas White
2018-06-28Tidy up files created by Mosflm and Felix during probeThomas White
2018-06-28Remove worker process numbers from temporary filenamesThomas White
Since we've had the separate worker folders for a long time, it's not needed any more. Removing them will make the temporary folders easier to clean up.
2018-06-14Add CMake check to find forkpty()Thomas White
2018-05-07Workaround for Mosflm detector description handling in 7.2.2Thomas White
2018-01-19Clean up indexing method probesThomas White
2017-10-23Check return values from fread/fgetsThomas White
2017-10-18Check that dirax,felix,mosflm or xds are available at the startThomas White
Avoids a confusing error message later.
2017-10-18Add probe functions to indexing methodsThomas White
2017-09-22Don't send detector and tolerance to indexing methodsThomas White
The detector isn't used for anything, and the tolerance is none of their business.
2017-09-22Mosflm: Recognise P3 as hexagonal P latticeThomas White
2017-09-22If no cell params or lattice type, set nocell/nolatt at top levelThomas White
Another thing that the indexing engines don't need to be repsonsible for.
2017-09-15Simplify indexing optionsThomas White
mosflm-cell-nolatt-multi-refine-bad-retry.... it's all getting a bit too much. This commit removes all the options from the indexing methods except for the prior information flags (cell/nocell and latt/nolatt). All the other options are now given at the top level with new indexamajig options, e.g. --no-multi and --no-retry. They are applied to all the methods, with no option to (say) use retry for one method and not for another. This also makes the "peak alignment test" default to OFF, and multi-lattice indexing ON. I think that the prediction refinement does a good enough job of checking the validity of indexing solutions, allowing us to turn off the alignment check which filters out most multi-lattice solutions.
2017-08-31Set first argument when running external indexing programsThomas White
This makes sure they have names in process displays.
2017-07-06Indexing engine private pointers should be void *Thomas White
2016-09-07Mosflm: Create fake coordinates taking detector z into accountThomas White
2016-07-28Check return values when writing to Mosflm or DirAxThomas White
2016-07-01No more slab-relative coordinates in libcrystfelThomas White
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