Resolve "Get the URL of the next scan"
Closes #3415
For data processing, we often want to start the processing before the scan starts. For that we need to know the URL's of where the data will be before the scan has run.
scan = loopscan(10, 0.1, diode, run=False)
start_processing(scan.get_urls())
scan.run()
Edited by Wout De Nolf