Open lpsinger opened 2 months ago
According to the source code, foreground duration (triggering interval) is the binning interval and I can't find any keyword in the the core schema that is equivalent to this, so I'm thinking of saving this value as trigger_duration. I can submit a new pull request for this.
Additionally, according to the source code, the url is a fake value to be used as a placeholder until a server is set up by the mission (this may be separate Issue).
Additionally, according to the source code, the url is a fake value to be used as a placeholder until a server is set up by the mission (this may be separate Issue).
@jracusin, @Vidushi-GitHub, hopefully CALET has set up a real URL by now. Can you ping them?
According to the source code, foreground duration (triggering interval) is the binning interval and I can't find any keyword in the the core schema that is equivalent to this, so I'm thinking of saving this value as trigger_duration. I can submit a new pull request for this.
That's not a trigger duration. @Vidushi-GitHub, would you please work up a PR to add an appropriate field to a core schema?
Additionally, according to the source code, the url is a fake value to be used as a placeholder until a server is set up by the mission (this may be separate Issue).
@jracusin, @Vidushi-GitHub, hopefully CALET has set up a real URL by now. Can you ping them?
I am not sure if other instruments are reporting this specific "fore_duration" (described in https://gcn.gsfc.nasa.gov/sock_pkt_def_doc.html), 4 foreground/triggering intervals 0.25s, 0.5s, 1s and 4s. Right now we should go with a specific field, and add it to the core if it's found in more instruments.
@Vidushi-GitHub, do I understand that your proposed resolution is to leave this field as it is now?
Well right now that field is stored as 'rate_duration' which is defined in the core schema but does not accurately represent the value stored in this field. I could change this to 'foreground_duration' i.e. the same term used in the source code.
@Vidushi-GitHub, do I understand that your proposed resolution is to leave this field as it is now?
Yes correct! It's not conventional way in other gamma-ray instruments. We will add in core schema if we find more such missions using this field.
Additionally, according to the source code, the url is a fake value to be used as a placeholder until a server is set up by the mission (this may be separate Issue).
@jracusin, @Vidushi-GitHub, hopefully CALET has set up a real URL by now. Can you ping them?
@jracusin shall we ping the CALET team, if they have real URLs for the light curve?
I found this link (It seems to be the webpage for one of the PIs of the mission?) for the CALET mission that does seem to have some of the light curves for the initial notices but they seem to have stop updating it after 2019. Similarly I found that some of the initial notices on the gcn archive have a functioning lightcurve url but stop being updated around the same time.
@Vidushi-GitHub, @athish-thiru, please contact the CALET team to check for sure.
_Originally posted by @athish-thiru in https://github.com/nasa-gcn/gcn-classic-to-json/pull/20#discussion_r1702237564_