From a435527e9df869299ea5ae89c9b50975168e6e13 Mon Sep 17 00:00:00 2001 From: Adam Myers Date: Wed, 30 Aug 2017 09:39:03 -0700 Subject: [PATCH] allow DR5 release number, not we have some processed DR5 imaging --- py/desitarget/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',