Loading noctua/templates/fillheader.py +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ class Template(BaseTemplate): try: save = params.get("save") or True objname = params.get("object") or "test" imagetyp = params.get("imagetyp").strip() or "object" imagetyp = params.get("imagetyp") or "object" print(imagetyp) ob = params.get("ob") or None tpl = params.get("template") or None radec = params["radec"] Loading Loading
noctua/templates/fillheader.py +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ class Template(BaseTemplate): try: save = params.get("save") or True objname = params.get("object") or "test" imagetyp = params.get("imagetyp").strip() or "object" imagetyp = params.get("imagetyp") or "object" print(imagetyp) ob = params.get("ob") or None tpl = params.get("template") or None radec = params["radec"] Loading