This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>A simple clock</title> | |
</head> | |
<body translate="no" > |