aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-02-22Don't try later cells and algorithms if successfulThomas White
Also fix a memory leak
2012-02-22Try other cellsThomas White
2012-02-22indexamajig: Remove "--check-sanity" optionThomas White
Why wouldn't you want sane results?
2012-02-22Remove solid angle correctionThomas White
It's never correct when using "bucket" integration, and always correct when using "pixel" integration, so don't give the option.
2012-02-22How about we actually run MOSFLM?Thomas White
This would be good, no?
2012-02-22Fix MOSFLM_VERBOSEThomas White
2012-02-22wait() for autoindexers properlyThomas White
2012-02-22Fix MOSFLM messagesThomas White
2012-02-22Tidy up DirAx autoindexing a littleThomas White
2012-02-22Don't stop just because the first indexer returned no unit cellThomas White
2012-02-22Refactor MOSFLM autoindexing to use a PTYThomas White
2012-02-22Revert "Remove row-crossing stuff since it should not be needed"Thomas White
This reverts commit a043b3cb7cd57da3f5f7feb9d470d1e771f5b664. Conflicts: src/hrs-scaling.c
2012-02-22Get normalisation rightThomas White
2012-02-22Don't duplicate symbols with GSL fudgeThomas White
2012-02-22More GSL fudgingThomas White
2012-02-22Remove unused includeThomas White
2012-02-22Add an option to fudge CBLAS if necessaryThomas White
2012-02-22This plus sign should be a minusThomas White
2012-02-22Beginnings of Fox & Holmes methodThomas White
2012-02-22No really, don't forget to exit()Thomas White
2012-02-22Describe cause of select() failureThomas White
2012-02-22Don't forget to exit()...Thomas White
2012-02-22Run MOSFLM in a subprocess to avoid blocking SIGCHLDThomas White
2012-02-22Get DirAx stuff out of "struct image"Thomas White
2012-02-22process_hkl: Fix optionsThomas White
2012-02-22Fix previous commitThomas White
2012-02-22compare_hkl: Don't lieThomas White
2012-02-22Tidy upThomas White
2012-02-22Prefix STATUS() and ERROR() messages with a unique thread number, where ↵Thomas White
appropriate
2012-02-22Remove old src/Makefile.{in,am}Thomas White
2012-02-22Show failing filename for MOSFLM outputThomas White
2012-02-22Don't advance counter in for loopThomas White
2012-02-22FussinessThomas White
2012-02-22Remove row-crossing stuff since it should not be neededThomas White
2012-02-22Scaling matrix is symmetricThomas White
2012-02-22Remove --write-drx option and simplify codeThomas White
2012-02-22Update docsThomas White
2012-02-22More work on scalingThomas White
2012-02-22Fix safe_basename()Thomas White
2012-02-22Implement "multi-indexing"Thomas White
2012-02-22More work on scalingThomas White
2012-02-22SPOT for image sizeThomas White
2012-02-22FussinessThomas White
2012-02-22Be consistent with HDF5 array specificationThomas White
http://www.hdfgroup.org/HDF5/doc/UG/UG_frame12Dataspaces.html says: "Dataspace dimensions are numbered from 1 to rank. HDF5 uses C storage conventions, assuming that the last listed dimension is the fastest-changing dimension and the first-listed dimension is the slowest changing."
2012-02-22"facetron" is now known as "partialator"Thomas White
2012-02-22Fix grammarThomas White
2012-02-22Move some build files to build-aux/Thomas White
2012-02-22remove old NEWMAT file prior to running mosflmRichard Kirian
2012-02-22Remove unneeded headersThomas White
2012-02-22WhitespaceThomas White