aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-21julia/process_hkl.jl: Break into routines, add correction functionThomas White
2024-02-20Set default flag for panel dimensionsThomas White
2024-02-20tests/geom_roundtrip: Test dimension as panel-specific valueThomas White
2024-02-19Julia: Add Base.get!(::Reflist, indices)Thomas White
2024-02-19Draw attention to the need for separate Mille dirs for cluster jobsThomas White
2024-02-16CI: Remove Python installation for MacOSThomas White
2024-02-16align_detector: Add 'closeandreopen' option for MillepedeThomas White
2024-02-15GUI: Find all Mille folders for alignment taskThomas White
2024-02-15GUI: Use separate --mille-dir for each sub-jobThomas White
2024-02-08Add julia/process_hkl.jl (example program)Thomas White
2024-02-07Julia: Add allcrystals()Thomas White
2024-02-07Julia: Add push!(::RefList, hkl)Thomas White
2024-02-07Julia: RefList: index using tupleThomas White
2024-02-06Julia: Add "savereflist!"Thomas White
2024-02-06Julia: Constructor for RefList{MergedReflection}Thomas White
2024-02-06align_detector.jl: Show number of indexed framesThomas White
2024-02-06Julia: Fix docsThomas White
2024-02-06Julia: Add 'rotategroup!'Thomas White
2024-02-06Julia: Add chunkread()Thomas White
2024-02-06Julia: Add peak search algorithmsThomas White
2024-02-06Julia: Finish implementing partial_sim.jlThomas White
2024-02-06Julia: Add asymmetricindices()Thomas White
2024-02-06Julia: Add Reflection settersThomas White
2024-02-06Julia: Expose partiality modellingThomas White
2024-02-06Julia: Add push!(image, crystal, reflections)Thomas White
2024-02-06Julia: push!(image, crystal): Mark crystal as not to be freedThomas White
2024-02-06Julia: Use cfstrdup (not strdup)Thomas White
2024-02-06Julia: Get rid of crystal.reflectionsThomas White
2024-02-06Julia: Crystal: Improve show method, add accessorsThomas White
2024-02-06Julia: Fix image.peaklist memory managementThomas White
2024-02-06Julia: predictreflections: add typesThomas White
2024-02-06Julia: Add show method for ImageThomas White
2024-02-06Julia: translategroup: Add an exclamation pointThomas White
2024-02-06Tweak alignment-test.jlThomas White
2024-02-06Julia: UnitCell: Fix spurious precisionThomas White
2024-02-06Julia: Remove leftover crystal.in_imageThomas White
2024-02-06Julia: Crystal: Complain when requesting unrecognised fieldThomas White
2024-02-06Julia: Fix stack overflow with image.peaklistThomas White
2024-02-06Julia: add translategroup() (and use it)Thomas White
2024-02-06Ownership for Crystal.CellThomas White
2024-02-06Julia: MM semantics for Image.crystalsThomas White
2024-02-06Julia: Expose crystals and reflection lists from imageThomas White
2024-02-06Update alignment-test.jlThomas White
2024-02-06Julia: Use jl_malloc etc for memory managementThomas White
2024-02-06Julia: Forbid non-deep copying of a PeakListThomas White
2024-02-06Julia: Image/PeakList memory semantics (again)Thomas White
2024-02-06Julia: Make a copy of the cell when creating a CrystalThomas White
2024-02-06Julia: fix Image/PeakList memory semanticsThomas White
2024-02-06Julia: Free old peak list on re-assignmentThomas White
2024-02-06Update docsThomas White