Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 22, 2024
1 parent 9d1f36a commit 4856251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHIMERA_V1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -920,4 +920,4 @@
]
}
]
}
}
7 changes: 1 addition & 6 deletions CHIMERA_V2.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
import astropy
from astropy import wcs
from astropy.io import fits
from astropy.modeling.models import Gaussian2D
import astropy.units as u
from astropy.utils.data import download_file
from astropy.visualization import astropy_mpl_style
import cv2
import glob
import mahotas
import matplotlib.pyplot as plt
import numpy as np
import scipy
import scipy.interpolate
import sunpy
import sunpy.map
import sys
from scipy.interpolate import interp2d, RectBivariateSpline
import sunpy.data.sample


Expand Down Expand Up @@ -217,4 +212,4 @@ def set_thresh(dat: np.array, b_val: float, u_val: float):
bmhot[np.where(t0+t1 < (0.7*(np.mean(datb)+np.mean(datc))))]=1
bmcool[np.where(t2/t1 >= ((np.mean(data)*1.5102)/(np.mean(datb))))]=1

print(bmcool)
print(bmcool)

0 comments on commit 4856251

Please sign in to comment.