aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-02-27partial_sim: Initialise image.indexed_byThomas White
2013-02-22FussinessThomas White
2013-02-22If no progress, still check if everything's finished or notThomas White
2013-02-22Avoid fclose(NULL)Thomas White
2013-02-22Avoid the use of stdio for writing to final streamThomas White
Something really weird goes on when using stdio
2013-02-22Keep Valgrind quietThomas White
2013-02-22Move processing pipeline to separate fileThomas White
2013-02-22Create temporary folders only when necessaryThomas White
They might already exist if a previous worker process died and was restarted.
2013-02-22Even more robust stream handlingThomas White
2013-02-22More robust stream marshallingThomas White
2013-02-19Fix incorrect path in stream (which broke check-near-bragg et al.)Thomas White
2013-02-19D'ohThomas White
2013-02-19Don't add ../../ to the filename if it's already absoluteThomas White
2013-02-18Use a different folder for each worker processThomas White
2013-02-18indexamajig: Remove --verbose optionThomas White
This hasn't done anything at all since the new indexing subsystem, and hasn't done anything useful for a lot longer.
2013-02-18Whoops: what was labelled as "gradient" was actually "squared gradient"Thomas White
2013-02-15FussinessThomas White
2013-02-12Don't lose the last chunks from each workerThomas White
2013-02-11Improve and fix stream marshallingThomas White
2013-02-09Fussiness, formatting and SPOTThomas White
2013-02-09Fix optionsThomas White
2013-02-09Rework indexamajig option processingThomas White
2013-02-09Add '--res-cutoff'Thomas White
2013-02-09uncenter_cell: Free transformation if it's not needed by the callerThomas White
2013-02-09Restore control over what goes in the streamThomas White
2013-02-09Clarify lattice type informationThomas White
2013-02-09hdfsee: Tidy up confusing error messageThomas White
2013-02-08Small tweaksThomas White
2013-02-08Put the command line back in the streamThomas White
2013-02-08Update docs, comments etcThomas White
2013-02-06Some small(ish) fixesThomas White
2013-02-06Fix process_hklThomas White
2013-02-06StuffThomas White
2013-02-06Stuff for partial_simThomas White
2013-02-06Stuff for partialatorThomas White
2013-02-05WIP on updating partialatorThomas White
2013-02-05Fixes for indexing pipelineThomas White
2013-02-05Indexing pipeline - "done"!Thomas White
2013-02-05WIP on bringing programs up to dateThomas White
2013-02-04Indexing stuffThomas White
2013-01-10Handle '?' return value from getopt_long()Thomas White
2013-01-10FormattingThomas White
2013-01-10Document compare_hkl --intensity-shellsThomas White
2013-01-10indexamajig: Add --integrate-foundThomas White
2013-01-04compare_hkl: Add --intensity-shellsThomas White
2012-12-14Beam and detector geometry don't need to be copiedThomas White
The did when this was all done with threads, but with separate processes each worker has its own copy of the structure already. It can be updated after every image and freed at the end.
2012-12-14WhitespaceThomas White
2012-12-13more user options for beam photon energyChun Hong Yoon
2012-12-05process_hkl: Add --min-measurementsThomas White
2012-12-05Add a FIXMEThomas White