Open howardisaacson opened 3 months ago
This is something that I can probably do when I refactor the instrument software for KPF-CC. It was already on my wish list to do this in fact. If things go as I'm currently envisioning them, we'll use the KPF-CC web portal to ingest OBs from PIs/observers and thus we'll know what program each OB is attached to. When we pull OBs from the DB to execute them, we can write the appropriate keywords to get ingested to the FITS header. Not sure what the schedule will be, but will probably know more in the next couple of months.
There is currently a keyword called PROGNAME in the FITS headers. That gets the value from kpfexpose (which gets the value from the schedule somehow, it was U277 on August 11 which is the coversheet ID for Courtney's night.) We could reuse that or create a new keyword to separate the scheduled night from the actual target.
Brad
On Tue, Aug 13, 2024 at 3:54 PM Josh Walawender @.***> wrote:
This is something that I can probably do when I refactor the instrument software for KPF-CC. It was already on my wish list to do this in fact. If things go as I'm currently envisioning them, we'll use the KPF-CC web portal to ingest OBs from PIs/observers and thus we'll know what program each OB is attached to. When we pull OBs from the DB to execute them, we can write the appropriate keywords to get ingested to the FITS header. Not sure what the schedule will be, but will probably know more in the next couple of months.
— Reply to this email directly, view it on GitHub https://github.com/Keck-DataReductionPipelines/KPF-Pipeline/issues/932#issuecomment-2287018108, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJJHGXCWDOCMM6CPIHAQ43ZRJQBHAVCNFSM6AAAAABMO6CGOOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBXGAYTQMJQHA . You are receiving this because you are subscribed to this thread.Message ID: @.*** .com>
Having the ownership of the observation in the header will be useful for data distribution purposes. The code in the OB could be something like: 2024B_U123.
Can add this to the Observing block?