APS-2BM-MIC / ipython-user2bmb

ipython configurations for the tomography instrument
2 stars 5 forks source link

file number attribute #59

Closed decarlof closed 5 years ago

decarlof commented 5 years ago

Please add hdf1.file_number in the configuration attribute of MyPointGreyDetector(). For the 2bmb:PG3: this is PV 2bmbPG3:HDF1:FileNumber. I am not sure where to add it ... perhaps in the APS_BlueSky_tools/devices?

thanks

prjemian commented 5 years ago

I'm seeing this defined in class ophyd.areadetector.plugins.FilePlugin() (see). This should be added already with class MyHDF5Plugin().

Can you see pg3_det.hdf1.file_number in your area detector device? If it is not there, we have something fix.

decarlof commented 5 years ago

My bad, you are correct it is accessible as pg3_det.hdf1.file_number thanks