I would like to be able to manually flag fdnums and scans for a particular observing session in the degas pipeline. For truly general implementation, you could also implement spw and polarization flagging as well, but degas only has one spw and argus only has one polarization, so this functionality isn't strictly necessary at present.
I'm creating the ticket here since I believe that the underlying gbtpipe code needs to be changed (although some changes will likely be necessary in the degas pipeline).
The above is implementation agnostic. As I see it, there are two possible appropriate ways to get the info into the DEGAS pipeline: we can use the observing logs creating an extra column for manual flags or we can use a simple text file that we feed into the data reduction. My slight preference to use the observing logs since that's were all the information is aggregated anyway, but I could be persuaded to go the text file route. I'm not sure what's the best route for the best reproducibility.
I would like to be able to manually flag fdnums and scans for a particular observing session in the degas pipeline. For truly general implementation, you could also implement spw and polarization flagging as well, but degas only has one spw and argus only has one polarization, so this functionality isn't strictly necessary at present.
I'm creating the ticket here since I believe that the underlying gbtpipe code needs to be changed (although some changes will likely be necessary in the degas pipeline).
The above is implementation agnostic. As I see it, there are two possible appropriate ways to get the info into the DEGAS pipeline: we can use the observing logs creating an extra column for manual flags or we can use a simple text file that we feed into the data reduction. My slight preference to use the observing logs since that's were all the information is aggregated anyway, but I could be persuaded to go the text file route. I'm not sure what's the best route for the best reproducibility.