mcrooks83 / rapid_sensor_app

Rapid Sensor Desktop Analysis Suite
0 stars 0 forks source link

V1 Tests #3

Open jtuhtan opened 7 months ago

jtuhtan commented 7 months ago

1) The user labels points with both pressure and acceleration plots showing. When the user turns off the accelerometer plot, the labels are no longer visible. If the user creates a label again while displaying only the pressure, the labels reappear.

2) Pressure / PRC plots can be removed from the app.

3) The user completes labeling of a single run. The compute statistics results are not displayed after selecting this button.

4) The user completes labeling of a single run. The Box Plots does not display after selecting this button.

5) After labeling two runs from the same scenario, two sets of identical box plots are shown. Instead, a single set of box plots should be shown when only a single scenario is selected. Only if two different scenarios are selected should the user see two different box plots.

6) The box plot vertical axis should be in units of seconds and labelled as "Passage Duration (s)". The current units are maybe the indices instead of the time differences in seconds?

7) The user should be able to add numerical values (one decimal place) for the "Minimum Acclimation Depth (m)" and "Maximum Acclimation Depth (m)". These depths are then used for the ratio pressure change calculations (h values).

mcrooks83 commented 7 months ago
  1. this is a little tricky as the pick points update the plot (i.e write over it). If something is toggled the plot is essentially reloaded and the annotations are lost. Only if they are saved will they remain. I have put in a fix to try
  2. ok
  3. allows a complete run to compute stats (note: this will consider all compete runs)

NOTE: compare with should be empty (added an empty option)

  1. This worked for me. process: label all deployments. choose a scenario (it should appear if all deployments labelled in the run) click box plots
  2. This also displayed only a single set process: label all deployments in 2 runs, select scenario in Scenario and click box plots
  3. I think this is fixed
  4. where does this calculation sit? plots are removed ?
mcrooks83 commented 7 months ago

created a component to add acclimation depth.

jtuhtan commented 7 months ago
  1. After labeling and marking ROI for a given deployment and choosing a different deployment from the drop-down, the ROI from the previous deployment are also shown, effectively showing two different sets of labels on the current selected deployment.

  2. When selecting "prev" on the top right menu, the deployment "Test no..." in the drop-down changes, but the plot remains the same.

  3. After the user has completed all ROI labels and selects "Mark as Labeled" it is not longer possible to change the labels. Can we add a "Relabel ROI" button so that the user is able to change the ROI if needed?

mcrooks83 commented 7 months ago
  1. seems to work on latest commit
  2. fixd
  3. reset button does this