Peter Willendrup
Peter Willendrup
Annoyingly it looks like Ubuntu have packaged an "rc" labled package for 20.04: ``` dpkg -l python3-pyqtgraph Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-=================-============-============-================================================...
Hello @Rohit-Raut, For documentation on MCPL, the best place to look is in fact over at https://mctools.github.io/mcpl/ . Looking at https://mctools.github.io/mcpl/hooks/ however, I don't think we have a readily available...
Hi @vribgar, As I remember the Unix shell script `get_xray_db_data` in `mcxtrace-comps/data` (and present in your `${MCXTRACE}/data` folder) is meant for this purpose. The tool silently assumes that `bash` is...
Admittedly a rewrite using e.g. Python would be better, platform independent and more user friendly....
I guess we can make/should do with int... :)
It seems that on the affected system numpy arrived via pip - uninstalling that and `conda install numpy=1.26.4` seemed to fit the issue.
It seems the solution is to push ``` #ifdef USE_MPI if (merge_mpi && mpi_node_count > 1) { mcpl_close_outfile(outputfile); } else { mcpl_closeandgzip_outfile(outputfile); } #else mcpl_closeandgzip_outfile(outputfile); #endif ``` from `SAVE` to...
@g5t you are completely right!
A number of existing instruments may include `SPLIT` on the first element of a `GROUP` - so I am currently aiming for a fatal error in case of any later...