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: Exporting EPICS archiver as a H5 file. |
From: | "Zhang, Tong via Tech-talk" <tech-talk at aps.anl.gov> |
To: | "Wang, Andrew" <wang126 at llnl.gov>, EPICS tech-talk <tech-talk at aps.anl.gov> |
Date: | Wed, 12 Feb 2025 14:42:58 +0000 |
Hello, The native binary data file format that Archiver Appliance is utilizing is google protobuf, its REST API returns the clients in JSON string or just the raw protobuf blob, then the clients can post-process to other formats. For instance, this is another option for Python client libraries:
https://github.com/zhangt58/PyArchAppl, the CLI tool “pyarchappl-get” provides what you need, feel free to give it a try. Cheers, Tong From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of Wang, Andrew via Tech-talk [EXTERNAL] This email originated from outside of FRIB Hi all, I am curious to know how people are creating H5 files from PVs stored in the EPICS archiver. Did you write a separate program where it retrieves PVs from the archiver before they are all packaged
into a H5 file? Thank you. |