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
*************************************************** | |
* * | |
* Unified Satellite Telemetry Decoder * | |
* AMSAT EA - Free distribution * | |
* Version 1.08 (Bytes) * | |
* Compilation : Feb 7 2025 * | |
* * | |
*************************************************** |
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
#!/usr/bin/env ruby | |
# | |
# WSJT-Xから抽出したadiファイルからHamlogに食わせるCSVファイルを作成するスクリプト | |
# 2024/10/14 JH4XSY/1 Iwamoto | |
# | |
require 'time' | |
require 'csv' | |
# 日本のコールサインを検出するメソッド | |
def japanese_callsign?(callsign) |
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
#!/usr/bin/env ruby | |
# | |
# GARDENs衛星でSatNOGS CSVファイルからカメラ画像を生成 by JH4XSY/1 | |
# 2025/1/10 | |
def find_gaps(list) | |
# Find the minimum and maximum values in the list. | |
min_value = list.min | |
max_value = list.max |
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
options: | |
parameters: | |
author: JH4XSY/1 | |
catch_exceptions: 'True' | |
category: '[GRC Hier Blocks]' | |
cmake_opt: '' | |
comment: '' | |
copyright: '' | |
description: '' | |
gen_cmake: 'On' |
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
28 50 4E 4B 4C FF 40 43 48 42 4B |
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
#!/bin/sh | |
# POST OBSERVATION SCRIPT for METEOR | |
ID="$1" | |
TLE="$3" | |
DATE="$4" | |
# check METEOR M2-3&4 | |
NORAD=$(echo "$TLE" | jq .tle2 | awk '{print $2}') |
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
Packet - Telemetry 3 | |
Timestamp: 1970-01-02 02:55:50 | |
LSW-UNIDEB: xx 7 [mV] 3 [mA][0m[64G[32m[3 seconds ago][0m | |
LSW-UNIGYR: xx 14 [mV] 5 [mA][0m[64G[32m[1 seconds ago][0m | |
LSW-UNISZ2: xx 0 [mV] 0 [mA][0m[64G[32m[<=30 seconds ago][0m | |
LSW-UNISZ1: xx 0 [mV] 0 [mA][0m[64G[32m[<=30 seconds ago][0m | |
PCU1 LSW status: 060930CC | |
PCU2 LSW status: 060930CC | |
[33mUNIV-DEB active: 0[0m[64G[41m[37m[INVALID value][0m | |
[33mUNIV-GYR active: 0[0m[64G[41m[37m[INVALID value][0m |
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
options: | |
parameters: | |
author: JH4XSY/1 | |
category: '[GRC Hier Blocks]' | |
cmake_opt: '' | |
comment: '' | |
copyright: '' | |
description: tested with Commits on Jun 8, 2023 | |
gen_cmake: 'On' | |
gen_linking: dynamic |
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
# | |
# SatNOGSからダウンロードしたデータ/HEXファイルから | |
# CAS-5A カメラ画像27番だけ抽出するスクリプトの生成 by JH4XSY/1 | |
# | |
# $ grep 0303AA0001010017010E033113081B07 foo.csv | head -1 | cut -c 59- > foo.hex | |
# ~~~~ ~~ | |
# 27 | |
f = open("ext.sh", "w") |
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
p 5 0 # Bei Stick mit Frequenzabweichung passenden Wert hier angeben | |
p 8 1 # Autogain kann manchmal zu Problemen führen. Ggf. mit fixem Gain arbeiten. | |
q 401.7 0 0 0 140000+125000,16 |
NewerOlder