Closed parulj3795 closed 5 years ago
To create a candidate.csv file, you would need
heimdall
or singlepulsesearch.py
Give the start time of the candidate in the filterbank file). In case of heimdall
its the third column.int(log2(8)) = 3
.Stitch this into a .csv file which looks like:
/path/to/filterbank/myfilterbank.fil,S/N,start_time,dm,boxcar_width
Hope this helps, let me know if you have more questions. If you have a specific candidate file from a pipeline for which you want help, please go ahead and paste it below.
In order to train my network, I need to have a training data set. Can I create fake FRB candidates using candmaker.py ?
Hi Devansh Could you please elaborate how many total features you have considered while generating candidate file? following are few features
With respect to above query.. I think these are the Parameters / features used... List of candidate parameters (fil_name, snr, width, dm, label, tcand(s))
@parulj3795 candmaker.py
cannot make fake FRBs. You can try using burst_search or simpulse.
fetch
is reasonably generic and you may not have to retrain it. Do you see it often fail in general or for some particular kind of examples?
Hi. I am following your paper 'Towards deeper neural networks for Fast Radio Burst detection'. Could you please direct on how to make the candidate file? The information in README.md is not very clear to me.