Feature request: save session (including created filters etc)
Currently: can only save the training set (but not custom filters that were created etc)
@daviddao any ideas on best format to save filters?
what are those filters? like rules to fetch?
yeah
Needs more precise definition of a good format, but closing for now and marking for future consideration anyway.
You can write to the properties file from inside CPA, yes? (there's a thing that says 'Save properties', so I hope so) Writing the filters to the properties file would be sufficient; the filters are just a SQL call (example below). There's already a place in the properties file where you can read filters from, so hopefully we could just write them out to there.
filter_SQL_Blurry = SELECT ImageNumber FROM BBBC022QC_Per_Image WHERE BBBC022QC_Per_Image.Image_ImageQuality_ThresholdOtsu_OrigHoechst_2W BETWEEN "0.0020927971719" AND "0.0042271321255"