Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-22 | Fussiness | Thomas White | |
2013-02-22 | If no progress, still check if everything's finished or not | Thomas White | |
2013-02-22 | Avoid fclose(NULL) | Thomas White | |
2013-02-22 | Avoid the use of stdio for writing to final stream | Thomas White | |
Something really weird goes on when using stdio | |||
2013-02-22 | Keep Valgrind quiet | Thomas White | |
2013-02-22 | Move processing pipeline to separate file | Thomas White | |
2013-02-22 | Create temporary folders only when necessary | Thomas White | |
They might already exist if a previous worker process died and was restarted. | |||
2013-02-22 | Even more robust stream handling | Thomas White | |
2013-02-22 | More robust stream marshalling | Thomas White | |
2013-02-19 | Fix incorrect path in stream (which broke check-near-bragg et al.) | Thomas White | |
2013-02-19 | D'oh | Thomas White | |
2013-02-19 | Don't add ../../ to the filename if it's already absolute | Thomas White | |
2013-02-18 | Use a different folder for each worker process | Thomas White | |
2013-02-18 | indexamajig: Remove --verbose option | Thomas 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-18 | Whoops: what was labelled as "gradient" was actually "squared gradient" | Thomas White | |
2013-02-15 | Fussiness | Thomas White | |
2013-02-12 | Don't lose the last chunks from each worker | Thomas White | |
2013-02-11 | Improve and fix stream marshalling | Thomas White | |
2013-02-09 | Fussiness, formatting and SPOT | Thomas White | |
2013-02-09 | Fix options | Thomas White | |
2013-02-09 | Rework indexamajig option processing | Thomas White | |
2013-02-09 | Add '--res-cutoff' | Thomas White | |
2013-02-09 | uncenter_cell: Free transformation if it's not needed by the caller | Thomas White | |
2013-02-09 | Restore control over what goes in the stream | Thomas White | |
2013-02-09 | Clarify lattice type information | Thomas White | |
2013-02-09 | hdfsee: Tidy up confusing error message | Thomas White | |
2013-02-08 | Small tweaks | Thomas White | |
2013-02-08 | Put the command line back in the stream | Thomas White | |
2013-02-08 | Update docs, comments etc | Thomas White | |
2013-02-06 | Some small(ish) fixes | Thomas White | |
2013-02-06 | Fix process_hkl | Thomas White | |
2013-02-06 | Stuff | Thomas White | |
2013-02-06 | Stuff for partial_sim | Thomas White | |
2013-02-06 | Stuff for partialator | Thomas White | |
2013-02-05 | WIP on updating partialator | Thomas White | |
2013-02-05 | Fixes for indexing pipeline | Thomas White | |
2013-02-05 | Indexing pipeline - "done"! | Thomas White | |
2013-02-05 | WIP on bringing programs up to date | Thomas White | |
2013-02-04 | Indexing stuff | Thomas White | |
2013-01-10 | Handle '?' return value from getopt_long() | Thomas White | |
2013-01-10 | Formatting | Thomas White | |
2013-01-10 | Document compare_hkl --intensity-shells | Thomas White | |
2013-01-10 | indexamajig: Add --integrate-found | Thomas White | |
2013-01-04 | compare_hkl: Add --intensity-shells | Thomas White | |
2012-12-14 | Beam and detector geometry don't need to be copied | Thomas 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-14 | Whitespace | Thomas White | |
2012-12-13 | more user options for beam photon energy | Chun Hong Yoon | |
2012-12-05 | process_hkl: Add --min-measurements | Thomas White | |
2012-12-05 | Add a FIXME | Thomas White | |
2012-12-04 | get_hkl: Fix a segfault | Thomas White | |