Opened 6 years ago
Closed 4 years ago
#533 closed bug (fixed)
verify that data folders are properly cleaned out on data loading
Reported by: | srkline | Owned by: | srkline |
---|---|---|---|
Priority: | major | Milestone: | VSANS Reduction |
Component: | All Components | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
sometimes, I'm not so sure that this is being done correctly
if i create "extra" waves for testing, the are not automatically wiped out if new raw data is loaded
Change History (3)
comment:1 Changed 5 years ago by srkline
comment:2 Changed 5 years ago by srkline
I think I've got a lot of this taken care of - the folders are walked through and waves are all killed one-by-one.
This is absolutely necessary since not all data files will have the same blocks of information - temperature, polarization components, etc. are only written out if they are part of the configuration. Then simply copying the data folder will interleave the copy, not wipe the old out and write in the new.
Should be All OK now.
comment:3 Changed 4 years ago by srkline
- Resolution set to fixed
- Status changed from new to closed
appears to be OK for now.
also, try the same cleaning operations when one or more waves are in use in a table or a graph
walk through the tree and search for the "bad" waves and figure out why they aren't being removed
Document and automate the tests so that they can be repeated in the future in case more folders/features are added, to be sure that it still works.