-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TNS-reported FRB missing from CHIME catalog #7
Comments
@0xCoto How are you retrieving the data, i.e. Analyzing the CSV directly from from cfod import catalog
data = catalog.as_dict() I am asking, because one of the data transformations from the originally provided |
@shinybrar I downloaded the CSV dataset from the 'Catalog 1 as a csv file' button (http://chime-frb.ca/catalog), and noticed I had a TNS CHIME FRB on my older database which was not in the downloaded CSV. I also tried looking up the FRB via the web platform, and it was also missing. |
@0xCoto We will look into this and report back to you @0xCoto . Given its the weekend, it could be sometime before we get a reply. @andrewzwaniga Can you take point on this issue, since there seems to be a TNS name for the FRB and not a corresponding burst in the catalog. |
Also missing: There's a bunch more I've spotted, but I hope these examples will suffice! |
On the topic of TNS entries, I'd like to ask for a clarification regarding the identity of the following FRB(s):
The CHIME catalog does not appear to contain 20180908A, but the reported S:N is slightly different between the two bursts ( They also appear to have the same reported burst time, but the lack of a (nearly) duplicate event here indicates it is probably a TNS duplicate event. |
Hi @0xCoto, thanks for your diligence. I am getting up to speed with this today and doing a deep dive. I will post an update a little later today. |
Hi @0xCoto, thanks for your patience. I looked at the 7 events you reported so far. Please see the attached Across the events you identified, there are three mutually exclusive issues going on here.
Only one event, 20190626A, falls under case 2. Please let me know if you find or have found other instances like these and I will do the same to track down their explanations. |
Adding the FRB's here for more visibility.
@andrewzwaniga What is the due course of action here?
|
Regarding the TNS, I think the action item there is:
Regarding the CHIME/FRB Catalog 1, especially the burst with intensity data that did not appear in the Catalog, we have two action items:
|
Hi @andrewzwaniga, Does the TNS have some kind of changelog for this page? I believe my database is missing one FRB that the TNS has, and I'm trying to see which one it could be, but I don't quite remember what the total number of events were on the TNS last time I checked. |
I am not aware of any official change log for that page. The closest I can think of is the daily emails that TNS sends out with newly reported FRBs around 22:00 UTC, for those registered for that. But admittedly that's not a programmatic way of assessing changes. At this stage it may amount to downloading the full CSV of TNS search results and checking against the |
@0xCoto The CHIME/FRB catalog only contains events detected between July 25 2018 to July 1 2019. Most of these additional events are part of other papers from the CHIME/FRB Collaboration, and will be included in Catalog 2. |
@andrewzwaniga - Is it possible to download the entire CSV from the TNS page? I typically have to:
If |
Hi @0xCoto, in terms of FRBs on the TNS, the method you describe above is the best I know of. I agree with you that downloading them all in one shot is desirable, especially if it can be done through API. It may be possible to suggest this to the developers on the TNS side. I can write to them and get back to you. |
@andrewzwaniga - That'd be great if you could do that, thanks! |
I have written to developers of the TNS with ideas suggested by @0xCoto . I can post an update if or when I have one. |
@0xCoto @andrewzwaniga Is there any method to download the FRB data from TNS along with columns Flux, Fluence, burst width, etc, as these are not listed in the "Columns to display"? |
@nidhisainicloud - You can do this programmatically using something like frbcat. However, there seem to be some issues lately, so my fork might be a better option. I just submitted a pull request, so unless this is urgent, I'd suggest waiting a day or two for the developers to approve the PR: TRASAL/frbcat#15 To tackle all the issues with the TNS, I've worked on a similar platform that should allow you to obtain the data you need much more easily (all TNS entries should be part of FRBSTATS): https://www.herta-experiment.org/frbstats More details can be found on the paper, but you can download the data you're interested in as a CSV, JSON, Google spreadsheet, or even query things programmatically using the API. |
The TNS has a CHIME FRB event reported under the name of FRB 20190224F. However, I could not manage to trace this FRB back to the CHIME catalog, nor the repeaters page.
Could you please give some input as to where exactly this event could have been derived from, and whether a different name has been assigned to this event on the CHIME catalog?
The text was updated successfully, but these errors were encountered: