From 1f02539c192e1c400474ea480341ccefb49eaf36 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 10 Mar 2021 14:30:18 +0100 Subject: indexamajig: Add --wavelength-estimate This is a more sensible non-indexer-specific and non-Xray-specific replacement for --pinkIndexer-override-photon-energy --- libcrystfel/src/indexers/pinkindexer.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/indexers/pinkindexer.h') diff --git a/libcrystfel/src/indexers/pinkindexer.h b/libcrystfel/src/indexers/pinkindexer.h index 57df5f62..fc2714c8 100644 --- a/libcrystfel/src/indexers/pinkindexer.h +++ b/libcrystfel/src/indexers/pinkindexer.h @@ -3,11 +3,12 @@ * * Interface to PinkIndexer * - * Copyright © 2017-2020 Deutsches Elektronen-Synchrotron DESY, + * Copyright © 2017-2021 Deutsches Elektronen-Synchrotron DESY, * a research centre of the Helmholtz Association. * * Authors: * 2017-2019 Yaroslav Gevorkov + * 2021 Thomas White * * This file is part of CrystFEL. * @@ -40,7 +41,8 @@ extern int run_pinkIndexer(struct image *image, void *ipriv); extern void *pinkIndexer_prepare(IndexingMethod *indm, UnitCell *cell, struct pinkIndexer_options *pinkIndexer_opts, - const DataTemplate *dtempl); + const DataTemplate *dtempl, + double wavelength_estimate); extern void pinkIndexer_cleanup(void *pp); -- cgit v1.2.3