Skip to content

Commit

Permalink
Change images link & description of the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CanardConfit committed Aug 2, 2024
1 parent dee2c0c commit 521f63d
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

// [MANDATORY] The assembly versioning
//Should be incremented for each new release build of a plugin
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]

// [MANDATORY] The name of your plugin
[assembly: AssemblyTitle("BahtiFocus")]
Expand All @@ -34,7 +34,7 @@

// The following attributes are optional for the official manifest metadata

//[Optional] Your plugin homepage URL - omit if not applicaple
//[Optional] Your plugin homepage URL - omit if not applicable
[assembly: AssemblyMetadata("Homepage", "https://github.com/CanardConfit/BahtiFocus")]

//[Optional] Common tags that quickly describe your plugin
Expand All @@ -44,13 +44,34 @@
[assembly: AssemblyMetadata("ChangelogURL", "https://github.com/CanardConfit/BahtiFocus/CHANGELOG.md")]

//[Optional] The url to a featured logo that will be displayed in the plugin list next to the name
[assembly: AssemblyMetadata("FeaturedImageURL", "https://github.com/CanardConfit/BahtiFocus/blob/master/logo.png?raw=true")]
[assembly: AssemblyMetadata("FeaturedImageURL", "https://github.com/CanardConfit/BahtiFocus/blob/main/Images/logo.png?raw=true")]
//[Optional] A url to an example screenshot of your plugin in action
[assembly: AssemblyMetadata("ScreenshotURL", "https://github.com/CanardConfit/BahtiFocus/blob/master/BahtiFocus_Working.png?raw=true")]
[assembly: AssemblyMetadata("ScreenshotURL", "https://github.com/CanardConfit/BahtiFocus/blob/main/Images/BahtiFocus_Working.png?raw=true")]
//[Optional] An additional url to an example screenshot of your plugin in action
[assembly: AssemblyMetadata("AltScreenshotURL", "https://github.com/CanardConfit/BahtiFocus/blob/master/BahtiFocus_Start.png?raw=true")]
[assembly: AssemblyMetadata("AltScreenshotURL", "https://github.com/CanardConfit/BahtiFocus/blob/main/Images/BahtiFocus_Start.png?raw=true")]
//[Optional] An in-depth description of your plugin
[assembly: AssemblyMetadata("LongDescription", "TODO")]
[assembly: AssemblyMetadata("LongDescription", @"*Prerequisites*
- [N.I.N.A 3.0](https://nighttime-imaging.eu/2024/03/18/n-i-n-a-3-0/)
- A connected camera (see [N.I.N.A documentation](https://nighttime-imaging.eu/docs/master/site/quickstart/equipment/))
*Usage*
- Install the plugin automatically with the N.I.N.A plugin manager or manually place the DLL file into `%localappdata%\NINA\Plugins`.
- A new panel will appear in the `Imaging` tab called `Bahtinov Analyser`.
- Create or purchase a Bahtinov mask for your instrument (see [Bahtinov section](#bahtinov-mask)).
- Connect your camera to N.I.N.A.
- Choose, slew, and center a star in your camera's view.
- If the star isn't bright enough, the lines created by the Bahtinov mask will not be visible.
- Place the Bahtinov mask on your instrument.
- Set the options in the `options` toolbar of the `Bahtinov Analyser` for exposure time, filters, etc.
- **Note**: Information is taken from N.I.N.A options, such as focal length from `Options > Equipment`.
- Press the start button to begin the exposure.
- After the first photo is taken and appears on the right, you will see a rectangle on the right side of the screen.
- The rectangle indicates the area analyzed on the left. You can move or zoom it using the controls at the bottom to center it on the star.
- The analysis will continue automatically, and you can adjust the focus of your instrument to find the critical focus.
- Once the critical focus is achieved, you can stop the process and remove the Bahtinov mask!
")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down

0 comments on commit 521f63d

Please sign in to comment.