aboutsummaryrefslogtreecommitdiff
path: root/julia/CrystFEL/src/CrystFEL.jl
AgeCommit message (Collapse)Author
2024-06-18Julia: Expose DetGeom panel hierarchyThomas White
2024-05-13Julia: Add basic wrapper for compare_reindexed_cell_parametersThomas White
2024-04-24Julia: Add 'setreflections!' to add a RefList for a Crystal in an imageThomas White
2024-02-27Julia: Move merging utils to separate moduleThomas White
2024-02-07Julia: Add allcrystals()Thomas White
2024-02-06Julia: Add "savereflist!"Thomas 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: Add asymmetricindices()Thomas White
2024-02-06Julia: Expose partiality modellingThomas White
2024-02-06Julia: translategroup: Add an exclamation pointThomas White
2024-02-06Julia: add translategroup() (and use it)Thomas White
2024-02-06Julia: Use jl_malloc etc for memory managementThomas White
2024-02-06Julia: Allow access to image.crystalsThomas White
image.crystals returns a vector of Crystal objects, while push!(image,crystal) can be used to add a new crystal.
2024-02-06Julia: Add chunkwrite()Thomas White
2024-02-06Julia: Add Millepede outputThomas White
2024-02-06Julia: Stream openingThomas White
2024-02-06Detector alignment simulation (WIP)Thomas White
2024-02-06Use wavelength and clen from DataTemplate if possibleThomas White
2024-02-06Julia: Run the indexer pipelineThomas White
2024-02-06Julia: initial indexing frameworkThomas White
2024-02-06Julia: Implement PeakListThomas White
2024-02-06Julia: add initial Crystal type and reflection predictionThomas White
2024-02-06Julia: Distinguish between merged and unmerged reflectionsThomas White
An experiment. The C interface doesn't have this distinction, but it seems like it might be helpful.
2024-02-06Julia: Better RefList iterationThomas White
If the iteration ends early, the finalizer gives us a chance to free the RefListIterator.
2024-02-06Julia: Improve UnitCell implementationThomas White
This adds Julian enums for lattice type, centering and unique axis, and a "show" method.
2024-02-06Julia: Initial UnitCell implementationThomas White
2024-02-06Julia: Add image_create_for_simulationThomas White
2024-02-06Julia: Add .so suffix to libcrystfelThomas White
Something changed when I upgraded to Fedora 38, and now finding a library from Julia in a system location (no absolute path), without the suffix (see "dlext"), no longer works. "dlext" appears to work for an absolute path, though. I don't know whether it's a Julia thing or an ld thing.
2024-02-06WIP on imagesThomas White
2024-02-06Add wrapper for detector panelsThomas White
2024-02-06Organise submodules hierarchicallyThomas White
2024-02-06Julia: WIP on RefListThomas White
2024-02-06Julia: Implement SymOpListThomas White
2024-02-06Julia: Switch to flat modulesThomas White
2024-02-06Julia: initial experimentationThomas White