Skip to content
Snippets Groups Projects

add time_out as array provided for radcam option

Merged Olivier Sauter requested to merge add_timeout_radcam into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading