We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dde87f commit 764bb3bCopy full SHA for 764bb3b
3 files changed
.gitignore
@@ -1,2 +1,3 @@
1
src/__pycache__/
2
-.venv/
+.venv/
3
+output/
src/server.py
@@ -19,7 +19,7 @@
19
FAVICON_PATH = WEB_DIR / "favicon.ico"
20
21
logging.basicConfig(
22
- level=logging.INFO,
+ level=logging.DEBUG,
23
format="%(asctime)s %(levelname)s [%(name)s] %(message)s",
24
)
25
src/skyview_downloader.py
@@ -124,7 +124,7 @@ def fetch_survey_image(
124
125
126
images = SkyView.get_images(
127
- position=pos,
+ position="Alpha Carinae", # Works only when using a string
128
survey=[survey],
129
coordinates="J2000",
130
width=f"{width_deg} deg",
0 commit comments