ワンクリックで
evo-exoplanet-detection
Evolved workflow for detecting exoplanet transits in TESS light curves with stellar activity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evolved workflow for detecting exoplanet transits in TESS light curves with stellar activity.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Civ6 district adjacency bonus optimizer. Parses .Civ6Map files and finds optimal district placements to maximize adjacency bonuses.
Civ6 district placement optimizer for adjacency bonus maximization
Evolved skill for analyzing SEC 13-F filings across quarters. Provides utilities for fuzzy fund search, AUM retrieval, stock count, holding change comparison, and top holder identification.
SEC 13-F hedge fund activity analysis. Provides fuzzy fund search, AUM, stock count, cross-quarter comparison, top fund managers.
Evolved exoplanet transit detection from TESS light curves. Use when you need to filter, detrend, and find exoplanet orbital periods in photometric time series with stellar variability.
Find exoplanet orbital periods from TESS light curves by removing stellar variability.
| name | evo-exoplanet-detection |
Workflow: (1) Load TESS light curve, (2) Filter flags/outliers, (3) Remove stellar variability via median filter, (4) Detect transit period via BLS/TLS, (5) Output to /root/period.txt (5 decimal places).
import sys; sys.path.insert(0, .../scripts); from utils import *