These are notes I've made which trying to get a development version working on my local docker
install.
Running the first time in development. You have to build the opened-dev
image, (see docs)
These are notes I've made which trying to get a development version working on my local docker
install.
Running the first time in development. You have to build the opened-dev
image, (see docs)
{ | |
"AD": { | |
"name": "Andorra", | |
"region": "Europe", | |
"hemisphere": "Global North" | |
}, | |
"AE": { | |
"name": "United Arab Emirates", | |
"region": "Middle east", | |
"hemisphere": "Global South" |
from datetime import datetime, timedelta | |
import os | |
import requests | |
import logging | |
import json | |
import click | |
from astropy.time import Time | |
from astropy.coordinates import EarthLocation, get_moon, AltAz, get_sun |
function submit_request(){ | |
var target = { | |
"type": "SIDEREAL", | |
"name": "M42", | |
"ra": 83.8220792, | |
"dec": -5.3911111, | |
"proper_motion_ra": 1.67, | |
"proper_motion_dec": -0.3, | |
"parallax": 0.0, | |
"coordinate_system": "ICRS", |
*.pyc | |
secrets.py |