This commit is contained in:
2024-06-28 12:35:49 +03:00
parent ef604e08c8
commit 04843f27fc
72 changed files with 755 additions and 42 deletions

View File

@@ -41,8 +41,8 @@ from ridge.utils import *
from ridge.config import *
enkey = sys.argv[1]
key = sys.argv[2]
#key="ALL"
#key = sys.argv[2]
key="ALL"
fn='detcnts.{}.{}.resid.fits'.format(enkey,key)
d = fits.getdata(proddir+fn)