{ "cells": [ { "cell_type": "markdown", "id": "c4daedc9", "metadata": {}, "source": [ "# Observer" ] }, { "cell_type": "code", "execution_count": 2, "id": "e5eb2aeb", "metadata": {}, "outputs": [], "source": [ "from supy.observer import mainObserver, Staralt" ] }, { "cell_type": "markdown", "id": "c0cc6633", "metadata": {}, "source": [ "## Main Observer" ] }, { "cell_type": "code", "execution_count": 3, "id": "a0fc9dd6", "metadata": {}, "outputs": [], "source": [ "observer = mainObserver(OBSERVER_TIMEZONE=\"Asia/Seoul\") # The default is the 7DT timezone." ] }, { "cell_type": "markdown", "id": "b21b782f", "metadata": {}, "source": [ "### Current UTC and local time " ] }, { "cell_type": "code", "execution_count": 4, "id": "145c73c5", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "('2025-03-31T08:47:40.276', '2025-03-31T08:47:40.276')" ] }, "execution_count": 4, "metadata": {}, "output_type": "execute_result" } ], "source": [ "observer.now().fits, observer.localtime().fits" ] }, { "cell_type": "markdown", "id": "7e0706a6", "metadata": {}, "source": [ "### Current Moon alt and az" ] }, { "cell_type": "code", "execution_count": 5, "id": "d57338cd", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "" ] }, "execution_count": 5, "metadata": {}, "output_type": "execute_result" } ], "source": [ "observer.moon_altaz()" ] }, { "cell_type": "markdown", "id": "3ed0f744", "metadata": {}, "source": [ "### Current Sunrise and Sunset" ] }, { "cell_type": "code", "execution_count": 6, "id": "1e59c5df", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "('2025-03-31T09:33:45.483', '2025-03-31T00:01:09.440')" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "observer.sun_risetime().fits, observer.sun_settime().fits" ] }, { "cell_type": "markdown", "id": "d654591e", "metadata": {}, "source": [ "## StarAlt" ] }, { "cell_type": "code", "execution_count": 7, "id": "acc5f52e", "metadata": {}, "outputs": [], "source": [ "star = Staralt()" ] }, { "cell_type": "markdown", "id": "d0820bad", "metadata": {}, "source": [ "### Select the target " ] }, { "cell_type": "code", "execution_count": 8, "id": "f9f6039c", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "