EDIT: See latest comment after re-open! - While this issue was initially created because of a bug on my side, the Issue actually exists
Old Issue:
|
""" The second file contains traces shifted by 800 samples in acquisition phase """ |
|
if filename == f"{raw_trace_folder_chesctf}/PinataAcqTask2.2_10k_upload.trs": |
|
sample_offset = 800 |
|
else: |
|
sample_offset = 0 |
|
|
I don't really understand the reasoning behind applying the 800 sample shift as done above.
Could you provide some insight on this?
This is the processed data without applying the 800 sample shift to the traces from PinataAcqTask2.2_10k_upload.trs


Below is with the 800 sample shift:


EDIT: See latest comment after re-open! - While this issue was initially created because of a bug on my side, the Issue actually exists
Old Issue:
feature_selection_dlsca/experiments/CHESCTF/generate_dataset.py
Lines 50 to 55 in eb5b909
I don't really understand the reasoning behind applying the 800 sample shift as done above.
Could you provide some insight on this?
This is the processed data without applying the 800 sample shift to the traces from
PinataAcqTask2.2_10k_upload.trsBelow is with the 800 sample shift: