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: Alignment mode for AreaDetectors? |
From: | "Miceli, Antonino via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Rivers, Mark L." <rivers at cars.uchicago.edu> |
Cc: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 12 May 2022 17:26:51 +0000 |
Hi Mark and Mark,
I think the issue is that former users of the Pilatus really used the Alignment frequently and now are using the Eiger which is slightly different.
I think what they really like is the ability to leave alignment running for a very long time (~hours) without having to make NumImages very large.
Nino
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Mark Rivers via Tech-talk <tech-talk at aps.anl.gov>
Sent: Thursday, May 12, 2022 12:12 PM To: Miceli, Antonino <amiceli at anl.gov> Cc: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: RE: Alignment mode for AreaDetectors? Hi Nino,
Ø The Pilatus detector had a popular mode called alignment which came with the detector SDK; essentially this mode would overwrite to the same file and continue until the stop button was pressed.
That mode is not part of the SDK, it was something I created in the ADPilatus driver. All it does is to set NumImages=1 and to tell camserver to keep writing to the same file called “alignment.tif”. It reads back the data from alignment.tif and does callbacks to all registered plugins, just as for regular data collection mode.
Ø Is there a clean/easy way to emulate this for other areadetectors? (I know I can disable all the file writing plugins.)
There is no need to disable the file writing plugins, although you would probably want to disable AutoSave in each file plugin if that is enabled. But that is no different than the ADPilatus in alignment mode: if AutoSave is enabled for a file plugin when using the ADPilatus driver then files will be written even in alignment mode.
Perhaps I am not understanding the question. What is it that works for you with the ADPilatus in alignment mode that does not work with other detectors, and which detector in particular are you asking about? As Mark E. said if you are using a driver that always writes files then you can just disable auto-increment to avoid creating many files.
Mark
From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Miceli, Antonino via Tech-talk
Hi,
The Pilatus detector had a popular mode called alignment which came with the detector SDK; essentially this mode would overwrite to the same file and continue until the stop button was pressed.
Is there a clean/easy way to emulate this for other areadetectors? (I know I can disable all the file writing plugins.)
Thanks, Nino
|