|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox fscal.pro
fscal |
Combine (calibrate) a frequency switched integration. The resulting data container is returned.
get, mc_scan=22, cal='F', sig='T', pol='XX', if_num=1, int=1 ; sig copy,0,10 get, mc_scan=22, cal='T', sig='T', pol='XX', if_num=1, int=1 ;sigwcal copy,0,11 get, mc_scan=22, cal='F', sig='F', pol='XX', if_num=1, int=1 ; ref copy,0,12 get, mc_scan=22, cal='T', sig='F', pol='XX', if_num=1, int=1 ; refwcal copy,0,13 result = fscal(!g.s[10],!g.s[11], !g.s[12], !g.s[13]) set_data_container, result, 0 ; copy result back to buffer 0 and show the result data_free, result ; clean up pointers if result is no longer necessary