-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs, Batch Processing and 2D data slicing and processing for pr #2181
base: release_6.0.0
Are you sure you want to change the base?
Commits on Jul 1, 2022
-
Adds Tab support for Pr. (Batch Mode not yet functional)
issue #1448 - Enable batch processing for P(r) NOTE: This issue is not yet fixed. Feature: Selected data sent from the load data can now be sent to Pr window and a new tab will appear for each data set. Although the goal is batch calculate all data and neatly display in a table the current “non batch” tab method can be used for quick references of calculations for each file. In the nect commit I intend to implement a batch tab. Notes for those are in the bottom. Dev note - 1) Block automatic calculation after data is sent to Pr prospective whilst batch mode is deselected. (Allow users to hit calculate) Or block graphs from showing automatically as it clusters the interface. - 2) Fix batch Mode o When batch mode is selected create only one tab (similar to fitting) o New interface for batch / same interface could be used with the addition of “Fit” / ” Graph” button conjunction with the 1st TODO. 3) Clean up Code. The current files ive modified/created are messy. Also comment code
Configuration menu - View commit details
-
Copy full SHA for 03b924d - Browse repository at this point
Copy the full SHA 03b924dView commit details
Commits on Jul 5, 2022
-
Added Batch Processing for Pr, However the interface is currently slo…
…w and efficient. also a way to display/export all the data in a table is still required
Configuration menu - View commit details
-
Copy full SHA for 2f0e64b - Browse repository at this point
Copy the full SHA 2f0e64bView commit details
Commits on Jul 6, 2022
-
Added Tabs and Batch Processing for Pr.
Currently, Tabs works. Batch still has a little ironing out to do. mainly its interaction with setCurrentData(). Additionally, The data from Batch still needs to be sent to a Table and eventual reported/exported.
Configuration menu - View commit details
-
Copy full SHA for 294c3cb - Browse repository at this point
Copy the full SHA 294c3cbView commit details
Commits on Jul 7, 2022
-
Added Batch Processing for Pr - work in progress
files calculated using Pr can now be batch Processed and saved to a table. However, a lot of work is still left to fix optimise and automate specific parts of this feature. things still left to fix - [ ] calculate all files before showing the table - [ ] perform calculations without stop showing the plots as it slows down and clutters the interface - [ ] optimise, clean and comment the code
Configuration menu - View commit details
-
Copy full SHA for c9f8df5 - Browse repository at this point
Copy the full SHA c9f8df5View commit details
Commits on Jul 8, 2022
-
Automatically Batch Process all selected files for Pr - work in progress
Files imported into Pr interface can now automatically be processed and outputs displayed in a table. Code still requires to be optimised and cleaned. A better way to update the table is also required. things still left to fix - [x] calculate all files before showing the table - [x] perform calculations without stop showing the plots as it slows down and clutters the interface - [ ] optimise, clean and comment the code
Configuration menu - View commit details
-
Copy full SHA for 816eddd - Browse repository at this point
Copy the full SHA 816edddView commit details
Commits on Jul 13, 2022
-
Tab and Batch mode for Pr is now functional.
However, im still getting errors with displayChange and setCurrentData even though the calculations and outputs are successful.
Configuration menu - View commit details
-
Copy full SHA for eac7699 - Browse repository at this point
Copy the full SHA eac7699View commit details
Commits on Jul 26, 2022
-
Fixed Batch Tabs for Pr inversion.
Batch Processing still not working properly. Cleaned a bit of the code(That I was working on). 2D data shows a plot of the data however calculations still cannot be made. in the process of coding the bit gets a slice of the 2D data.
Configuration menu - View commit details
-
Copy full SHA for 264bf8b - Browse repository at this point
Copy the full SHA 264bf8bView commit details
Commits on Jul 29, 2022
-
2D data to 1D data for Pr is now functional.
when 2D data is loaded into Pr interface a raw data plot should pop up. Using the Pr interface, parameters for the conversions can be inputted and when calculated should update the graphs and calculate the Pr values for those specific slices.
Configuration menu - View commit details
-
Copy full SHA for daad94a - Browse repository at this point
Copy the full SHA daad94aView commit details
Commits on Aug 2, 2022
-
Sliced 2D data can be imported to Pr inverter and multiple slices can…
… be plotted on a single plot. However, currently only one of the slices is calculated using Pr, this will be changed (Hopefully) in the next commit so that all sliced can be processed together similarly to 1D Batch and its outputs displayed in a table.
Configuration menu - View commit details
-
Copy full SHA for 3c1f051 - Browse repository at this point
Copy the full SHA 3c1f051View commit details -
Configuration menu - View commit details
-
Copy full SHA for 024e208 - Browse repository at this point
Copy the full SHA 024e208View commit details
Commits on Aug 3, 2022
-
2D data has a new tab (Ui) with an outputs table.
the table populates the slices created and the button when pressed need to show plots of the slice. calculate all button need to also be fixed. the data cannot be read as its not in the right object.
Configuration menu - View commit details
-
Copy full SHA for 18e660a - Browse repository at this point
Copy the full SHA 18e660aView commit details
Commits on Aug 9, 2022
-
batch results are consistent now however there are a few bugs with up…
…dating the gui and getting/setting parameters.
Configuration menu - View commit details
-
Copy full SHA for 916c69b - Browse repository at this point
Copy the full SHA 916c69bView commit details
Commits on Aug 11, 2022
-
Batch results will display Number of terms, reg const and Max Distance.
Furthermore, the data output ont the batch table will be from self._calculator. this means It's flexible for further expansions and is just as reliable as the gui. Although a few Issues still remain during calculation, one being Q range being set to 0 or bellow which causes the data set to not be calculated and the calculations of the previous data to be set for the 'current' data set (Hence you might see duplicate rows with different file names). In my previous commit in the branch 1D data could not be uploaded for individual calculation that bug has now been fixed. Code still needs to be cleaned up and commented.
Configuration menu - View commit details
-
Copy full SHA for 70981ad - Browse repository at this point
Copy the full SHA 70981adView commit details -
got 2D data slices to Show up on batch table.
this is a bit of a hacky way of getting it to work and is just to get an idea of how it might work. things to improve upon are :- - [ ] Getting the table in GridPanel.py to work flexibly for both 1D batch aswell as 2D slices. - [ ] cleaning up slices() - [ ] making showBatchOutput() more portable - [ ] creating batch like datalist support for 2D slices. (so that it can be batch processed just like 1D batch files) - [ ] SORTING OUT THE ERRORS - [ ] (Might need help) Fix the Wierd Parameter issue. (Currently set/default parameters change to estimates which makes it hard to use reliabely. Background, Qmin and Qmax is also not working as expected, it sets itself to a value bellow 0 causing it to not calculate for that slice.)
Configuration menu - View commit details
-
Copy full SHA for d67dd20 - Browse repository at this point
Copy the full SHA d67dd20View commit details
Commits on Aug 13, 2022
-
Working on Batch Processing for 2D slices.
need to test, clean up code, and make sure that this doesn't affect 1D batch processing
Configuration menu - View commit details
-
Copy full SHA for f9dabdf - Browse repository at this point
Copy the full SHA f9dabdfView commit details
Commits on Aug 15, 2022
-
Batch Pr processing of 1D data and 2D slices is now functional. Addit…
…ionally, Q min and Q Max can be seen in the Batch results panel. However, further testing and Code cleaning is required. Newly created pop up windows such as the batch results, 1D slice plot, and 2D image plots need to be connected with the interface and made to fit in withing the UI.
Configuration menu - View commit details
-
Copy full SHA for a81bb3a - Browse repository at this point
Copy the full SHA a81bb3aView commit details -
Batch Pr processing of 1D data and 2D slices is now functional. Addit…
…ionally, Q min and Q Max can be seen in the Batch results panel. However, further testing and Code cleaning is required. Newly created pop up windows such as the batch results, 1D slice plot, and 2D image plots need to be connected with the interface and made to fit in withing the UI.
Configuration menu - View commit details
-
Copy full SHA for 44fbd7f - Browse repository at this point
Copy the full SHA 44fbd7fView commit details -
Fixed new tab (first tab) from not being able to set data to. Enables…
… Pr fit and I(q) plots. This Version should somewhat work besides the found bugs. Testing and code cleaning still required. - [ ] Batch Processing might not yet be reliable. A row or 2 might duplicate if a parameter is not right eg: Qmax or NoOfTerms. - [ ] Dropdown menu Goes back to previous Item if user decides to change. - [ ] All New Windows Are outside the SasView Interface.
Configuration menu - View commit details
-
Copy full SHA for 689bedd - Browse repository at this point
Copy the full SHA 689beddView commit details
Commits on Aug 24, 2022
-
Parameters for individual data sets can be set using the dropdown men…
…u. Additionally the dropdown menu used to not set to new selected data which has been fixed. however, in this version 2D data slicing is bracken this is due to some changes with how raw batch data is handles.
Configuration menu - View commit details
-
Copy full SHA for eb99cd2 - Browse repository at this point
Copy the full SHA eb99cd2View commit details
Commits on Aug 25, 2022
-
set parameters for items in the dropdown menu of batch will saved for…
… the dataset. when switched back to the dateset (using the dropdown menu) the parameters selected prevously will be set.
Configuration menu - View commit details
-
Copy full SHA for 9ce2941 - Browse repository at this point
Copy the full SHA 9ce2941View commit details
Commits on Aug 27, 2022
-
Result Duplication Issue has slightly been patched by setting calcThr…
…ead to a dir so each data file could be assigned to a thread instance. estimationThread and estimationThreadNT might also need to be changed as such. however more testing is required.
Configuration menu - View commit details
-
Copy full SHA for de06f70 - Browse repository at this point
Copy the full SHA de06f70View commit details
Commits on Aug 28, 2022
-
made a few changed to slicing and 1D batch.
slicing: slices data are turned into model using the createModelItemWithPlot function. this is makes it much easier to move around as it can work just like 1D data. 1D batch: Parameters set before batch processing is remembered and used when processed using batch mode.
Configuration menu - View commit details
-
Copy full SHA for 3593c91 - Browse repository at this point
Copy the full SHA 3593c91View commit details
Commits on Aug 30, 2022
-
got batch processing to spit out actual calculations rather then "est…
…imations". Parameters whilst, Batch Processing is also remembered. Estimated data doesn't mess with actual data unless suggested button is pressed. However, Duplication issue still remains.
Configuration menu - View commit details
-
Copy full SHA for 722e27b - Browse repository at this point
Copy the full SHA 722e27bView commit details
Commits on Sep 1, 2022
-
Calculations on batch interface is more reliable now. Calculations do…
…ne using to Calculate all button is still a bit buggy.
Configuration menu - View commit details
-
Copy full SHA for a878d19 - Browse repository at this point
Copy the full SHA a878d19View commit details -
Slicer works a bit smother now.
Still a bit more tweaking is required for batch processing slices.
Configuration menu - View commit details
-
Copy full SHA for 1436167 - Browse repository at this point
Copy the full SHA 1436167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 480fb7d - Browse repository at this point
Copy the full SHA 480fb7dView commit details
Commits on Sep 4, 2022
-
fixed exporting from table issue, buttons in slicer now updates the 2…
…D rawImage and shows slice using phi. Fixed buttons. Minor cleanups. fixed 2D slices from not being batched processed.
Configuration menu - View commit details
-
Copy full SHA for c8a3502 - Browse repository at this point
Copy the full SHA c8a3502View commit details
Commits on Sep 5, 2022
-
Plots Behaviour is designed to be more dynamic.
for Devs: Plots in Pr can be disabled using self._allowPlots Plot Behaviour: if Batch or Data2D Slices -> hide Plots if Button(Calculate) or Single Data1D -> show Plots
Configuration menu - View commit details
-
Copy full SHA for 09b3b10 - Browse repository at this point
Copy the full SHA 09b3b10View commit details
Commits on Sep 6, 2022
-
Cleaned and Added Comments to InversionWidget.py, broke down a few of…
… the lager functions into smaller functions. And Changes the Warnings for GridPanel.py.
Configuration menu - View commit details
-
Copy full SHA for 876c36e - Browse repository at this point
Copy the full SHA 876c36eView commit details
Commits on Sep 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5a608ea - Browse repository at this point
Copy the full SHA 5a608eaView commit details
Commits on Sep 8, 2022
-
Merge branch 'main' into 2D-Data-Processing-for-Pr
# Conflicts: # src/sas/qtgui/Perspectives/Inversion/InversionPerspective.py
Configuration menu - View commit details
-
Copy full SHA for cf37525 - Browse repository at this point
Copy the full SHA cf37525View commit details -
minor compatibility changes to allow changes made in the main branch …
…during the time this branch was not updated with it.
Configuration menu - View commit details
-
Copy full SHA for 47c301c - Browse repository at this point
Copy the full SHA 47c301cView commit details
Commits on Sep 15, 2022
-
Few housekeeping changes. tried to fix 2D plotting issue, but I can't…
… seem get to run with the following code ``` GuiUtils.updateModelItemWithPlot(item, new_plot, new_plot.id) self.base.manager.communicator.plotUpdateSignal.emit([new_plot]) self.base.manager.communicator.forcePlotDisplaySignal.emit([item, new_plot]) ``` changes made using feedback from: 1) #2181 (comment) removed as it was something that I was testing out but didn't end up using. 2) #2181 (comment) Moved closeEvent() from InversionWidget.py to InversionPerspective.py. 3) #2181 (comment) changed `from sas.sascalc.dataloader.manipulations import SectorQ` to `from sasdata.data_util.manipulations import SectorQ`
Configuration menu - View commit details
-
Copy full SHA for 6b360f1 - Browse repository at this point
Copy the full SHA 6b360f1View commit details
Commits on Feb 2, 2023
-
Merge branch 'main' into 2D-Data-Processing-for-Pr
I've had to discard the tabbing order stuff that Piotr did, because it wasn't compatible with the new layout
Configuration menu - View commit details
-
Copy full SHA for 3a3887e - Browse repository at this point
Copy the full SHA 3a3887eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05cd452 - Browse repository at this point
Copy the full SHA 05cd452View commit details
Commits on Jun 2, 2023
-
Adds Tab support for Pr. (Batch Mode not yet functional)
issue #1448 - Enable batch processing for P(r) NOTE: This issue is not yet fixed. Feature: Selected data sent from the load data can now be sent to Pr window and a new tab will appear for each data set. Although the goal is batch calculate all data and neatly display in a table the current “non batch” tab method can be used for quick references of calculations for each file. In the nect commit I intend to implement a batch tab. Notes for those are in the bottom. Dev note - 1) Block automatic calculation after data is sent to Pr prospective whilst batch mode is deselected. (Allow users to hit calculate) Or block graphs from showing automatically as it clusters the interface. - 2) Fix batch Mode o When batch mode is selected create only one tab (similar to fitting) o New interface for batch / same interface could be used with the addition of “Fit” / ” Graph” button conjunction with the 1st TODO. 3) Clean up Code. The current files ive modified/created are messy. Also comment code
Configuration menu - View commit details
-
Copy full SHA for 0a0c399 - Browse repository at this point
Copy the full SHA 0a0c399View commit details
Commits on Jun 5, 2023
-
Added Batch Processing for Pr, However the interface is currently slo…
…w and efficient. also a way to display/export all the data in a table is still required
Configuration menu - View commit details
-
Copy full SHA for 09e0f88 - Browse repository at this point
Copy the full SHA 09e0f88View commit details -
Added Tabs and Batch Processing for Pr.
Currently, Tabs works. Batch still has a little ironing out to do. mainly its interaction with setCurrentData(). Additionally, The data from Batch still needs to be sent to a Table and eventual reported/exported.
Configuration menu - View commit details
-
Copy full SHA for 0fb9791 - Browse repository at this point
Copy the full SHA 0fb9791View commit details -
Added Batch Processing for Pr - work in progress
files calculated using Pr can now be batch Processed and saved to a table. However, a lot of work is still left to fix optimise and automate specific parts of this feature. things still left to fix - [ ] calculate all files before showing the table - [ ] perform calculations without stop showing the plots as it slows down and clutters the interface - [ ] optimise, clean and comment the code
Configuration menu - View commit details
-
Copy full SHA for a6e308e - Browse repository at this point
Copy the full SHA a6e308eView commit details -
Automatically Batch Process all selected files for Pr - work in progress
Files imported into Pr interface can now automatically be processed and outputs displayed in a table. Code still requires to be optimised and cleaned. A better way to update the table is also required. things still left to fix - [x] calculate all files before showing the table - [x] perform calculations without stop showing the plots as it slows down and clutters the interface - [ ] optimise, clean and comment the code
Configuration menu - View commit details
-
Copy full SHA for 3f77a99 - Browse repository at this point
Copy the full SHA 3f77a99View commit details -
Tab and Batch mode for Pr is now functional.
However, im still getting errors with displayChange and setCurrentData even though the calculations and outputs are successful.
Configuration menu - View commit details
-
Copy full SHA for 0ee4dc2 - Browse repository at this point
Copy the full SHA 0ee4dc2View commit details -
Fixed Batch Tabs for Pr inversion.
Batch Processing still not working properly. Cleaned a bit of the code(That I was working on). 2D data shows a plot of the data however calculations still cannot be made. in the process of coding the bit gets a slice of the 2D data.
Configuration menu - View commit details
-
Copy full SHA for c9daff5 - Browse repository at this point
Copy the full SHA c9daff5View commit details
Commits on Jun 6, 2023
-
2D data to 1D data for Pr is now functional.
when 2D data is loaded into Pr interface a raw data plot should pop up. Using the Pr interface, parameters for the conversions can be inputted and when calculated should update the graphs and calculate the Pr values for those specific slices.
Configuration menu - View commit details
-
Copy full SHA for 47fbd39 - Browse repository at this point
Copy the full SHA 47fbd39View commit details -
Sliced 2D data can be imported to Pr inverter and multiple slices can…
… be plotted on a single plot. However, currently only one of the slices is calculated using Pr, this will be changed (Hopefully) in the next commit so that all sliced can be processed together similarly to 1D Batch and its outputs displayed in a table.
Configuration menu - View commit details
-
Copy full SHA for 58a3ba8 - Browse repository at this point
Copy the full SHA 58a3ba8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a054495 - Browse repository at this point
Copy the full SHA a054495View commit details -
2D data has a new tab (Ui) with an outputs table.
the table populates the slices created and the button when pressed need to show plots of the slice. calculate all button need to also be fixed. the data cannot be read as its not in the right object.
Configuration menu - View commit details
-
Copy full SHA for 68620b6 - Browse repository at this point
Copy the full SHA 68620b6View commit details -
batch results are consistent now however there are a few bugs with up…
…dating the gui and getting/setting parameters.
Configuration menu - View commit details
-
Copy full SHA for f9f7602 - Browse repository at this point
Copy the full SHA f9f7602View commit details -
Batch results will display Number of terms, reg const and Max Distance.
Furthermore, the data output ont the batch table will be from self._calculator. this means It's flexible for further expansions and is just as reliable as the gui. Although a few Issues still remain during calculation, one being Q range being set to 0 or bellow which causes the data set to not be calculated and the calculations of the previous data to be set for the 'current' data set (Hence you might see duplicate rows with different file names). In my previous commit in the branch 1D data could not be uploaded for individual calculation that bug has now been fixed. Code still needs to be cleaned up and commented.
Configuration menu - View commit details
-
Copy full SHA for 4a1ac0d - Browse repository at this point
Copy the full SHA 4a1ac0dView commit details -
got 2D data slices to Show up on batch table.
this is a bit of a hacky way of getting it to work and is just to get an idea of how it might work. things to improve upon are :- - [ ] Getting the table in GridPanel.py to work flexibly for both 1D batch aswell as 2D slices. - [ ] cleaning up slices() - [ ] making showBatchOutput() more portable - [ ] creating batch like datalist support for 2D slices. (so that it can be batch processed just like 1D batch files) - [ ] SORTING OUT THE ERRORS - [ ] (Might need help) Fix the Wierd Parameter issue. (Currently set/default parameters change to estimates which makes it hard to use reliabely. Background, Qmin and Qmax is also not working as expected, it sets itself to a value bellow 0 causing it to not calculate for that slice.)
Configuration menu - View commit details
-
Copy full SHA for 1f46d14 - Browse repository at this point
Copy the full SHA 1f46d14View commit details -
Working on Batch Processing for 2D slices.
need to test, clean up code, and make sure that this doesn't affect 1D batch processing
Configuration menu - View commit details
-
Copy full SHA for dac109f - Browse repository at this point
Copy the full SHA dac109fView commit details -
Batch Pr processing of 1D data and 2D slices is now functional. Addit…
…ionally, Q min and Q Max can be seen in the Batch results panel. However, further testing and Code cleaning is required. Newly created pop up windows such as the batch results, 1D slice plot, and 2D image plots need to be connected with the interface and made to fit in withing the UI.
Configuration menu - View commit details
-
Copy full SHA for 575db58 - Browse repository at this point
Copy the full SHA 575db58View commit details -
Batch Pr processing of 1D data and 2D slices is now functional. Addit…
…ionally, Q min and Q Max can be seen in the Batch results panel. However, further testing and Code cleaning is required. Newly created pop up windows such as the batch results, 1D slice plot, and 2D image plots need to be connected with the interface and made to fit in withing the UI.
Configuration menu - View commit details
-
Copy full SHA for 254f1c1 - Browse repository at this point
Copy the full SHA 254f1c1View commit details -
Fixed new tab (first tab) from not being able to set data to. Enables…
… Pr fit and I(q) plots. This Version should somewhat work besides the found bugs. Testing and code cleaning still required. - [ ] Batch Processing might not yet be reliable. A row or 2 might duplicate if a parameter is not right eg: Qmax or NoOfTerms. - [ ] Dropdown menu Goes back to previous Item if user decides to change. - [ ] All New Windows Are outside the SasView Interface.
Configuration menu - View commit details
-
Copy full SHA for 2eaf971 - Browse repository at this point
Copy the full SHA 2eaf971View commit details -
Parameters for individual data sets can be set using the dropdown men…
…u. Additionally the dropdown menu used to not set to new selected data which has been fixed. however, in this version 2D data slicing is bracken this is due to some changes with how raw batch data is handles.
Configuration menu - View commit details
-
Copy full SHA for 4438331 - Browse repository at this point
Copy the full SHA 4438331View commit details -
set parameters for items in the dropdown menu of batch will saved for…
… the dataset. when switched back to the dateset (using the dropdown menu) the parameters selected prevously will be set.
Configuration menu - View commit details
-
Copy full SHA for e8ab2e9 - Browse repository at this point
Copy the full SHA e8ab2e9View commit details -
Result Duplication Issue has slightly been patched by setting calcThr…
…ead to a dir so each data file could be assigned to a thread instance. estimationThread and estimationThreadNT might also need to be changed as such. however more testing is required.
Configuration menu - View commit details
-
Copy full SHA for 45f9116 - Browse repository at this point
Copy the full SHA 45f9116View commit details -
made a few changed to slicing and 1D batch.
slicing: slices data are turned into model using the createModelItemWithPlot function. this is makes it much easier to move around as it can work just like 1D data. 1D batch: Parameters set before batch processing is remembered and used when processed using batch mode.
Configuration menu - View commit details
-
Copy full SHA for 6a4d996 - Browse repository at this point
Copy the full SHA 6a4d996View commit details -
got batch processing to spit out actual calculations rather then "est…
…imations". Parameters whilst, Batch Processing is also remembered. Estimated data doesn't mess with actual data unless suggested button is pressed. However, Duplication issue still remains.
Configuration menu - View commit details
-
Copy full SHA for ab2fc80 - Browse repository at this point
Copy the full SHA ab2fc80View commit details -
Calculations on batch interface is more reliable now. Calculations do…
…ne using to Calculate all button is still a bit buggy.
Configuration menu - View commit details
-
Copy full SHA for c8091e0 - Browse repository at this point
Copy the full SHA c8091e0View commit details -
Slicer works a bit smother now.
Still a bit more tweaking is required for batch processing slices.
Configuration menu - View commit details
-
Copy full SHA for 95107e2 - Browse repository at this point
Copy the full SHA 95107e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3505d8f - Browse repository at this point
Copy the full SHA 3505d8fView commit details -
fixed exporting from table issue, buttons in slicer now updates the 2…
…D rawImage and shows slice using phi. Fixed buttons. Minor cleanups. fixed 2D slices from not being batched processed.
Configuration menu - View commit details
-
Copy full SHA for 282c455 - Browse repository at this point
Copy the full SHA 282c455View commit details -
Plots Behaviour is designed to be more dynamic.
for Devs: Plots in Pr can be disabled using self._allowPlots Plot Behaviour: if Batch or Data2D Slices -> hide Plots if Button(Calculate) or Single Data1D -> show Plots
Configuration menu - View commit details
-
Copy full SHA for 893c487 - Browse repository at this point
Copy the full SHA 893c487View commit details -
Cleaned and Added Comments to InversionWidget.py, broke down a few of…
… the lager functions into smaller functions. And Changes the Warnings for GridPanel.py.
Configuration menu - View commit details
-
Copy full SHA for 6b89f1f - Browse repository at this point
Copy the full SHA 6b89f1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9dae54 - Browse repository at this point
Copy the full SHA a9dae54View commit details -
minor compatibility changes to allow changes made in the main branch …
…during the time this branch was not updated with it.
Configuration menu - View commit details
-
Copy full SHA for a661d9c - Browse repository at this point
Copy the full SHA a661d9cView commit details -
Few housekeeping changes. tried to fix 2D plotting issue, but I can't…
… seem get to run with the following code ``` GuiUtils.updateModelItemWithPlot(item, new_plot, new_plot.id) self.base.manager.communicator.plotUpdateSignal.emit([new_plot]) self.base.manager.communicator.forcePlotDisplaySignal.emit([item, new_plot]) ``` changes made using feedback from: 1) #2181 (comment) removed as it was something that I was testing out but didn't end up using. 2) #2181 (comment) Moved closeEvent() from InversionWidget.py to InversionPerspective.py. 3) #2181 (comment) changed `from sas.sascalc.dataloader.manipulations import SectorQ` to `from sasdata.data_util.manipulations import SectorQ`
Configuration menu - View commit details
-
Copy full SHA for c3f7929 - Browse repository at this point
Copy the full SHA c3f7929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08e01eb - Browse repository at this point
Copy the full SHA 08e01ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a02d0 - Browse repository at this point
Copy the full SHA b9a02d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 325f346 - Browse repository at this point
Copy the full SHA 325f346View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ea756 - Browse repository at this point
Copy the full SHA 68ea756View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 410c696 - Browse repository at this point
Copy the full SHA 410c696View commit details
Commits on Jun 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5ec9a89 - Browse repository at this point
Copy the full SHA 5ec9a89View commit details
Commits on Jul 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ae1bb33 - Browse repository at this point
Copy the full SHA ae1bb33View commit details
Commits on Jul 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ebbfe14 - Browse repository at this point
Copy the full SHA ebbfe14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2634f75 - Browse repository at this point
Copy the full SHA 2634f75View commit details
Commits on Jul 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5ec34e - Browse repository at this point
Copy the full SHA a5ec34eView commit details
Commits on Jul 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5e804f2 - Browse repository at this point
Copy the full SHA 5e804f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f98d0 - Browse repository at this point
Copy the full SHA a8f98d0View commit details
Commits on Jul 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 57f0c99 - Browse repository at this point
Copy the full SHA 57f0c99View commit details
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be66aa3 - Browse repository at this point
Copy the full SHA be66aa3View commit details
Commits on Aug 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9ffc80f - Browse repository at this point
Copy the full SHA 9ffc80fView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64e8cb4 - Browse repository at this point
Copy the full SHA 64e8cb4View commit details
Commits on Sep 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce0f725 - Browse repository at this point
Copy the full SHA ce0f725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d52bba - Browse repository at this point
Copy the full SHA 9d52bbaView commit details
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b2fd716 - Browse repository at this point
Copy the full SHA b2fd716View commit details -
Configuration menu - View commit details
-
Copy full SHA for 290e51d - Browse repository at this point
Copy the full SHA 290e51dView commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4ab4b7 - Browse repository at this point
Copy the full SHA e4ab4b7View commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bac0a4f - Browse repository at this point
Copy the full SHA bac0a4fView commit details
Commits on Sep 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 26e0877 - Browse repository at this point
Copy the full SHA 26e0877View commit details
Commits on Sep 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f061e3e - Browse repository at this point
Copy the full SHA f061e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae704d0 - Browse repository at this point
Copy the full SHA ae704d0View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf4ac19 - Browse repository at this point
Copy the full SHA cf4ac19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8005823 - Browse repository at this point
Copy the full SHA 8005823View commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a6b3c9a - Browse repository at this point
Copy the full SHA a6b3c9aView commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2762b11 - Browse repository at this point
Copy the full SHA 2762b11View commit details
Commits on Oct 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a0a8c9a - Browse repository at this point
Copy the full SHA a0a8c9aView commit details -
Merge branch '2D-Data-Processing-for-Pr' of https://github.com/SasVie…
…w/sasview into 2D-Data-Processing-for-Pr
Configuration menu - View commit details
-
Copy full SHA for b986f61 - Browse repository at this point
Copy the full SHA b986f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for afb0be5 - Browse repository at this point
Copy the full SHA afb0be5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9cb5d6 - Browse repository at this point
Copy the full SHA f9cb5d6View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c45f273 - Browse repository at this point
Copy the full SHA c45f273View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0157c8 - Browse repository at this point
Copy the full SHA a0157c8View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 68979ac - Browse repository at this point
Copy the full SHA 68979acView commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 62b3355 - Browse repository at this point
Copy the full SHA 62b3355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a51118 - Browse repository at this point
Copy the full SHA 0a51118View commit details -
Configuration menu - View commit details
-
Copy full SHA for b642759 - Browse repository at this point
Copy the full SHA b642759View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0201ee - Browse repository at this point
Copy the full SHA c0201eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fdadbf - Browse repository at this point
Copy the full SHA 4fdadbfView commit details
Commits on Nov 21, 2023
-
Merge branch 'release_6.0.0' into 2D-Data-Processing-for-Pr
Wojciech Potrzebowski authoredNov 21, 2023 Configuration menu - View commit details
-
Copy full SHA for 5d5f27c - Browse repository at this point
Copy the full SHA 5d5f27cView commit details
Commits on Dec 3, 2023
-
Merge branch 'release_6.0.0' into 2D-Data-Processing-for-Pr
Wojciech Potrzebowski authoredDec 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 6bd8ebb - Browse repository at this point
Copy the full SHA 6bd8ebbView commit details
Commits on Mar 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3351e31 - Browse repository at this point
Copy the full SHA 3351e31View commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a6d3b6 - Browse repository at this point
Copy the full SHA 1a6d3b6View commit details -
Merge branch '2D-Data-Processing-for-Pr' of https://github.com/SasVie…
…w/sasview into 2D-Data-Processing-for-Pr
Configuration menu - View commit details
-
Copy full SHA for 8d8967c - Browse repository at this point
Copy the full SHA 8d8967cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba6825c - Browse repository at this point
Copy the full SHA ba6825cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a33735 - Browse repository at this point
Copy the full SHA 3a33735View commit details -
Merge branch '2D-Data-Processing-for-Pr' of https://github.com/SasVie…
…w/sasview into 2D-Data-Processing-for-Pr
Configuration menu - View commit details
-
Copy full SHA for 3130d7e - Browse repository at this point
Copy the full SHA 3130d7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 932d665 - Browse repository at this point
Copy the full SHA 932d665View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c51b712 - Browse repository at this point
Copy the full SHA c51b712View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45d07c - Browse repository at this point
Copy the full SHA b45d07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a15292e - Browse repository at this point
Copy the full SHA a15292eView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for beb2cc1 - Browse repository at this point
Copy the full SHA beb2cc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6354e - Browse repository at this point
Copy the full SHA dd6354eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7daeabd - Browse repository at this point
Copy the full SHA 7daeabdView commit details
Commits on Apr 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29ccd73 - Browse repository at this point
Copy the full SHA 29ccd73View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1359efa - Browse repository at this point
Copy the full SHA 1359efaView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62e78d5 - Browse repository at this point
Copy the full SHA 62e78d5View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bfa9886 - Browse repository at this point
Copy the full SHA bfa9886View commit details
Commits on May 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 29fa731 - Browse repository at this point
Copy the full SHA 29fa731View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 384c8e9 - Browse repository at this point
Copy the full SHA 384c8e9View commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 45a9818 - Browse repository at this point
Copy the full SHA 45a9818View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35d2957 - Browse repository at this point
Copy the full SHA 35d2957View commit details
Commits on Jul 15, 2024
-
Invertor, Corfunc not working on 2D data, initialise suggested values…
… to Pr calculator
Configuration menu - View commit details
-
Copy full SHA for 8ef427b - Browse repository at this point
Copy the full SHA 8ef427bView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f4d19ce - Browse repository at this point
Copy the full SHA f4d19ceView commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4042788 - Browse repository at this point
Copy the full SHA 4042788View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7f234 - Browse repository at this point
Copy the full SHA ef7f234View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0c1fa4 - Browse repository at this point
Copy the full SHA a0c1fa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b8749b - Browse repository at this point
Copy the full SHA 4b8749bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad85c7d - Browse repository at this point
Copy the full SHA ad85c7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acdaaef - Browse repository at this point
Copy the full SHA acdaaefView commit details
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de60d82 - Browse repository at this point
Copy the full SHA de60d82View commit details
Commits on Jul 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4294f80 - Browse repository at this point
Copy the full SHA 4294f80View commit details
Commits on Aug 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9987982 - Browse repository at this point
Copy the full SHA 9987982View commit details -
Merge branch '2D-Data-Processing-for-Pr' of https://github.com/SasVie…
…w/sasview into 2D-Data-Processing-for-Pr
Configuration menu - View commit details
-
Copy full SHA for 053cac6 - Browse repository at this point
Copy the full SHA 053cac6View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bbbf464 - Browse repository at this point
Copy the full SHA bbbf464View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 146b218 - Browse repository at this point
Copy the full SHA 146b218View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16496f4 - Browse repository at this point
Copy the full SHA 16496f4View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 66f038c - Browse repository at this point
Copy the full SHA 66f038cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8565ba6 - Browse repository at this point
Copy the full SHA 8565ba6View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b2272d - Browse repository at this point
Copy the full SHA 9b2272dView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for befa7a9 - Browse repository at this point
Copy the full SHA befa7a9View commit details