About Creating SAC file

I'm trying to create SAC files by mksac function by François Beauducel. The default unit of the function is velocity, but I need to use acceleration. So I need to modify the header of data unit, which is "IDEP" according to IRIS. Here is my question, I'm not sure what kind of input I should give to this header(IDEP). The following is my code.
mksac([pwd,'\SACfile\',filenamev],Av,0,'NPTS',length(Av),...
'DELTA',dt,'KSTNM',station_name,'KCMPNM','Z','CMPINC',0,...
'STLA',slat,'STLO',slon,'STEL',selv,'EVLA',elat,'EVLO',elon,...
'MAG',MAG,'LEVEN',true,'IDEP','IACC')

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeGeoscience についてさらに検索

タグ

質問済み:

2017 年 9 月 6 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by