Loading noctua/templates/fillheader.py +2 −2 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ class Template(BaseTemplate): try: save = params.get("save") or True objname = params.get("object") or "test" imagetyp = params.get("imagetyp") or "object" log.debug("-------------") log.debug(imagetyp) log.debug(params.get("imagetyp")) imagetyp = params.get("imagetyp") or "object" ob = params.get("ob") or None tpl = params.get("template") or None radec = params["radec"] Loading noctua/utils/structure.py +0 −3 Original line number Diff line number Diff line Loading @@ -60,9 +60,6 @@ def frame_folder(header): Create a folder depending on the image type in FITS header: bias, flat, object, dark """ print("----------------------") print(header[imagetyp]) print("----------------------") frame = header[imagetyp] if isinstance(frame, int): folder_name = dir_type[frame] Loading Loading
noctua/templates/fillheader.py +2 −2 Original line number Diff line number Diff line Loading @@ -31,9 +31,9 @@ class Template(BaseTemplate): try: save = params.get("save") or True objname = params.get("object") or "test" imagetyp = params.get("imagetyp") or "object" log.debug("-------------") log.debug(imagetyp) log.debug(params.get("imagetyp")) imagetyp = params.get("imagetyp") or "object" ob = params.get("ob") or None tpl = params.get("template") or None radec = params["radec"] Loading
noctua/utils/structure.py +0 −3 Original line number Diff line number Diff line Loading @@ -60,9 +60,6 @@ def frame_folder(header): Create a folder depending on the image type in FITS header: bias, flat, object, dark """ print("----------------------") print(header[imagetyp]) print("----------------------") frame = header[imagetyp] if isinstance(frame, int): folder_name = dir_type[frame] Loading