About Creating SAC file

2 visualizaciones (últimos 30 días)
Hsiao Cheng Chuang
Hsiao Cheng Chuang el 6 de Sept. de 2017
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')

Respuestas (0)

Categorías

Más información sobre Geology en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by