diff --git a/README.md b/README.md index 2cdd07a..906f8cb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -
+

Logo @@ -9,10 +9,8 @@

A useful Astrophotography application to find the ideal exposure time, correcting for planetary shift. -
- -
- +
+
·
Report Bug · @@ -56,8 +54,8 @@ * ~~Make the calculation work~~ * Unit Test * ~~Pull from config file~~ -* Allow selection of pixel_pitch states -* Make 32-bit version work with 64-bit Python +* ~~Allow selection of pixel_pitch states~~ +* ~~Incorporate Pathlib~~ ## Getting Started @@ -104,50 +102,48 @@ FOCAL_LENGTH = 300 ```

```python PIXEL_PITCH = 6.423611111111111 - PIXEL_PITCH = "" + PIXEL_PITCH = - PIXEL_WIDTH = "" + PIXEL_WIDTH = PIXEL_WIDTH = 3456 - PHYSICAL_WIDTH = "" + PHYSICAL_WIDTH = PHYSICAL_WIDTH = 22.2 ``` -#### ~~Pixel Pitch Differentiation~~ +#### Pixel Pitch Differentiation -##### ~~Know Pixel Pitch~~ +##### Know Pixel Pitch ```python PIXEL_PITCH = 6.423611111111111 - PIXEL_WIDTH = "" - PHYSICAL_WIDTH = "" + PIXEL_WIDTH = + PHYSICAL_WIDTH = ``` -##### ~~Don't Know Pixel Pitch~~ +##### Don't Know Pixel Pitch ```python - PIXEL_PITCH = "" + PIXEL_PITCH = PIXEL_WIDTH = 3456 PHYSICAL_WIDTH = 22.2 ``` -

Not Currently implemented

+* Essentially - If you enter a manual value for pixel pitch, the programme will use this - and ignore the values for Pixel and Physical Width. ## Contributing -Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. - 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) @@ -159,11 +155,9 @@ Contributions are what make the open source community such an amazing place to b Distributed under the MIT License. See `LICENSE` for more information. - - ## Contact Axiom - [@MM7OWO](https://twitter.com/MM7OWO) -Project Link: [https://github.com/AxiomYT/NPF-Rule-Calculator-Python](https://github.com/AxiomYT/NPF-Rule-Calculator-Python) +Project Link: [https://github.com/AxiomYT/NPF-Rule-Calculator-Python](https://github.com/AxiomYT/NPF-Rule-Calculator-Python) \ No newline at end of file