Artiq allows for the user to override the analyze function for a given experiment. (This is really great feature by the way.) Sometimes, the analysis doesn't fit correctly, or we want to do the analysis on an older dataset. Is there a way to run just this function without rerunning the entire experiment file?
This example file from the github implies this is possible. On line 58, it says, "# Use get_dataset so that analyze can be run stand-alone." How can the analyze function be run stand-alone though?