add time_out as array provided for radcam option
All threads resolved!
All threads resolved!
keep previous xtomo time_interval as is
With:
- aa1=gdat([81880],'radcam','doplot',1,'freq','slow','camera','upper');
we get interpos smoothed interpolation on 10kHz which may not be sufficient, so asking for 50kHz yields better information but still easier for quick analysis than full raw data
- aa2=gdat([81880],'radcam','doplot',1,'freq','slow','camera','upper','time_out',[aa1.t(1):2e-5:aa1.t(end)]);
A simple other use case:
- aa1=gdat([81880],'radcam','doplot',1,'time_out',[0.3 1]); % to get raw data within this time interval
Edited by Olivier Sauter
Merge request reports
Activity
requested review from @lsimons
assigned to @amerle
- Resolved by Olivier Sauter
I am happy to review it, but without comments in the code or tests, it's really difficult...
added 1 commit
- 127e80e8 - add comments to follow freq and time_out requests for radcam
added 2 commits
mentioned in issue #65
added 11 commits
-
21f34ee1...79172dc4 - 10 commits from branch
master
- 82407c98 - Merge branch 'master' into add_timeout_radcam
-
21f34ee1...79172dc4 - 10 commits from branch
enabled an automatic merge when the pipeline for 82407c98 succeeds
Please register or sign in to reply