generated from erosita/uds
maps
This commit is contained in:
@@ -7,7 +7,7 @@ import numpy as np
|
||||
import pandas as pd
|
||||
from astropy.io import fits
|
||||
import matplotlib.pyplot as plt
|
||||
import math, sys
|
||||
import math, sys, os
|
||||
import pickle
|
||||
|
||||
from sklearn.linear_model import LinearRegression
|
||||
@@ -42,6 +42,9 @@ nrev=0
|
||||
bgdmodel={}
|
||||
ignored_scw=[]
|
||||
|
||||
if not os.path.exists(proddir):
|
||||
os.makedirs(proddir)
|
||||
|
||||
for rev in range(revmin,revmax):
|
||||
|
||||
# if not (rev==341):
|
||||
|
Reference in New Issue
Block a user