Skip to content

add radcam 4 cameras top upper euatorial and bottom or 1 to 4

Olivier Sauter requested to merge add_radcam_sxr into master

for recent shots or specific request use radcam for sxr with the 4 views in subfields: 'top' 'upper' 'equatorial' and 'bottom': aa=gdat(shot,'sxr','doplot',1); aa=gdat(shot,'radcam','doplot',1,'camera',[1 3]); % or equivalent: aa=gdat(shot,'radcam','doplot',1,'camera',{'top','equatorial'}); or aa=gdat(shot,'sxr','source','radcam','doplot',1,'camera',[1 3]);

uses radcam command to get sxr, see data_fullpath

@contre @lsimons for info

Edited by Olivier Sauter

Merge request reports