suggestions

26 views
Skip to first unread message

go²

unread,
Jun 27, 2012, 12:23:12 PM6/27/12
to icy-so...@googlegroups.com
Hi nice work

just few suggestion
about the spot detector plugin
would be nice to have also in the xml report the name of the report or the parameters in the file so we could sort different successive analysis, or an autoincremented file name?

about the batch process
love the way crawls folder to find images
would love to have this possibility with other plugin or function, to be able to "batch" a multi processing and mesurement
as many functions are nice but would love to be able to apply a sequential list of them to a batch

cheers!



Fab

unread,
Jun 28, 2012, 9:50:31 AM6/28/12
to icy-so...@googlegroups.com
Hi,

thank you for the feedback, I can add a lot of features to the XML file but I am facing some problem:

Most of people will then use this XML file as a dynamic table in Excel. And, in Excel there is some limitations: each node is a represented as a column, and if you create a sub xml-node then the row will be repeated several time until this sub node is completly parsed.

So XML structure for Excel are more like this:

  • Root
    • FileName
    • ROI
    • Number of spots
    • Tag 1
    • Tag 2
    • ...

It already should have been:


  • Root
    • FileName
    • ROI
    • Number of spots
    • Tag List
      • Tag 1
      • Tag 2
      • ...
    • ...
So I can add a parameter and have an XML like this:

  • Root
    • Experiment information
      • Detector
        • Wavelets
          • ScaleList
            • ScaleNumber
            • ScaleThreshold
      • ROI Generator
        • My ROI generator
          • Threshold
      • ...
    • Experiment data
      • ROI
      • Number of spots
      • Tag List
        • Tag 1
        • Tag 2
        • ...
      • ...
... and this will not be easy to parse with Excel.

What do you think about this ?

For the batch I Guess Alex will answer with protocols, but maybe you should open an other topic about it ? Else the thread will be hard to read since you actually asked 2 different questions !

cheers !
Reply all
Reply to author
Forward
0 new messages