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')

Réponses (0)

Catégories

En savoir plus sur Geoscience dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by