EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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  <20212022  2023  2024  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  <20212022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: AreaDetector FrameType
From: "Jemian, Pete R. via Tech-talk" <tech-talk at aps.anl.gov>
To: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Wed, 12 May 2021 17:04:53 +0000
Here's a Jupyter notebook with an example using Bluesky:

https://nbviewer.jupyter.org/github/BCDA-APS/use_bluesky/blob/main/lessons/sandbox/images_darks_flats.ipynb

On 5/12/2021 11:51 AM, Mark Rivers via Tech-talk wrote:
> Hi David,
> 
> ØBut i can't find a description for how to use it in the docs or the code.
> 
> **
> 
> ADFrameType is used to tell the driver what type of frame to collect: 
> normal, background, flat field, etc.  This is mainly used by drivers 
> that can perform the background and/or flat-field corrections in the 
> vendor SDK, often using an FPGA.
> 
> There appear to be 6 drivers that currently use ADFrameType.  This is a 
> list of those drivers determined using “find”.
> 
> ****************
> 
> corvette:~/devel/areaDetector>find . -name '*.cpp' -exec grep -H 
> FrameType {} \;
> 
> ./ADDexela/dexelaApp/src/Dexela.cpp:    
> getIntegerParam(ADFrameType,         &frameType);
> 
> ./ADDexela/dexelaApp/src/Dexela.cpp:    setIntegerParam(ADFrameType, 
> ADFrameNormal);
> 
> ./ADDexela/dexelaApp/src/Dexela.cpp:    setIntegerParam(ADFrameType, 
> ADFrameBackground);
> 
> ./ADDexela/dexelaApp/src/Dexela.cpp:    setIntegerParam(ADFrameType, 
> ADFrameFlatField);
> 
> ./ADBruker/brukerApp/src/BISDetector.cpp:        
> getIntegerParam(ADFrameType, &frameType);
> 
> ./ADPixirad/pixiradApp/src/pixirad.cpp:    status |= 
> setIntegerParam(ADFrameType, FTOneColorLow);
> 
> ./ADPixirad/pixiradApp/src/pixirad.cpp:    getIntegerParam(ADFrameType, 
> &frameType);
> 
> ./ADPixirad/pixiradApp/src/pixirad.cpp:    getIntegerParam(ADFrameType, 
> &frameType);
> 
> ./ADPixirad/pixiradApp/src/pixirad.cpp:        
> getIntegerParam(ADFrameType, &frameType);
> 
> ./ADPixirad/pixiradApp/src/pixirad.cpp:    } else if ((function == 
> ADFrameType) ||
> 
> ./ADPCO/pcoApp/src/pco.cpp:  if (getIntParam(ADFrameType) == 
> ADFrameNormal)  // normal
> 
> ./ADPCO/pcoApp/src/pco.cpp:  else if (getIntParam(ADFrameType) == 
> ADFrameBackground)  // dark
> 
> ./ADPCO/pcoApp/src/pco.cpp:  else if (getIntParam(ADFrameType) == 
> ADFrameFlatField)  // white flood
> 
> ./ADmarCCD/marCCDApp/src/marCCD.cpp:    getIntegerParam(ADFrameType, 
> &frameType);
> 
> ./ADmarCCD/marCCDApp/src/marCCD.cpp:    getIntegerParam(ADFrameType, 
> &frameType);
> 
> ./ADmarCCD/marCCDApp/src/marCCD.cpp:        getIntegerParam(ADFrameType, 
> &frameType);
> 
> ./ADPhotonII/PhotonIIApp/src/PhotonII.cpp:        
> getIntegerParam(ADFrameType, &frameType);
> 
> ****************
> 
> The Dexela and marCCD drivers are probably the best ones to look at.
> 
> Mark
> 
> *From:*Tech-talk <tech-talk-bounces at aps.anl.gov> *On Behalf Of *David 
> Vine via Tech-talk
> *Sent:* Wednesday, May 12, 2021 11:11 AM
> *To:* tech-talk at aps.anl.gov
> *Subject:* AreaDetector FrameType
> 
> Hi all,
> 
> I see the frame type enum definition in ADCore:
> 
> typedef enum
> {
>      ADFrameNormal,          /**< Normal frame type */
>      ADFrameBackground,      /**< Background frame type */
>      ADFrameFlatField,       /**< Flat field (no sample) frame type */
>      ADFrameDoubleCorrelation      /**< Double correlation frame type, 
> used to remove zingers */
> } ADFrameType_t
> 
> But i can't find a description for how to use it in the docs or the code.
> 
> Could someone point me to the documentation or an example?
> 
> Thanks,
> 
> David
> 
> This email and any files transmitted with it are confidential and 
> intended solely for the use of the individual or entity to whom they are 
> addressed. If you have received this email in error, please notify the 
> system manager. This message contains confidential information and is 
> intended only for the individual named. If you are not the named 
> addressee, you should not disseminate, distribute or copy this email. 
> Please notify the sender immediately by email if you have received this 
> email by mistake and delete this email from your system. If you are not 
> the intended recipient, you are notified that disclosing, copying, 
> distributing or taking any action in reliance on the contents of this 
> information is strictly prohibited
> 

-- 
----------------------------------------------------------
Pete R. Jemian, Ph.D.                 <jemian at anl.gov>
Beam line Controls and Data Acquisition (BC, aka BCDA)
Advanced Photon Source,    Argonne National Laboratory
Argonne, IL  60439                    630 - 252 - 3189
-----------------------------------------------------------
       Education is the one thing for which people
          are willing to pay yet not receive.
-----------------------------------------------------------



References:
AreaDetector FrameType David Vine via Tech-talk
RE: AreaDetector FrameType Mark Rivers via Tech-talk

Navigate by Date:
Prev: RE: AreaDetector FrameType Mark Rivers via Tech-talk
Next: Means of comparing alarm status with a conditional in a CALC record Wang, Andrew via Tech-talk
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  <20212022  2023  2024 
Navigate by Thread:
Prev: RE: AreaDetector FrameType Mark Rivers via Tech-talk
Next: Means of comparing alarm status with a conditional in a CALC record Wang, Andrew via Tech-talk
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  <20212022  2023  2024 
ANJ, 12 May 2021 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·