Skip to content

Commit

Permalink
[docs]: Update index.mdx and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagohm committed Oct 18, 2024
1 parent 9e6ada3 commit 3229f69
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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`

Expand Down
91 changes: 88 additions & 3 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -18,30 +18,115 @@ hero:

import { Card, CardGrid } from '@astrojs/starlight/components';

![GitHub Release](https://img.shields.io/github/v/release/tiagohm/nebulosa)

## Features

<CardGrid stagger>
<Card title="Camera">
* 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.
</Card>
<Card title="Mount">
* 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.
</Card>
<Card title="Filter Wheel">
* INDI/ASCOM compatible filter wheels.
* Editable filter names.
* Choose a filter as shutter for dark frames.
* Custom focus offset.
* Focus offset.
</Card>
<Card title="Focuser">
* INDI/ASCOM compatible focusers.
* Relative and absolute step controls.
* Sync support.
</Card>
<Card title="Rotator">
* INDI/ASCOM compatible rotators.
* Reversed mode.
* Sync support.
</Card>
<Card title="Light Box">
* INDI/ASCOM compatible light boxes.
* Light on/off control.
* Intensity control.
</Card>
<Card title="Dust Cap">
* INDI/ASCOM compatible dust caps.
* Close and open operation.
</Card>
<Card title="INDI Panel Control">
* Send INDI property messages.
* View INDI device's logs.
</Card>
<Card title="Image Viewer">
* 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.
</Card>
<Card title="Sky Atlas">
* 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.
</Card>
<Card title="Framing">
* Sky survey image provided by [hips2fits](https://alasky.u-strasbg.fr/hips-image-services/hips2fits) service.
</Card>
<Card title="Guiding">
* [PHD2](https://openphdguiding.org) integration.
* Dithering.
* Manual pulse guiding.
</Card>
<Card title="Polar Alignment">
* Three-point polar alignment method.
* DARV (Drift Alignment by Robert Vice) method.
</Card>
<Card title="Sequencer">
* Customizable capture sequence.
* Fully or intercalated mode.
* Dithering and Auto Focus mode between captures.
* Pause and resume the sequencing.
</Card>
<Card title="Flat Wizard">
* Automatized Flat frame capture.
</Card>
<Card title="Auto Focus">
* Hyperbolic, Parabolic and Trendlines curve fitting.
</Card>
<Card title="Calculator">
* Useful telescope and camera formulas.
</Card>
</CardGrid>

0 comments on commit 3229f69

Please sign in to comment.