diff --git a/py/desitarget/io.py b/py/desitarget/io.py index d7a479750..01415ed2a 100644 --- a/py/desitarget/io.py +++ b/py/desitarget/io.py @@ -22,7 +22,7 @@ #ADM this is a lookup dictionary to map RELEASE to a simpler "North" or "South" #ADM photometric system. This will expand with the definition of RELEASE in the #ADM Data Model (e.g. https://desi.lbl.gov/trac/wiki/DecamLegacy/DR4sched) -releasedict = {3000: 'S', 4000: 'N'} +releasedict = {3000: 'S', 4000: 'N', 5000: 'S'} oldtscolumns = [ 'BRICKID', 'BRICKNAME', 'OBJID', 'TYPE',