Skip to content

Correcting for a factor in the outputs of the DIPZ regression in Athena

Mohammed Aboelela requested to merge maboelel/athena:correcting-dipz into main

The original current DIPZ output from Athena has a factor of "50" in the outputs that we want to get rid of. Thus we derived another neural network with an extral layer that does such change and validated it. We defined the output of the network with a new timestamp. Here, we modified the files that use DIPZ with the new timestamped variable name, and also pointed athena to the location of the new json file.

These changes passed the test_trigAna_RDOtoAOD_v1Dev_build.py tests and the new timestamped output variables were inspected in the output AOD from the test.

Edited by Mohammed Aboelela

Merge request reports