This code misinterprets example, thinking it must be a QDataSet: roiIntervals= [ \ '2025/20251102_01509_01614',\ '2025/20251109_01614_01718',\ '2025/20251116_01718_01823',\ '2025/20251123_01823_01927',\ '2025/20251130_01927_02031'] interval= getParam( 'interval', '2026/20260308_03389_03494', 'interval of ROIs', roiIntervals ) orbits= Orbits.getOrbitsFor('https://tracers-portal.physics.uiowa.edu/ancillary/events/tandem_rois.csv') # TODO: Check handling of ROI_03702_1 example= 'ROI_'+interval[14:19]+'_1'...
This gives incorrect MLat is not read at "MLat=None": class CrossingsPainter( Painter ): def __init__(self,ts): self.ts= ts def paint( self, g ): global roi,Type,ACI1_Time,ACI1_MLat,ACI2_Time,ACI2_MLat MLat=None if self.ts=='ts2' and not ACI2_MLat is None: MLat= ACI2_MLat ymin= 0 ymax= dom.canvases[0].height/2 elif self.ts=='ts1' and not ACI1_MLat is None: MLat= ACI1_MLat ymin= dom.canvases[0].height/2 ymax= dom.canvases[0].height else: return if not MLat is None: iMLat= dom.plots[0].xaxis.controller.dasAxis.transform(MLat)...
"Run" button in script panel should always bring up parameters dialog
It has been causing some confusion this week, that after a decorator panel is added that it doesn't go away. Maybe there should be a "fullReset()" method, so that reset() continues to behave as it has been. [menubar]->File->Reset would do a full reset.
It has been causing some confusion this week, that after a decorator panel is added that it doesn't go away. Maybe there should be a "fullReset()" method, so that reset() continues to behave as it has been.
Bug when agg field is the last item in filenames
The "Write" PNG option in run batch tool doesn't work properly
I think this has something to do with running the testagator. Oh duh, of course it does, since the testagator spawns another Autoplot. It would be fun to propagate the image back into the original, launching, Autoplot. Anyway this is not a bug.