Over time, machine learning models have found increasing use in the field of noise removal from picture or time-series data. In order to find the hidden signals beneath the detector noise, I intended to test ML models on GW data analysis. For this, I intended to create a synthetic GW data (GW injections) and add them to the detector noise as well as the Gaussian noise. Then i will test the model on real time LIGO data around detected O1 + O2 +O3 events.
Q: For generating the synthetic data i am facing the issues i have referred the few papers and GitHub repositories i have find few links related to this. the given below repository is good but there are many difficulties to implement those codes and few off the libraries are deprecated form python now. ggwd .
anyone here who did the similar work related to this, please help me to generate the synthetic data to carry on my work further. Thanks in advance
You could start with the data set generated for the GW Kaggle competition. I checked, and you can still download the dataset, event though the competition is over:
Thanks a bunch Dr. Jonah, I am really glad for your hand to help me out. Finally i have found few best way to generate synthetic GW data. Recently i read an article that says instead of injecting data in the Gaussian noise, it’s better to inject into the detectors (which contains either detectors noise or detectors noise+glitches and it has exact PSD range that our real events contain ), Simply realistic noise. So i want to download detectors noise where there is no GW signals present, where one can download this (detectors wise)?
“zeropad” in the above code is belongs to which library?
If you want to download strain data from previous runs, you can download from the gwosc website. Navigate to the run you want to download from, pick 4 or 16 KHz sampling rate data, and then choose a time interval, a detector and you should end up in an “Archive” page with a list of download links. Let me know if you need more detailed steps. Files are about 120 MB each.
Thanks for the reply, if i download the strain data form the GWOSC website there might be a chance that the downloaded data contains GW signals, right?. Is this possible to download the strain data without GW signals? how to adjust the time interval accordingly to download it?
There is no strain data without the signals, as we don’t remove them when making them public.
But all the detections were made public in the catalogs, so you could check against the catalogs and avoid using times too close to a known detection.