Summary of my astronomy observations with statistics and sky maps
statistics astronomy astrophotography

Update

-1
README.md
··· 32 32 | TIC 272758199.01 | 12960.00 | 72 | 237.32 | 71.44 | 2025-03-18 | 2025-03-19 | 33 33 | TOI-2154b | 12480.00 | 104 | 71.00 | 84.36 | 2025-03-27 | 2025-03-27 | 34 34 35 - |
+2 -2
footprint_viz.ipynb
··· 359 359 }, 360 360 { 361 361 "cell_type": "code", 362 - "execution_count": 16, 362 + "execution_count": 17, 363 363 "id": "a2b404e9", 364 364 "metadata": {}, 365 365 "outputs": [], ··· 378 378 " text = f.read()\n", 379 379 " start = text.find(\"## Observations statistics\")\n", 380 380 " # end = text.find(\"## Observations locations\", start + 1)\n", 381 - " end = len(text)-1\n", 381 + " end = len(text)\n", 382 382 "\n", 383 383 "with open(\"README.md\", \"w\") as f:\n", 384 384 " f.write(text[:start])\n",