| Hi Trig, 
 this could cause some implications which would decrease the
    performance tremendously.
 Think of a loop where one looks for a certain m/z values. Each time,
    the scan would be loaded and discarded and the loaded again and
    again. If it stays in memory, no further I/O operation is needed.
 
 I don't want to activate additional in the core platform where I'm
    not sure if there are unwanted side-effects. Anyhow, feel free to
    overwrite the methods in your own class and add your specific
    functionality. If that works fine, let's see if we can refactor the
    core.
 
 
 Best,
 Philip
 
 
 Am 20.10.2016 um 09:23 schrieb Trig
      Chen:
 
      Hi Philip,
         
 In most cases, such as processing data in OpenChrom, it
          would be good loading once data from file through proxy and
          thereafter access this data in memory. In my case, my data is
          acquired from spectrometer and then written to file and sent
          to GUI for display. That means all scans are gotten access and
          loaded! I prefer to release the scan after it was shown. If
          user clicks the TIC plot and recall the related scan, I can
          reload it from file again. So, it would be good
          if AbstractVendorMassSpectrumProxy class has the ability to
          access data through proxy always, not just once. 
_______________________________________________
chemclipse-dev mailing list
chemclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/chemclipse-dev
 -- 
~~~~~~~~~~~~~~~~~~~~~~~~
OpenChrom - the open source alternative for chromatography / mass spectrometry
Dr. Philip Wenig » Founder » philip.wenig@xxxxxxxxxxxxx » http://www.openchrom.net
~~~~~~~~~~~~~~~~~~~~~~~~ |