pombreda / fits

Automatically exported from code.google.com/p/fits
GNU Lesser General Public License v3.0
0 stars 0 forks source link

[Feature Request] Tool Selection via API #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if the API would allow access to the toolbelt to 
dynamically select & deselect the tools currently in use (overriding the 
start-up configuration).

I am wrapping FITS with a GUI that also does recursive directory processing 
for our technical services employees and I would like to give them a menu to 
optionally deselect installed tools. I could do this by writing configuration 
file editors although I don't want to re-instantiate FITS every time a change 
is made.

Original issue reported on code.google.com by Seth.E.S...@gmail.com on 24 Nov 2009 at 7:49

GoogleCodeExporter commented 9 years ago
I didn't mean to mark this issue as a defect but I didn't see an option to 
indicate 
otherwise.

Original comment by Seth.E.S...@gmail.com on 24 Nov 2009 at 7:50

GoogleCodeExporter commented 9 years ago
This will be in the next release. The Fits class will have a method to access 
toolbelt, 
from which you can get a list of all tools. Each tool will have an enabled flag 
and by 
default be set to true. Fits.examine(File input) will first check the flag 
before 
invoking the tool

Original comment by mcew...@gmail.com on 11 Dec 2009 at 3:40

GoogleCodeExporter commented 9 years ago

Original comment by spencer_...@harvard.edu on 14 Jan 2010 at 7:31