You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AS was implemented historically in hextof-processor, it was requested to make a class method in the processor which prints a description of relevant and statistical information about the runs loaded. Some examples are:
number of pulses
number of electron counts
electrons/pulse electrons/second
loaded channels
start and end time of the acquisition
run number(s)
Some of this metadata can be infered (in the case of FLASH) from the intermediate parquets. These should be gathered and made available not only in the loader but as part of the metadata in the processor instance.
Ohter data which needs to read the numbers could be computed in the dataframe generation step. This needs more thought though...
Moreover, this can be generalized to any system if the method searches for the metadata available to print, and based on what is implemented, different systems will report different information.
At FLASH, Some information might be also gathered from SciCat.
The text was updated successfully, but these errors were encountered:
in #262 is related, as some of the functionalities proposed to be ported from hextof-processor can be used to feed the info panel (as column statistics)
AS was implemented historically in hextof-processor, it was requested to make a class method in the processor which prints a description of relevant and statistical information about the runs loaded. Some examples are:
Some of this metadata can be infered (in the case of FLASH) from the intermediate parquets. These should be gathered and made available not only in the loader but as part of the metadata in the processor instance.
Ohter data which needs to read the numbers could be computed in the dataframe generation step. This needs more thought though...
Moreover, this can be generalized to any system if the method searches for the metadata available to print, and based on what is implemented, different systems will report different information.
At FLASH, Some information might be also gathered from SciCat.
The text was updated successfully, but these errors were encountered: