Problem
- no way to apply simple phase unwrapping to main thread, because it's broken into individual files, and has to be loaded one at a time.
- accumulated 2*pi unwrapping
- when stitching, we save data based on FOV count; have 1 FOV overlap
- after stitching, do a thorough truncating for all window files, so that the window-based resampling can start at an integer multiple of sampling period, and consecutive window file will have no resampling overlap.
- Prev window-file 1: truncate at the 1st resample node (RN) bound of the ov-FOV. NOTE: resample pos is an interpolation point, does not exist in data, so we need a true data bound, i.e., the lowest point that's greater than the resample window that bounds the RN.
- Suc window-file 2: truncate at the 2nd RN bound of the ov-FOV
- when resampling, we resample each window file.
- window file should be larger than a processing window for polyfit.
- when final concatenating, do beginning-alignment, discard overlap.
- for unwrapping, data needed: i_window_file; count_revolution;
- for resampling, data needed: sample rate/period in angles, resample window-size

No comments:
Post a Comment