pauliacomi / pyGAPS-gui

A Qt graphical user interface for pyGAPS. WIP.
GNU Affero General Public License v3.0
16 stars 2 forks source link

BET fitting #3

Open sblanky opened 2 years ago

sblanky commented 2 years ago

Currently it's a bit fiddly to select the appropriate relative pressure region. A couple things I think could improve this;

  1. Being able to drag the limits
  2. Range of x axis decreasing with selected range, i.e. if selected range is 0.05-0.3, x-axis is 0.03-0.32. Having the full range is not helpful.
  3. Matching Rouquerol plot to above.

This however may just be preferences I have coming from the MicroActive software.

pauliacomi commented 2 years ago

Thanks for the suggestions. Unfortunately limit dragging will be nearly impossible to implement because of how the graph is structured.

I've tried to improve the limit selection as it is right now. Now you can go into log mode and fine-tune the limits in the low pressure region:

image

I'll have to think how to improve it further by maybe matching limits across all graphs...