Hi All,
Apologies for the confusion. The short answer is that
currently there is no way for you to automatically populate fields in Python scripts when launching from Insight. However, we have previously discussed the functionality you are looking for: Using a conventionally-named Python script parameter that Insight recognizes and populates like you've described. E.g. Image_IDs.
The current status is that Insight allows you to browse all the Python scripts uploaded to the server, launch them from Insight and generate a UI on the fly for filling out the various parameters.
In addition, we have added "Custom- hard-coded UIs" in Insight for some of our Python scripts that we thought would benefit from a nicer client UI. These can be distinguished in the drop-down scripts menu by the different icon (with the cogs on) and can also be accessed from the 'Figure Export' (grid icon) to the left of the script-launch button.
This is briefly mentioned towards the end of this demo movie:
http://cvs.openmicroscopy.org.uk/snapsh ... Export.movI guess mixing these "Official" scripts in with those that have a 'UI on the fly' has just been confusing.
Will.