Skip to content

Instantly share code, notes, and snippets.

@ubutnux
ubutnux / create_rotator_flat.py
Created June 4, 2025 07:49
skrip untuk membuat advance sequencer nina
import json
# Sudut rotasi
angles = [80, 90, 100, 110] # Sudut dalam derajat
exposure_time = 2.0 # Waktu eksposur dalam detik
n_frames = 10 # Jumlah frame yang diambil per sudut
delay_time = 5 # Waktu tunggu antar eksposur dalam detik
# Template dasar struktur sequence NINA Advanced Sequencer
sequence = {
@ubutnux
ubutnux / pymc3-fresnel.ipynb
Created January 9, 2022 12:04
PyMC3 Fresnel
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ubutnux
ubutnux / clock.html
Created May 1, 2019 02:34 — forked from sam0737/clock.html
OBS Studio: A HTML page for showing current date and time in the video
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>A simple clock</title>
</head>
<body translate="no" >