Retrieves SAC files from station & date info.

This function returns a vector of SAC file names
752 download
Aggiornato 13 nov 2009

Visualizza la licenza

This function returns a vector of SAC file names given information of the SAC file. The input format relies on the PASSCAL/IRIS file format, which is of the form:

STACODE.*.*.CHAN.YYYY.*JJJ.*SAC

The file names must include a 3-space Julian day and year in the file name, as well as a year.

USAGE
[Seis] = getSacFiles('STATION','CHAN',date1,date2);
[Seis] = getSacFiles('SAC','CHAN',date1,date2);
[Seis] = getSacFiles('SAC','SAC',date1,date2);
[Seis] = getSacFiles('STATION','CHAN',hour1,hour2,day,year);
[Seis] = getSacFiles('STATION','SAC',hour1,hour2,day,year);
[Seis] = getSacFiles('SAC','SAC',hour1,hour2,day,year);

Cita come

Joshua Carmichael (2025). Retrieves SAC files from station & date info. (https://it.mathworks.com/matlabcentral/fileexchange/25829-retrieves-sac-files-from-station-date-info), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2009b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Geology in Help Center e MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0