📄 ge_dumpimageheader.m
字号:
outstr = strcat(outstr, sprintf('user19: %f\n', img.user19));
outstr = strcat(outstr, sprintf('user20: %f\n', img.user20));
outstr = strcat(outstr, sprintf('user21: %f\n', img.user21));
outstr = strcat(outstr, sprintf('user22: %f\n', img.user22));
outstr = strcat(outstr, sprintf('user23: %f\n', img.user23));
outstr = strcat(outstr, sprintf('user24: %f\n', img.user24));
outstr = strcat(outstr, sprintf('im_alloc_key: %s\n', sprintf('%s',img.im_alloc_key)));
outstr = strcat(outstr, sprintf('im_lastmod: %d\n', img.im_lastmod));
outstr = strcat(outstr, sprintf('im_verscre: %s\n', char(img.im_verscre)));
outstr = strcat(outstr, sprintf('im_verscur: %s\n', char(img.im_verscur)));
outstr = strcat(outstr, sprintf('im_pds_a: %d\n', img.im_pds_a));
outstr = strcat(outstr, sprintf('im_pds_c: %d\n', img.im_pds_c));
outstr = strcat(outstr, sprintf('im_pds_u: %d\n', img.im_pds_u));
outstr = strcat(outstr, sprintf('im_checksum: %d\n', img.im_checksum));
outstr = strcat(outstr, sprintf('im_archived: %d\n', img.im_archived));
outstr = strcat(outstr, sprintf('im_complete: %d\n', img.im_complete));
outstr = strcat(outstr, sprintf('satbits: %d\n', img.satbits));
outstr = strcat(outstr, sprintf('scic: %d\n', img.scic));
outstr = strcat(outstr, sprintf('satxloc1: %d\n', img.satxloc1));
outstr = strcat(outstr, sprintf('satxloc2: %d\n', img.satxloc2));
outstr = strcat(outstr, sprintf('satyloc1: %d\n', img.satyloc1));
outstr = strcat(outstr, sprintf('satyloc2: %d\n', img.satyloc2));
outstr = strcat(outstr, sprintf('satzloc1: %d\n', img.satzloc1));
outstr = strcat(outstr, sprintf('satzloc2: %d\n', img.satzloc2));
outstr = strcat(outstr, sprintf('satxthick: %d\n', img.satxthick));
outstr = strcat(outstr, sprintf('satythick: %d\n', img.satythick));
outstr = strcat(outstr, sprintf('satzthick: %d\n', img.satzthick));
outstr = strcat(outstr, sprintf('flax: %d\n', img.flax));
outstr = strcat(outstr, sprintf('venc: %d\n', img.venc));
outstr = strcat(outstr, sprintf('thk_disclmr: %d\n', img.thk_disclmr));
outstr = strcat(outstr, sprintf('ps_flag: %d\n', img.ps_flag));
outstr = strcat(outstr, sprintf('ps_status: %d\n', img.ps_status));
outstr = strcat(outstr, sprintf('image_type: %d\n', img.image_type));
outstr = strcat(outstr, sprintf('vas_collapse: %d\n', img.vas_collapse));
outstr = strcat(outstr, sprintf('user23n: %f\n', img.user23n));
outstr = strcat(outstr, sprintf('user24n: %f\n', img.user24n));
outstr = strcat(outstr, sprintf('proj_alg: %d\n', img.proj_alg));
outstr = strcat(outstr, sprintf('proj_name: %s\n', cstring(img.proj_name)));
outstr = strcat(outstr, sprintf('x_axis_rot: %f\n', img.x_axis_rot));
outstr = strcat(outstr, sprintf('y_axis_rot: %f\n', img.y_axis_rot));
outstr = strcat(outstr, sprintf('z_axis_rot: %f\n', img.z_axis_rot));
outstr = strcat(outstr, sprintf('thresh_min1: %d\n', img.thresh_min1));
outstr = strcat(outstr, sprintf('thresh_max1: %d\n', img.thresh_max1));
outstr = strcat(outstr, sprintf('thresh_min2: %d\n', img.thresh_min2));
outstr = strcat(outstr, sprintf('thresh_max2: %d\n', img.thresh_max2));
outstr = strcat(outstr, sprintf('echo_trn_len: %d\n', img.echo_trn_len));
outstr = strcat(outstr, sprintf('frac_echo: %d\n', img.frac_echo));
outstr = strcat(outstr, sprintf('prep_pulse: %d\n', img.prep_pulse));
outstr = strcat(outstr, sprintf('cphasenum: %d\n', img.cphasenum));
outstr = strcat(outstr, sprintf('var_echo: %d\n', img.var_echo));
outstr = strcat(outstr, sprintf('ref_img: %s\n', char(img.ref_img)));
outstr = strcat(outstr, sprintf('sum_img: %s\n', char(img.sum_img)));
outstr = strcat(outstr, sprintf('img_window: %d\n', img.img_window));
outstr = strcat(outstr, sprintf('img_level: %d\n', img.img_level));
outstr = strcat(outstr, sprintf('slop_int_1: %d\n', img.slop_int_1));
outstr = strcat(outstr, sprintf('slop_int_2: %d\n', img.slop_int_2));
outstr = strcat(outstr, sprintf('slop_int_3: %d\n', img.slop_int_3));
outstr = strcat(outstr, sprintf('slop_int_4: %d\n', img.slop_int_4));
outstr = strcat(outstr, sprintf('slop_int_5: %d\n', img.slop_int_5));
outstr = strcat(outstr, sprintf('slop_float_1: %f\n', img.slop_float_1));
outstr = strcat(outstr, sprintf('slop_float_2: %f\n', img.slop_float_2));
outstr = strcat(outstr, sprintf('slop_float_3: %f\n', img.slop_float_3));
outstr = strcat(outstr, sprintf('slop_float_4: %f\n', img.slop_float_4));
outstr = strcat(outstr, sprintf('slop_float_5: %f\n', img.slop_float_5));
outstr = strcat(outstr, sprintf('slop_str_1: %s\n', cstring(img.slop_str_1)));
outstr = strcat(outstr, sprintf('slop_str_2: %s\n', cstring(img.slop_str_2)));
outstr = strcat(outstr, sprintf('scanactno: %d\n', img.scanactno));
outstr = strcat(outstr, sprintf('vasflags: %d\n', img.vasflags));
outstr = strcat(outstr, sprintf('vencscale: %f\n', img.vencscale));
outstr = strcat(outstr, sprintf('integrity: %d\n', img.integrity));
outstr = strcat(outstr, sprintf('fphase: %d\n', img.fphase));
outstr = strcat(outstr, sprintf('freq_dir: %d\n', img.freq_dir));
outstr = strcat(outstr, sprintf('vas_mode: %d\n', img.vas_mode));
outstr = strcat(outstr, sprintf('image_uid: %s\n', sprintf('%s',img.image_uid)));
outstr = strcat(outstr, sprintf('sop_uid: %s\n', sprintf('%s',img.sop_uid)));
outstr = strcat(outstr, sprintf('dont_use_1: %d\n', img.dont_use_1));
outstr = strcat(outstr, sprintf('dont_use_2: %d\n', img.dont_use_2));
outstr = strcat(outstr, sprintf('dont_use_3: %d\n', img.dont_use_3));
outstr = strcat(outstr, sprintf('pscopts: %d\n', img.pscopts));
outstr = strcat(outstr, sprintf('asoffsetx: %d\n', img.asoffsetx));
outstr = strcat(outstr, sprintf('asoffsety: %d\n', img.asoffsety));
outstr = strcat(outstr, sprintf('asoffsetz: %d\n', img.asoffsetz));
outstr = strcat(outstr, sprintf('unoriginal: %d\n', img.unoriginal));
outstr = strcat(outstr, sprintf('interleaves: %d\n', img.interleaves));
outstr = strcat(outstr, sprintf('effechospace: %d\n', img.effechospace));
outstr = strcat(outstr, sprintf('viewsperseg: %d\n', img.viewsperseg));
outstr = strcat(outstr, sprintf('rbpm: %d\n', img.rbpm));
outstr = strcat(outstr, sprintf('rtpoint: %d\n', img.rtpoint));
outstr = strcat(outstr, sprintf('rcvrtype: %d\n', img.rcvrtype));
outstr = strcat(outstr, sprintf('dbdt: %f\n', img.dbdt));
outstr = strcat(outstr, sprintf('dbdtper: %f\n', img.dbdtper));
outstr = strcat(outstr, sprintf('estdbdtper: %f\n', img.estdbdtper));
outstr = strcat(outstr, sprintf('estdbdtts: %f\n', img.estdbdtts));
outstr = strcat(outstr, sprintf('saravghead: %f\n', img.saravghead));
outstr = strcat(outstr, sprintf('neg_scanspacing: %f\n', img.neg_scanspacing));
outstr = strcat(outstr, sprintf('offsetfreq: %d\n', img.offsetfreq));
outstr = strcat(outstr, sprintf('user_usage_tag: %d\n', img.user_usage_tag));
outstr = strcat(outstr, sprintf('user_fill_mapMSW: %d\n', img.user_fill_mapMSW));
outstr = strcat(outstr, sprintf('user_fill_mapLSW: %d\n', img.user_fill_mapLSW));
outstr = strcat(outstr, sprintf('user25: %f\n', img.user25));
outstr = strcat(outstr, sprintf('user26: %f\n', img.user26));
outstr = strcat(outstr, sprintf('user27: %f\n', img.user27));
outstr = strcat(outstr, sprintf('user28: %f\n', img.user28));
outstr = strcat(outstr, sprintf('user29: %f\n', img.user29));
outstr = strcat(outstr, sprintf('user30: %f\n', img.user30));
outstr = strcat(outstr, sprintf('user31: %f\n', img.user31));
outstr = strcat(outstr, sprintf('user32: %f\n', img.user32));
outstr = strcat(outstr, sprintf('user33: %f\n', img.user33));
outstr = strcat(outstr, sprintf('user34: %f\n', img.user34));
outstr = strcat(outstr, sprintf('user35: %f\n', img.user35));
outstr = strcat(outstr, sprintf('user36: %f\n', img.user36));
outstr = strcat(outstr, sprintf('user37: %f\n', img.user37));
outstr = strcat(outstr, sprintf('user38: %f\n', img.user38));
outstr = strcat(outstr, sprintf('user39: %f\n', img.user39));
outstr = strcat(outstr, sprintf('user40: %f\n', img.user40));
outstr = strcat(outstr, sprintf('user41: %f\n', img.user41));
outstr = strcat(outstr, sprintf('user42: %f\n', img.user42));
outstr = strcat(outstr, sprintf('user43: %f\n', img.user43));
outstr = strcat(outstr, sprintf('user44: %f\n', img.user44));
outstr = strcat(outstr, sprintf('user45: %f\n', img.user45));
outstr = strcat(outstr, sprintf('user46: %f\n', img.user46));
outstr = strcat(outstr, sprintf('user47: %f\n', img.user47));
outstr = strcat(outstr, sprintf('user48: %f\n', img.user48));
outstr = strcat(outstr, sprintf('slop_int_6: %d\n', img.slop_int_6));
outstr = strcat(outstr, sprintf('slop_int_7: %d\n', img.slop_int_7));
outstr = strcat(outstr, sprintf('slop_int_8: %d\n', img.slop_int_8));
outstr = strcat(outstr, sprintf('slop_int_9: %d\n', img.slop_int_9));
outstr = strcat(outstr, sprintf('mr_padding: %s\n', cstring(img.mr_padding)));
return
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -