1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 <2020> 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: DETRIS Eiger triggering |
From: | John Dobbins via Tech-talk <tech-talk at aps.anl.gov> |
To: | Bruno Martins <brunoseivam at gmail.com>, Matt Newville <newville at cars.uchicago.edu> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Tue, 17 Nov 2020 16:43:52 +0000 |
Bruno,
Thanks. That would explain it. I was taking a single series with FileWriter generating a single file.
John
From: Bruno Martins <brunoseivam at gmail.com>
Sent: Tuesday, November 17, 2020 11:40 AM To: Matt Newville <newville at cars.uchicago.edu> Cc: John Dobbins <john.dobbins at cornell.edu>; tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Re: DETRIS Eiger triggering Of note, when using the "FileWriter" source, the driver waits (polls) until there are new files available on the detector's disk, then downloads the HDF5 files, then opens them and puts the contents in the areaDetector pipeline. If you are acquiring a
small number of frames, or if you have set a large amount of frames per file, then you will only see the frame number increasing at the end of the acquisition, since probably all frames will fall into a single HDF5 file.
One way to test this is to lower your frames per file setting to be a fraction of the total number of frames expected. Then you will see the number of frames increasing in bursts (one burst every time a new data file is available).
Bruno On Tue, Nov 17, 2020 at 11:15 AM Matt Newville via Tech-talk <tech-talk at aps.anl.gov> wrote:
|