From 80a3b412e6907a1394f75fd62cc574cfa6dd1a22 Mon Sep 17 00:00:00 2001 From: Noah Smith Date: Sat, 30 Mar 2024 19:31:13 +0100 Subject: [PATCH] test --- _config.yml | 1 + readme.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..c92522e --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +remote_theme: "dracula/gh-pages" diff --git a/readme.md b/readme.md index 9e62882..7dedf7b 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ lo-fi star identification -[sky](https://github.com/statespacedev/starid/blob/dev/starid/sky/sky.h) - generates three-dimensional sky models and two-dimensional images from the nasa skymap star catalog. finds stars near arbitrary points on the sky. [data](https://github.com/statespacedev/starid/blob/dev/data/) - the full NASA SKYMAP2000 V5R4 star catalog. [references](https://github.com/statespacedev/starid/blob/dev/docs/readme.md) - articles relating to star identification. +g - generates three-dimensional sky models and two-dimensional images from the nasa skymap star catalog. finds stars near arbitrary points on the sky. [data](https://github.com/statespacedev/starid/blob/dev/data/) - the full NASA SKYMAP2000 V5R4 star catalog. [references](https://github.com/statespacedev/starid/blob/dev/docs/readme.md) - articles relating to star identification. [star triangles](https://github.com/statespacedev/starid/blob/dev/libstarid/startriangleidentifier.h) - in NOMAD star recognition, there's a chain of triangles and basesides. side2 of each triangle is the baseside of the following triangle. during feedback, these shared side2 and baseside pairs are the path for information to flow backwards, increasing the constraints on the initial triangle baseside and basestar. the name NOMAD relates to how the chain of triangles wanders away from the target star and initial triangle. in SETTLER star recognition, the target star is always star a. star b is a neighbor star. in the inner loops, additional stars c and d are involved. first an abca triangle is formed. this constrains the abside. then for an abca triangle, a sequence of abda triangles are formed, further constraining the abside. when we reach an abda that eliminates all but one star pair possibility for the abside, we've recognized the target star. the name SETTLER comes from the idea that we never move away the target star, we're settling around it.