-
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 (rebase) #3137
base: main
Are you sure you want to change the base?
Commits on Oct 25, 2024
-
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 27378dc - Browse repository at this point
Copy the full SHA 27378dcView commit details -
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 0ad4fdf - Browse repository at this point
Copy the full SHA 0ad4fdfView 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 89179b1 - Browse repository at this point
Copy the full SHA 89179b1View 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 a71e28e - Browse repository at this point
Copy the full SHA a71e28eView 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 1907480 - Browse repository at this point
Copy the full SHA 1907480View 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 a76efb8 - Browse repository at this point
Copy the full SHA a76efb8View 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 336bd0f - Browse repository at this point
Copy the full SHA 336bd0fView commit details -
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 d3e1cb5 - Browse repository at this point
Copy the full SHA d3e1cb5View 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 4e2aace - Browse repository at this point
Copy the full SHA 4e2aaceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce6ae4 - Browse repository at this point
Copy the full SHA 8ce6ae4View 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 1b94890 - Browse repository at this point
Copy the full SHA 1b94890View 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 6efc53a - Browse repository at this point
Copy the full SHA 6efc53aView 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 75d4dd8 - Browse repository at this point
Copy the full SHA 75d4dd8View 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 e0f6838 - Browse repository at this point
Copy the full SHA e0f6838View 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 babae42 - Browse repository at this point
Copy the full SHA babae42View 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 06310e8 - Browse repository at this point
Copy the full SHA 06310e8View 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 34147d7 - Browse repository at this point
Copy the full SHA 34147d7View 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 01efd11 - Browse repository at this point
Copy the full SHA 01efd11View 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 1b70b11 - Browse repository at this point
Copy the full SHA 1b70b11View 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 abe24be - Browse repository at this point
Copy the full SHA abe24beView 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 60477e6 - Browse repository at this point
Copy the full SHA 60477e6View 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 e4d19ec - Browse repository at this point
Copy the full SHA e4d19ecView 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 3b7b73b - Browse repository at this point
Copy the full SHA 3b7b73bView 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 041483f - Browse repository at this point
Copy the full SHA 041483fView 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 155ca96 - Browse repository at this point
Copy the full SHA 155ca96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a52223 - Browse repository at this point
Copy the full SHA 5a52223View 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 7938604 - Browse repository at this point
Copy the full SHA 7938604View 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 51c47c5 - Browse repository at this point
Copy the full SHA 51c47c5View 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 8303ce6 - Browse repository at this point
Copy the full SHA 8303ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e769d3 - Browse repository at this point
Copy the full SHA 0e769d3View 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 4cdf997 - Browse repository at this point
Copy the full SHA 4cdf997View 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 6070541 - Browse repository at this point
Copy the full SHA 6070541View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c2451 - Browse repository at this point
Copy the full SHA 17c2451View commit details -
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 064c1af - Browse repository at this point
Copy the full SHA 064c1afView commit details -
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 84d9f8d - Browse repository at this point
Copy the full SHA 84d9f8dView 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 089fecf - Browse repository at this point
Copy the full SHA 089fecfView 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 e21d8e7 - Browse repository at this point
Copy the full SHA e21d8e7View 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 3571ad5 - Browse repository at this point
Copy the full SHA 3571ad5View 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 440e8e1 - Browse repository at this point
Copy the full SHA 440e8e1View 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 68e3eee - Browse repository at this point
Copy the full SHA 68e3eeeView commit details -
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 2f392d5 - Browse repository at this point
Copy the full SHA 2f392d5View 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 883e208 - Browse repository at this point
Copy the full SHA 883e208View commit details -
Configuration menu - View commit details
-
Copy full SHA for b37eb12 - Browse repository at this point
Copy the full SHA b37eb12View 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 7da173c - Browse repository at this point
Copy the full SHA 7da173cView 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 e07f315 - Browse repository at this point
Copy the full SHA e07f315View 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 bc460c2 - Browse repository at this point
Copy the full SHA bc460c2View 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 74ba00d - Browse repository at this point
Copy the full SHA 74ba00dView 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 0647494 - Browse repository at this point
Copy the full SHA 0647494View 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 4c4655a - Browse repository at this point
Copy the full SHA 4c4655aView 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 13edf72 - Browse repository at this point
Copy the full SHA 13edf72View 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 ecb0c9a - Browse repository at this point
Copy the full SHA ecb0c9aView 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 3843b56 - Browse repository at this point
Copy the full SHA 3843b56View 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 e082544 - Browse repository at this point
Copy the full SHA e082544View 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 6720d70 - Browse repository at this point
Copy the full SHA 6720d70View 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 7096bde - Browse repository at this point
Copy the full SHA 7096bdeView 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 6a9e9d4 - Browse repository at this point
Copy the full SHA 6a9e9d4View 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 08741e1 - Browse repository at this point
Copy the full SHA 08741e1View 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 315cf4b - Browse repository at this point
Copy the full SHA 315cf4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c98f971 - Browse repository at this point
Copy the full SHA c98f971View 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 39a5d72 - Browse repository at this point
Copy the full SHA 39a5d72View 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 f87cfbd - Browse repository at this point
Copy the full SHA f87cfbdView 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 1a201b6 - Browse repository at this point
Copy the full SHA 1a201b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d18b9 - Browse repository at this point
Copy the full SHA 93d18b9View 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 f8a0034 - Browse repository at this point
Copy the full SHA f8a0034View 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 f4171dd - Browse repository at this point
Copy the full SHA f4171ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd18f5d - Browse repository at this point
Copy the full SHA fd18f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c0329 - Browse repository at this point
Copy the full SHA f3c0329View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee0b46 - Browse repository at this point
Copy the full SHA 9ee0b46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297dea6 - Browse repository at this point
Copy the full SHA 297dea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b6dc5 - Browse repository at this point
Copy the full SHA e3b6dc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 649633b - Browse repository at this point
Copy the full SHA 649633bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301ab9e - Browse repository at this point
Copy the full SHA 301ab9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6812ca3 - Browse repository at this point
Copy the full SHA 6812ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc54da4 - Browse repository at this point
Copy the full SHA fc54da4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b082977 - Browse repository at this point
Copy the full SHA b082977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32adbc9 - Browse repository at this point
Copy the full SHA 32adbc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6728c52 - Browse repository at this point
Copy the full SHA 6728c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b0f11b - Browse repository at this point
Copy the full SHA 5b0f11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fc93d - Browse repository at this point
Copy the full SHA 66fc93dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e882efc - Browse repository at this point
Copy the full SHA e882efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fee630 - Browse repository at this point
Copy the full SHA 0fee630View commit details -
Configuration menu - View commit details
-
Copy full SHA for a713839 - Browse repository at this point
Copy the full SHA a713839View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71de490 - Browse repository at this point
Copy the full SHA 71de490View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb275c - Browse repository at this point
Copy the full SHA 7eb275cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b8b941 - Browse repository at this point
Copy the full SHA 1b8b941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aef8e5 - Browse repository at this point
Copy the full SHA 0aef8e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3285f80 - Browse repository at this point
Copy the full SHA 3285f80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68f3b68 - Browse repository at this point
Copy the full SHA 68f3b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08db9b5 - Browse repository at this point
Copy the full SHA 08db9b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275be29 - Browse repository at this point
Copy the full SHA 275be29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b33c822 - Browse repository at this point
Copy the full SHA b33c822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 633b656 - Browse repository at this point
Copy the full SHA 633b656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e66019 - Browse repository at this point
Copy the full SHA 2e66019View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe607f0 - Browse repository at this point
Copy the full SHA fe607f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6002cbf - Browse repository at this point
Copy the full SHA 6002cbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b58c60 - Browse repository at this point
Copy the full SHA 2b58c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f4c7a6 - Browse repository at this point
Copy the full SHA 2f4c7a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5cee55 - Browse repository at this point
Copy the full SHA a5cee55View commit details -
Configuration menu - View commit details
-
Copy full SHA for df29b81 - Browse repository at this point
Copy the full SHA df29b81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6381e29 - Browse repository at this point
Copy the full SHA 6381e29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8935e3 - Browse repository at this point
Copy the full SHA b8935e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b462847 - Browse repository at this point
Copy the full SHA b462847View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed493cf - Browse repository at this point
Copy the full SHA ed493cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccb865a - Browse repository at this point
Copy the full SHA ccb865aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd75b96 - Browse repository at this point
Copy the full SHA bd75b96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d86cd8 - Browse repository at this point
Copy the full SHA 6d86cd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7209444 - Browse repository at this point
Copy the full SHA 7209444View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57fc49 - Browse repository at this point
Copy the full SHA e57fc49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cbd5f - Browse repository at this point
Copy the full SHA 59cbd5fView commit details -
Invertor, Corfunc not working on 2D data, initialise suggested values…
… to Pr calculator
Configuration menu - View commit details
-
Copy full SHA for 726099b - Browse repository at this point
Copy the full SHA 726099bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df3bfd - Browse repository at this point
Copy the full SHA 7df3bfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 985d644 - Browse repository at this point
Copy the full SHA 985d644View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbdfb93 - Browse repository at this point
Copy the full SHA cbdfb93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7abff84 - Browse repository at this point
Copy the full SHA 7abff84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c1192b - Browse repository at this point
Copy the full SHA 8c1192bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd89c68 - Browse repository at this point
Copy the full SHA dd89c68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16a79e4 - Browse repository at this point
Copy the full SHA 16a79e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f2f4b - Browse repository at this point
Copy the full SHA 07f2f4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6142cec - Browse repository at this point
Copy the full SHA 6142cecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66fe351 - Browse repository at this point
Copy the full SHA 66fe351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e3c343 - Browse repository at this point
Copy the full SHA 9e3c343View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c6cbdc - Browse repository at this point
Copy the full SHA 9c6cbdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b4448 - Browse repository at this point
Copy the full SHA 75b4448View commit details