From 3229f6939683ffe294263dc3bcd9a2f3976d8ee3 Mon Sep 17 00:00:00 2001 From: tiagohm Date: Fri, 18 Oct 2024 15:47:54 -0300 Subject: [PATCH] [docs]: Update index.mdx and README.md --- README.md | 3 +- docs/src/content/docs/index.mdx | 91 +++++++++++++++++++++++++++++++-- 2 files changed, 90 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bcf79cf21..e1fb95cf3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![Active Development](https://img.shields.io/badge/Maintenance%20Level-Actively%20Developed-brightgreen.svg)](https://gist.github.com/cheerfulstoic/d107229326a01ff0f333a1d3476e068d) [![CI](https://github.com/tiagohm/nebulosa/actions/workflows/ci.yml/badge.svg)](https://github.com/tiagohm/nebulosa/actions/workflows/ci.yml) +![GitHub Release](https://img.shields.io/github/v/release/tiagohm/nebulosa) The complete integrated solution for all of your astronomical imaging needs. @@ -14,7 +15,7 @@ The complete integrated solution for all of your astronomical imaging needs. ### Steps -1. `./gradlew api:bootJar` +1. `./gradlew api:shadowJar` 2. `cd desktop` 3. `npm i` diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx index ddfeb9e11..fa132b97c 100644 --- a/docs/src/content/docs/index.mdx +++ b/docs/src/content/docs/index.mdx @@ -8,7 +8,7 @@ hero: file: ../../../../desktop/src/assets/icons/nebulosa-256.png actions: - text: Download - link: /guides/example/ + link: https://github.com/tiagohm/nebulosa/releases/latest icon: down-caret - text: View on GitHub link: https://github.com/tiagohm/nebulosa @@ -18,6 +18,8 @@ hero: import { Card, CardGrid } from '@astrojs/starlight/components'; +![GitHub Release](https://img.shields.io/github/v/release/tiagohm/nebulosa) + ## Features @@ -25,23 +27,106 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; * INDI/ASCOM compatible CCD and CMOS cameras. * Cooler/dew heater control. * Flexible exposure time control. + * Single, fixed or loop capture. * Automatic preview after every exposure. * Auto image calibration. + * Subframe. + * Live Stacking using [PixInsight](https://pixinsight.com) or [Siril](https://siril.org). + * Customizable file naming format. + * Auto save for capture. + * Auto subfolder for noon/midnight. * INDI/ASCOM compatible mounts. - * Remote connection via Stellarium [desktop](https://stellarium.org) or [mobile](https://play.google.com/store/apps/details?id=com.noctuasoftware.stellarium_plus) applications. + * J2000/JNow slew, go to or sync. + * Azimuth/altitude for current or target coordinates. + * Manual slew in eight cardinal direction using nudge buttons. + * Various preset coordinates (zenith, galactic center, etc). + * Slew rate and tracking mode. + * Park and home buttons. + * Remote control via Stellarium [desktop](https://stellarium.org) or [mobile](https://play.google.com/store/apps/details?id=com.noctuasoftware.stellarium_plus) applications. * INDI/ASCOM compatible filter wheels. + * Editable filter names. * Choose a filter as shutter for dark frames. - * Custom focus offset. + * Focus offset. * INDI/ASCOM compatible focusers. * Relative and absolute step controls. + * Sync support. * INDI/ASCOM compatible rotators. + * Reversed mode. + * Sync support. + + + * INDI/ASCOM compatible light boxes. + * Light on/off control. + * Intensity control. + + + * INDI/ASCOM compatible dust caps. + * Close and open operation. + + + * Send INDI property messages. + * View INDI device's logs. + + + * Load FITS or XISF image formats. + * Save image as FITS, XISF, PNG or JPG formats. + * Zooming and panning. + * Auto debayer. + * STF (Screen Transfer Function) and SCNR (Subtractive Chromatic Noise Reduction). + * Auto stretching. + * Plate solver ([ASTAP](https://www.hnsky.org/astap.htm), [PixInsight](https://pixinsight.com), [Siril](https://siril.org), [Astrometry.net](https://nova.astrometry.net/)) + * Annotation support (stars, DSOs and Minor Planets). + * Point telescope to any position over a solved image. + * Mouse coordinate over a solved image. + * ROI via mouse drag selection for Camera capture. + * Crosshair overlay. + * Star detection and HFR measurement. + * FOV rectangle overlay from custom telescope and camera parameters. + * FITS headers viewer. + + + * Accurate ephemeris for Sun, Moon, Planets, Minor Planets and satellites provided by [JPL Horizons API](https://ssd.jpl.nasa.gov/horizons/app.html). + * Ephemeris for Stars and DSOs. + * Star/DSO catalog compiled from [Simbad](https://simbad.unistra.fr/simbad/) service. + * Real-time image of the Sun provided by [NASA/SDO](https://sdo.gsfc.nasa.gov/). + * Moon's phase info. + * Altitude chart. + * Bookmark any sky object for quick access. + * Custom date & time and location. + + + * Sky survey image provided by [hips2fits](https://alasky.u-strasbg.fr/hips-image-services/hips2fits) service. + + + * [PHD2](https://openphdguiding.org) integration. + * Dithering. + * Manual pulse guiding. + + + * Three-point polar alignment method. + * DARV (Drift Alignment by Robert Vice) method. + + + * Customizable capture sequence. + * Fully or intercalated mode. + * Dithering and Auto Focus mode between captures. + * Pause and resume the sequencing. + + + * Automatized Flat frame capture. + + + * Hyperbolic, Parabolic and Trendlines curve fitting. + + + * Useful telescope and camera formulas.