Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-15 | scripts/install-indexers: Mention that you have to modify the script | Thomas White | |
2022-12-02 | scripts/install-indexers: Handle various platforms | Thomas White | |
Previously, it assumed Linux and x86_64 Fixes: https://gitlab.desy.de/thomas.white/crystfel/-/issues/74 | |||
2022-08-24 | scripts/peakogram-stream: Better handling of multiple streams | Thomas White | |
This allows the "-i" option to be given multiple times, instead of having to concatenate the streams via stdin. | |||
2022-08-24 | detector-shift: Better handling of multiple input streams | Thomas White | |
Previously, the only way to process more than one stream was to concatenate them via stdin. Now, you can give '--' followed by a list of streams. The '--' is needed to distinguish from the situation where a geometry file is to be updated. | |||
2022-03-01 | Add scripts/install-indexers | Thomas White | |
2021-05-17 | Resolve FIXMEs and TODOs | Thomas White | |
Prompted by the article linked below, for each FIXME/TODO I've either referenced an issue in the tracker, or removed it if it's not worth fixing. https://schleiss.io/plotting-source-code-todos-for-open-source-projects | |||
2021-04-23 | Improve documentation about reflection data export | Thomas White | |
2021-04-08 | Fix bugs in gen-sfs-ano | Thomas White | |
2021-04-01 | Fix authorship for stream2sol.py | Thomas White | |
2021-04-01 | FromFile indexer, stream2sol.py: Remove space escaping | Thomas White | |
This isn't necessary after all, for the same reason that im-sandbox doesn't need escaping: it can count off the fields where spaces aren't allowed, and anything left is the filename. I was over-thinking things. | |||
2021-03-31 | FromFile indexer, stream2sol.py: Handle spaces in filename | Thomas White | |
2021-03-31 | FromFile indexer, stream2sol.py: Add/update copyright comments | Thomas White | |
2021-03-31 | stream2sol.py: Remove --include-pars | Thomas White | |
These are now obsolete, and the distributed version of CrystFEL will choke on them. | |||
2021-03-31 | stream2sol.py: Remove unused definitions | Thomas White | |
2021-03-31 | stream2sol.py: Add lattice type, centering and unique axis | Thomas White | |
2021-03-31 | stream2sol.py: Strip trailing whitespace | Thomas White | |
2021-03-31 | stream2sol.py: Initial import | Thomas White | |
2020-11-12 | Add scripts/make-csplit | Thomas White | |
2020-09-22 | Remove old scripts | Thomas White | |
2020-09-10 | scripts/display-hdf5: Open file in read-only mode | Thomas White | |
2020-08-05 | Add scripts/display-hdf5 | Thomas White | |
2020-05-12 | scripts/*2hkl: Add reflection list header | Thomas White | |
2020-03-05 | transfer-geom: Only write coffset for panels which have them | Thomas White | |
2020-03-05 | plot-pr-contourmap: Don't use "print" | Thomas White | |
Makes it compatible with Python 3 | |||
2020-02-04 | extract-geom: Remove extra newlines | Thomas White | |
2020-01-10 | Remove scripts/cell-please | Thomas White | |
Replaced by cell_explorer many years ago | |||
2020-01-10 | Mass update of copyright dates | Thomas White | |
2019-11-13 | extract-geom: Fix newline | Thomas White | |
2019-09-09 | turbo-index-slurm: Remove --workdir option | Thomas White | |
In the latest version, it's been renamed to --chdir. But it's not necessary anyway. The default working directory is the sbatch caller's directory. | |||
2019-07-17 | scripts/plot-pr: Allow the use of folder names other than "pr-logs" | Thomas White | |
2019-06-21 | scripts/plot-pr-contourmap: Allow the use of folder names other than "pr-logs" | Thomas White | |
2019-06-19 | Rename scripts/plot-contourmap -> scripts/plot-pr-contourmap | Thomas White | |
2019-04-12 | move-entire-detector: Add z direction | Thomas White | |
2019-03-15 | extract-geom: Don't add extra newlines | Thomas White | |
2019-03-06 | turbo-index-slurm: Comment out --nice value | Thomas White | |
It's not needed as long as the queue implements proper fair sharing between users. | |||
2019-03-05 | check-{near-bragg,peak-detection}: Give better errors | Thomas White | |
2019-02-08 | scripts/plot-contourmap: Specify colours of contour lines | Thomas White | |
2018-12-11 | scripts/detector-shift: Click to choose different center | Chun Hong Yoon | |
2018-11-13 | Add some new scripts | Thomas White | |
2018-09-16 | scripts/sum-peaks: Accept - for stdin | Thomas White | |
2018-09-14 | Update turbo-index-lsf to match turbo-index-slurm as much as possible | Thomas White | |
2018-09-02 | ave-resolution: Accept - for stdin | Thomas White | |
2018-06-29 | Add scripts/extract-geom | Thomas White | |
2018-06-28 | Fix check-near-bragg | Thomas White | |
2018-06-22 | check-near-bragg/check-peak-detection: Give better error message | Thomas White | |
2018-06-10 | indexamajig: Estimate resolution based on peaks only | Thomas White | |
2018-05-31 | check_{peak_detection,near_bragg}: Warn if stream is older than image | Thomas White | |
2018-05-11 | Much better way of stripping the audit information out of hkl files | Thomas White | |
2018-02-27 | Add scripts/plot-pr and scripts/plot-contourmap | Thomas White | |
2018-02-08 | Add scripts/sum-hdf5-files | Thomas White | |