diff --git a/about/help_en b/about/help_en index ec297b4..1a7fe00 100644 --- a/about/help_en +++ b/about/help_en @@ -61,7 +61,7 @@ This image should be 256 pixel wide. Each row of image will be used as separate
Following the slider are 7 buttons for automatic stretching:
+Following the slider are 8 buttons to control image display:
Then finally there are various action button. Settings button show dialog where you can set path to existing index files or auto download some. Extract button will just extract stars from image and it will show their count, HFR and eccentricity. This action doesn't need index files. Solve button will try to find coordinates of images. Abort button will stop extraction or solving. Update FITS header will update FITS fits keywords -with found solution. +with found solution.
In settings dialog you can set path to index files which is by default custom internal one. It also try to locate commonly used path from other programs like KStars for astrometry.net index files.
++This is simple double panel file manager. It can show columns with selected FITS keywords. Each panel have tabs where it easily switch between +multiple directories. You can copy or move files and directories either inside one panel or between two panels by selecting and then dragging. +By default files are copies. To move then press Shift key before start dragging. Double click on file will open it in main window if it is image +or other file it will open default program that is associated with it this file type. You can also drag file to other programs like from default +file explorer programs that are in system or from file explorer to this program. +
++In menu you can select which FITS keywords will be showed. Temporarilly disable loading FITS header or copy file paths of selected files as text. +
+This module allow to write scripts in JavaScript that process image files. Batch Processing window consist from three main parts. On top is list of input files and directories. You can add directories or individual files to this list. Directories are scanned recursively to find all files even non image files. This list of files is then passed to script in array named files. @@ -159,7 +172,8 @@ this output directory is ignored.
Bellow that is list of scripts. These scripts are located in application data directory. Select script which you want to run by clicking on it. Clicking on Open scripts will open directory with these scripts where you create new and edit them. Location of this directory is on Windows: "C:/Users/<USER>/AppData/Roaming/nou/Tenmon/scripts" Linux: "~/.local/share/nou/Tenmon/scripts" MacOS: "~/Library/Application Support/nou/Tenmon/scripts"
-Next is Log windows that contain any messages that come from scripts. Mainly calls to core.log() At bottom there buttons that can start or stop execution of selected scripts.
Next is Log windows that contain any messages that come from scripts. Mainly calls to core.log() At bottom there is console that enable run simple script commands and
+buttons that can start or stop execution of selected scripts.
There is global object called core that have these methods.
diff --git a/about/help_sk b/about/help_sk index cf6cc79..f0473d2 100644 --- a/about/help_sk +++ b/about/help_sk @@ -51,6 +51,17 @@ na ktorej sa dajú nastaviť tri body.Nasleduje 8 tlačidiel pre nastavenie zobrazenie obrázka:
+Prvé tlačidlo prepína prepojenie nastavenia čierneho, stretdného a bieleho bodu. Po prepnutí sa dá každý farebný kanál nastaviť samostatne. Nasleduje tlačidlo ktoré nastaví hodnoty čierneho a stredného bodu tak aby bol obrázok zobrazený optimálnym jasom. @@ -94,6 +105,34 @@ V nasledovnom príklade sa vyhľadajú súbory ktoré majú v mene súboru "Bias zástupný znak za hocijaký reťazec znakov aj žiadny. Znak _ je tiež zástupný znak zastupujúci práve jeden znak. Bez použitia zástupných znakov sa vyhľadá iba presný výskyt.
+Tento modul umožnuje vyriešiť obrázok a určiť RA, DEC koordináty a aktualizovať FITS a XISF súbory s WCS dátami. +Profil toto nastavuje rôzne parametre ovplivňujúce extrahovanie hviezd a hľadanie koordinátov. +Štartovný bod program sa pokúsi automaticky určiť bod začiatku hľadania koordinátov pre zrýchlenie hľadania. +Možete nechať jednu alebo obydve voľbi nezaškrtnuté kedy sa bude hľadať riešenie naslepo. Ak je pozícia alebo škála nesprávna hľadanie môže zlyhať. +Riešenie táto časť obsahuje výsledné riešenie hľadania ako sú RA,DEC koordináty stredu obrázku, veľkosť zorného poľa, uhol natočenia v stupňoch, +škála obrázku v arcsekundách na pixel, počet nájdených hviezd a veľkosť hviezd HFR a excentricita. Potom je tu ešte okno so záznamom z riešenia. +
+Pod tým je tlačidlo pre nastavenie cesty k indexovým súborom a ich stiahnutie. Je možné buď stiahnuť indexové súbory alebo použiť už existujúce súbory. +Tlačidlo Extrahovať nájde hviezdy a zobrazý ich počet veľkosť HFR a excentricitu. Na toto nie sú potrebné indexové súbory. +Tlačidlo Vyriešiť sa pokúsi nájsť koordináty obrázka. Zrušiť preruší hľadanie riešenia. Aktualizovať FITS hlavičku zapíše najdené riešenie do súboru.
+ +In settings dialog you can set path to index files which is by default custom internal one. It also try to locate commonly used path from other +programs like KStars for astrometry.net index files. +
+ ++This is simple double panel file manager. It can show columns with selected FITS keywords. Each panel have tabs where it easily switch between +multiple directories. You can copy or move files and directories either inside one panel or between two panels by selecting and then dragging. +By default files are copies. To move then press Shift key before start dragging. Double click on file will open it in main window if it is image +or other file it will open default program that is associated with it this file type. You can also drag file to other programs like from default +file explorer programs that are in system or from file explorer to this program. +
++In menu you can select which FITS keywords will be showed. Temporarilly disable loading FITS header or copy file paths of selected files as text. +
+Pod týmto zoznamom je výstupný adresár. Všetky relatívne cesty predané do metod ako sú copy(), move() alebo convert() budú relatívne voči tomuto adresáru. +Ak je ako argument použitá absolútna cesta tak je tento vystupný adresár ignorovaný.
+ +Nasleduje logovacie okno kde sú zapisováné všetký výpisy z behu scriptu. Hlavne volania z core.log() Na spodu je konzola kde je možné vkladať jednoduché príkazy a nakoniec ešte tlačítka
+ktoré spúštať alebo zastavovať vybraný skript.