You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have a few basic questions about the *.nc files generated in the different steps. I'm trying to export the results of the reference stack to segy (or first miniseed then segy).
I loaded a few *.nc files and I noticed there are two data variables REF and a CCF:
From the figures I can see that CCF is the actual reference stack cross-correlation, while I am not particularly sure what REF is for.
REF
CCF
I would appreciate any comments or suggestions on how best to convert all these *.nc files to mseed (or segy) and if there is a way of extracting metadata from the *.nc files such as the station pair, or other items that can be used to populate an obspy stream for example.
Thanks
The text was updated successfully, but these errors were encountered:
The best is to use the API to get the results and export them, not to read the NC files directly. See the "interaction examples" in the documentation. Also, note that the current master version and its documentation aren't fully finished, and this is "as is"...
(NB: the ref NC shouldn't contain a CCF object but a REF object indeed (in the example above, the REF object was pre-filled with random values (python randoms: 0 to 1 and should have been replaced by the true CCF values). Leaving this issue open for that very reason, for other interaction questions, please use the Discussions tab!
Hi I have a few basic questions about the *.nc files generated in the different steps. I'm trying to export the results of the reference stack to segy (or first miniseed then segy).
I loaded a few *.nc files and I noticed there are two data variables REF and a CCF:
From the figures I can see that CCF is the actual reference stack cross-correlation, while I am not particularly sure what REF is for.
REF
![nc_ref_plot](https://private-user-images.githubusercontent.com/135829054/382873106-fecac819-a0a8-4df0-a26c-1a0e304df51a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzM0MTcsIm5iZiI6MTczOTU3MzExNywicGF0aCI6Ii8xMzU4MjkwNTQvMzgyODczMTA2LWZlY2FjODE5LWEwYTgtNGRmMC1hMjZjLTFhMGUzMDRkZjUxYS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMjQ1MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMDM5YjI2MTQ0NmZjN2UyZjMxZTY0Y2FmYTY3M2VmN2FkMzc2M2QxMzA5MDU5MDQ2ZGM3NTA5NzFiYTcyNWNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6kGcV6neSqAFNZIT1X4U-O1Zm3eo2-OQ0bDFnyZ-W30)
CCF
![nc_ccf_plot](https://private-user-images.githubusercontent.com/135829054/382874013-1b80cda4-e806-475d-a4c6-79a15368d494.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzM0MTcsIm5iZiI6MTczOTU3MzExNywicGF0aCI6Ii8xMzU4MjkwNTQvMzgyODc0MDEzLTFiODBjZGE0LWU4MDYtNDc1ZC1hNGM2LTc5YTE1MzY4ZDQ5NC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMjQ1MTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wNjdiN2E3MzUzYzQ1ZTE3MjFlNDM4Y2FhM2RhNWRlMzlhNWFmZTU2ZmFiMDIyOGNjOWIwYzY3Nzg1MDljZmUyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.X5uqw9d5U0xlk4Eh2JtIYYUBE_7WNGvodaeOx_WC_Q0)
I would appreciate any comments or suggestions on how best to convert all these *.nc files to mseed (or segy) and if there is a way of extracting metadata from the *.nc files such as the station pair, or other items that can be used to populate an obspy stream for example.
Thanks
The text was updated successfully, but these errors were encountered: