Skip to content

Instantly share code, notes, and snippets.

View rafamayo's full-sized avatar

Rafael Mayoral rafamayo

  • Kempten University of Applied Sciences
  • Germany
View GitHub Profile
import json
import os
import requests
# FHIR server endpoint
URL = "http://localhost:8080/fhir/"
# FHIR server json header content
headers = {"Content-Type": "application/fhir+json;charset=utf-8"}
@rafamayo
rafamayo / atik-indi-phd2-raspbian-instructions.md
Created March 4, 2021 13:34 — forked from jkutner/atik-indi-phd2-raspbian-instructions.md
Turn a Raspberry Pi into an Astrophotography Autoguider

Turn a Raspberry Pi into an Astrophotography Autoguider

@codefinger

I hate when my images turn out like this:

Drift

You can barely see the Crab Nebula drifting through the frame because I didn't align my mount well. To keep my telescope fixed on an object during long exposures, I needed an autoguider. But I also hate having a laptop in the field, which is required for most autoguiding solutions. To avoid this burdensome piece of equipment, I turned a Raspberry Pi with a touchscreen case into an on-board autoguiding system for my astrophotography rig.