Change OUTPUT_PARTICLE_NAME
to be reconstruction-neutral
#164
Labels
tech debt cleanup
We need to do this to avoid tech debt
Currently
config.py
specifies:and I believe the key should be made neutral w.r.t. the reconstruction algorithm (i.e. "RecoSeedParticle"), in order to improve readability of the code (although functionally speaking this is irrelevant).
This change would be trivial, if it wasn't for the fact that the key is hardcoded in some test data that would need to be updated, namely
pframe
pickles at: https://github.com/icecube/skymap_scanner/tree/main/tests/data/reco_pixel_pklsNote that I would also change
OUTPUT_PARTICLE_NAME
to something more meaningful such asSEED_PARTICLE_NAME
. This is an "output" only from the point of view of the server, but for the client it's an input.The text was updated successfully, but these errors were encountered: