mcrooks83 / rapid_sensor_app

Rapid Sensor Desktop Analysis Suite
0 stars 0 forks source link

Response #5

Open jtuhtan opened 7 months ago

jtuhtan 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 OK for now.

  2. ok DONE

  3. allows a complete run to compute stats (note: this will consider all compete runs) DONE

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 DONE

5. This also displayed only a single set process: label all deployments in 2 runs, select scenario in Scenario and click box plots Here a legend is needed to indicate which box plots belong to which run.

  1. I think this is fixed DONE - will do QA on values in RPC Max and RPC Min based on these entries.

  2. where does this calculation sit? plots are removed ? Calculations should be displayed in the summary statistics table under "RPC Max" and "RPC Min".

_Originally posted by @mcrooks83 in https://github.com/mcrooks83/rapid_sensor_app/issues/3#issuecomment-1919064761_

mcrooks83 commented 7 months ago

5. This also displayed only a single set process: label all deployments in 2 runs, select scenario in Scenario and click box plots Here a legend is needed to indicate which box plots belong to which run.

This needs revisiting as all data in a scenario is consolidated and thus will produce 1 box plot for a scenario

if there were say 20 runs there is no screen real estate to plot 20 box plots

mcrooks83 commented 7 months ago

legend has been added