Xml file recovery

Hi Chris,

I accidentally deleted an experiment between commits. I’m not sure what the straightforward way to recover it from the datafile is (I’m using pymworks and I don’t have a Mac with Matlab immediately handy). Do you mind pulling the experiment from this datafile for me?

Thanks,
Evan

Hi Evan,

I’ve attached the experiment XML and the Python script I used to extract it. To use the script:

python extract_experiment_xml.py events.mwk > exp.xml

Chris

Attachment: extract_experiment_xml.py (454 Bytes)

Thanks!