move rot2D, princ_angle, sci_not to utils.py library, correct write_to from align/crop_map

This commit is contained in:
2024-03-11 18:02:48 +01:00
parent 0d8e3a8c47
commit 10c35b10fc
4 changed files with 56 additions and 50 deletions

View File

@@ -14,7 +14,7 @@ from os.path import join as path_join
from astropy.io import fits
from astropy.wcs import WCS
from lib.convex_hull import clean_ROI
from lib.plots import princ_angle
from lib.utils import princ_angle
def get_obs_data(infiles, data_folder="", compute_flux=False):