aboutsummaryrefslogtreecommitdiff
path: root/julia
AgeCommit message (Expand)Author
2024-04-24Julia: Add 'setreflections!' to add a RefList for a Crystal in an imageThomas White
2024-04-24Julia: Avoid making a list of NothingThomas White
2024-04-16alignment-test.jl: Plot shift/sigma (pull value)Thomas White
2024-04-16alignment-test.jl: Round peak coordinates to one pixel, to get realistic errorsThomas White
2024-02-27alignment_test.jl: Break plotting routine into 3Thomas White
2024-02-27Julia: Do polarisation correction via CrystFEL functionThomas White
2024-02-27Julia: Move merging utils to separate moduleThomas White
2024-02-26process_hkl.jl: Add polarisation correctionThomas White
2024-02-26Julia: RefList: Return indices as vectors, not tuplesThomas White
2024-02-26Julia: UnitCell: Add accessors for cell parameters and basis vectorsThomas White
2024-02-22julia/process_hkl.jl: Abstract stable running mean/varianceThomas White
2024-02-21Julia: Set finalizers for RefList and Crystal when taken from imageThomas White
2024-02-21Julia: chunkread: Expose option for reconstructing image data arrays/detgeomThomas White
2024-02-21Julia: RefList: Return nothing if no reflections in listThomas White
2024-02-21julia/process_hkl.jl: Break into routines, add correction functionThomas White
2024-02-19Julia: Add Base.get!(::Reflist, indices)Thomas 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