From d7f54de6b30dd0f7ca78eb9c598bd18e308f6aa6 Mon Sep 17 00:00:00 2001 From: ckormanyos Date: Sun, 22 Sep 2024 21:47:29 +0200 Subject: [PATCH] Repair docs typos --- MandelbrotDiscovery/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MandelbrotDiscovery/readme.md b/MandelbrotDiscovery/readme.md index 6a51425..856692d 100644 --- a/MandelbrotDiscovery/readme.md +++ b/MandelbrotDiscovery/readme.md @@ -46,8 +46,8 @@ The following commands are supported at the moment (with more planned for the fu - set - Enter the set command prior to pointing and clicking to select now coordinates with the mouse. - calc - The calc command calculated the Mandelbrot image at the currently set coordinate point. It subsequently displays the image after the calculation. - itrNNNN - Using itrNNNN sets the maximum number of iterations to the appended number. The command itr2000, for instance, sets the maximum number of iterations to $2,000$. Switch $2,000$ for another number like $40,000$ to obtain a maximum iteration count of $40,000$ and so on. The default iteration count at program start is modestly set to $400$. So don't be surprised if higher iteration counts are required for deeper and deeper dives. - - res1/F - Using res1/F sets the fractional resolution based on the default of $768{\times}768$ pixels. The command res1/2, for example, sets the resolution to $384{\times}384$ pixels. The fractions $1/1$, $1/2$, $1/4$, $1/8$ and $1/16$ are supported. The command res (or res1) restores the default resolution. - - redo - The command redo simply performs, yet again, the iteration at the coordinate point that is already set. This might be done if, for example, the image was not resolved and the iteration count needs to be increased. You can also exercise the set command one or more times prior to exercising the redo command. Reduced resolution can decrease computation time when searching via deep diving. + - res1/F - Using res1/F sets the fractional resolution based on the default of $768{\times}768$ pixels. The command res1/2, for example, sets the resolution to $384{\times}384$ pixels. The fractions $1/1$, $1/2$, $1/4$, $1/8$ and $1/16$ are supported. The command res (or res1) restores the default resolution. Reduced resolution can significantly decrease computation time when searching via deep diving. + - redo - The command redo simply performs, yet again, the iteration at the coordinate point that is already set. This might be done if, for example, the image was not resolved and the iteration count needs to be increased. You can also exercise the set command one or more times prior to exercising the redo command. - out - With out you can backstep one single order of magnification at the point that has been set and clicked. This can be done repeatedly if a different zoom pathway is desired even after zooming in to a point. So if you've taken a bit of a wrong turn, just zoom out one or more times and refine your coordinate search. - exit - Quits the program and closes the image window.