I saw this issue, which is probably where some care needs to be made when creating a file: ~/project/cassini/research-git/cassini-rpws-wideband-pds4 binus> more farias.2.stderr X11 forwarding request failed on channel 0 welcome to autoplot (20260223a) Apr 08, 2026 12:21:32 PM org.autoplot.AutoplotUI main INFO: welcome to autoplot (20260223a) Running batch job... Apr 08, 2026 12:21:33 PM org.autoplot.AutoplotUI$142$4 run SEVERE: null java.nio.file.FileAlreadyExistsException: /home/jbf/project/cassini/research-git/cassini-rpws-wideband-pds4/output1/main.batch.pending...
I saw this issue, which is probably where some care needs to be made when creating a file: ` ~/project/cassini/research-git/cassini-rpws-wideband-pds4 binus> more farias.2.stderr X11 forwarding request failed on channel 0 welcome to autoplot (20260223a) Apr 08, 2026 12:21:32 PM org.autoplot.AutoplotUI main INFO: welcome to autoplot (20260223a) Running batch job... Apr 08, 2026 12:21:33 PM org.autoplot.AutoplotUI$142$4 run SEVERE: null java.nio.file.FileAlreadyExistsException: /home/jbf/project/cassini/research-git/cassini-rpws-wideband-pds4/output1/main.batch.pending...
Run batch tool file format
This is allowed: setScriptDescription('''Darrelle found a bug where she had two parameters with the same name (timerange). Old Autoplots allowed this, obscuring the bug.''') branch= getParam('branch',1,'Which branch',[1,2]) if branch==1: week= getParam('week','2026-04-03/P7D') outer= getParam('outer','2026-01-01/now') else: week= getParam('week','2026-04-03/P7D') outer= getParam('outer','2025-01-01/2026-01-01') print week print outer
Darrelle was affected by this new feature. She had a script where two parameters had the same name by mistake. The script would run in old Autoplots fine, but in the new Autoplot both variables would have the last default value. This demos: setScriptDescription('''Darrelle found a bug where she had two parameters with the same name (timerange). Old Autoplots allowed this, obscuring the bug.''') week= getParam('timerange','2026-04-03/P7D') outer= getParam('timerange','2026-01-01/now') print week print...
PNGWalkTool support for PDFs?
Jython Pitfalls document
Verify HAPI NaN