diff --git a/about/help_en b/about/help_en
index 1eae1ee..caf39e0 100644
--- a/about/help_en
+++ b/about/help_en
@@ -116,6 +116,24 @@ Pressing Enter or clicking on Filter button will filter out database reco
This example filters for files where: "Bias" is in the file name, the OBJECT property is "M_42" (where the underscore can be any single character), and the DATE property begins with "2022".
+
Plate Solving
+
This module can plate solve images and update FITS header with solution for FITS and XISF images.
+Profile this set various parameters that affect star extraction and solving.
+Starting point program will try to automatically determine optimal starting point which helps to speed up solving.
+You can leave one or both unchecked then it will attempt to do blind solving. If the position or scale is wrong it can actually
+fail to solve.
+Solution this section contain resulting solution like RA,DEC coordinates center of image, image field of view, orientation as degrees E of N,
+image scale in arcseconds per pixel, number of stars extracted and HFR fitting and eccentricity. Then there is log window for debug information from
+solver.
+
+
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.
+
+
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.
+
Batch processing
@@ -155,6 +173,8 @@ There is global object called core that have these methods.
getFloat(label = "", value = 0, decimals = 3) show dialog box with input box to retrieve decimal value. String value passed in first argument is used as description label.
Second parameter is default value in input box. All three parameters are optional. When cancel is pressed it return Undefined.
getItem(items) show selection dialog which allow to select one item from array of items. It return selected item as string. When cancel is pressed it return Undefined.
+
setStartingSolution(solution) with this you can set starting point and image scale. It accepth object with attributes "ra", "dec", "pixscale".
+ Same object as returned by File.solve() method. You can also call it without paramer in which case it will clear any previously set values.
File
@@ -208,6 +228,14 @@ for(file of convertedFiles)// now we can iterate over the files
stats() calculate basic images statistics and return them as object with attributes "mean", "stddev", "median", "min", "max" and "mad".
let s = file.stats();
core.log("Median value is " + s.median);
+
solve(updateHeader) this method will run plate solving on this image and will return solution in form of object with these attributes "ra" and "dec" which are center coordinates of image
+ "fieldWidth" and "fieldHeight" which is FOV of image in arcseconds, "orientation" is degrees east of north, "pixscale" scale of image in arcseconds per pixel,
+ "parity" true false value if the image was flipped in vertical direction, "raError" and "decError" deviation from starting point.
+ When updateHeader is set to true it update FITS header for file with this solution. Default value is false.
+
extractStars(hfr) extract stars will run extraction of stars. When parameter hfr is set to true it will fit HFR on every star.
+ It return array of objects representing extracted stars. Each object in array
+ will have these attributes "x" and "y" pixel coordinates of center of star, "mag" relative magnitude of star, "flux" total flux, "peak" peak value of star, "HFR" half flux radius of star,
+ "a" and "b" semi major and minor axis of star, "theta" angle of orientation of the star, "ra" and "dec" coordinates of star, "numPixels" number of pixel occupied by the star in image.
FITSRecordModify
diff --git a/about/help_fr b/about/help_fr
index 6da2fe8..8fc9b8d 100644
--- a/about/help_fr
+++ b/about/help_fr
@@ -133,6 +133,8 @@ Le deuxième paramètre est la valeur par défaut dans la zone de saisie. Les de
getFloat(label = "", value = 0, decimals = 3) affiche une boîte de dialogue avec une zone de saisie pour récupérer une valeur décimale. Le texte passé dans le premier argument est utilisé comme label de description.
Le deuxième paramètre est la valeur par défaut dans la zone de saisie. Les trois paramètres sont facultatifs. Lorsque vous appuyez sur Annuler, il renvoie Undefined.
getItem(items) affiche une boîte de dialogue de sélection qui permet de sélectionner un élément dans un tableau d'éléments. Lorsque vous appuyez sur Annuler, il renvoie Undefined.
+
setStartingSolution(solution) with this you can set starting point and image scale. It accepth object with attributes "ra", "dec", "pixscale".
+ Same object as returned by File.solve() method. You can also call it without paramer in which case it will clear any previously set values.
File
@@ -185,6 +187,14 @@ for(file of convertedFiles)// now we can iterate over the files
stats() calculer les statistiques d'images de base et les renvoyer sous forme d'objet avec des attributs "mean", "stddev", "median", "min", "max" et "mad".
let s = file.stats();
core.log("Median value is " + s.median);
+
solve(updateHeader) this method will run plate solving on this image and will return solution in form of object with these attributes "ra" and "dec" which are center coordinates of image
+ "fieldWidth" and "fieldHeight" which is FOV of image in arcseconds, "orientation" is degrees east of north, "pixscale" scale of image in arcseconds per pixel,
+ "parity" true false value if the image was flipped in vertical direction, "raError" and "decError" deviation from starting point.
+ When updateHeader is set to true it update FITS header for file with this solution. Default value is false.
+
extractStars(hfr) extract stars will run extraction of stars. When parameter hfr is set to true it will fit HFR on every star.
+ It return array of objects representing extracted stars. Each object in array
+ will have these attributes "x" and "y" pixel coordinates of center of star, "mag" relative magnitude of star, "flux" total flux, "peak" peak value of star, "HFR" half flux radius of star,
+ "a" and "b" semi major and minor axis of star, "theta" angle of orientation of the star, "ra" and "dec" coordinates of star, "numPixels" number of pixel occupied by the star in image.
FITSRecordModify
diff --git a/about/help_sk b/about/help_sk
index 015722d..6f2d7b0 100644
--- a/about/help_sk
+++ b/about/help_sk
@@ -122,6 +122,8 @@ V skripte je dostupný globálny objekt nazvaný core ktorý má nasledov
getFloat(label = "", value = 0, decimals = 3) ukáže diálog pre získanie reálneho čísla. Prvý parameter je textový popis. Druhý parameter je východzia hodnota. Tretí parameter je počet desatinných miest.
Obydva parametre sú voliteľné. Vracia zadané číslo alebo ak je stlačené tlačidlo zrušiť vráti Undefined.
getItem(items) ukáže dialog pre výber jednej hodnoty z poľa hodnôt. Vracia vybranú hodnotu ako String alebo ak je stlačené tlačidlo zrušiť vráti Undefined.
+
setStartingSolution(solution) with this you can set starting point and image scale. It accepth object with attributes "ra", "dec", "pixscale".
+ Same object as returned by File.solve() method. You can also call it without paramer in which case it will clear any previously set values.
File
@@ -175,6 +177,14 @@ for(file of convertedFiles)// now we can iterate over the files
stats() calculate basic images statistics and return them as object with attributes "mean", "stddev", "median", "min", "max" and "mad".
let s = file.stats();
core.log("Median value is " + s.median);
+
solve(updateHeader) this method will run plate solving on this image and will return solution in form of object with these attributes "ra" and "dec" which are center coordinates of image
+ "fieldWidth" and "fieldHeight" which is FOV of image in arcseconds, "orientation" is degrees east of north, "pixscale" scale of image in arcseconds per pixel,
+ "parity" true false value if the image was flipped in vertical direction, "raError" and "decError" deviation from starting point.
+ When updateHeader is set to true it update FITS header for file with this solution. Default value is false.
+
extractStars(hfr) extract stars will run extraction of stars. When parameter hfr is set to true it will fit HFR on every star.
+ It return array of objects representing extracted stars. Each object in array
+ will have these attributes "x" and "y" pixel coordinates of center of star, "mag" relative magnitude of star, "flux" total flux, "peak" peak value of star, "HFR" half flux radius of star,
+ "a" and "b" semi major and minor axis of star, "theta" angle of orientation of the star, "ra" and "dec" coordinates of star, "numPixels" number of pixel occupied by the star in image.
FITSRecordModify
diff --git a/imageinfo.cpp b/imageinfo.cpp
index 8efed53..fb3c587 100644
--- a/imageinfo.cpp
+++ b/imageinfo.cpp
@@ -344,6 +344,24 @@ double SkyPoint::fromDMS(const QString &dms)
return deg;
}
+QString SkyPoint::toHMS(double decHour)
+{
+ double h,m,s,md;
+ md = std::modf(decHour, &h) * 60.0;
+ s = std::modf(md, &m) * 60.0;
+
+ return QString("%1h %2m %3s").arg((int)h, 2, 10, QChar('0')).arg((int)m, 2, 10, QChar('0')).arg((int)s, 2, 10, QChar('0'));
+}
+
+QString SkyPoint::toDMS(double deg)
+{
+ double d,m,s,md;
+ md = std::modf(deg, &d) * 60.0;
+ s = std::modf(md, &m) * 60.0;
+
+ return QString("%1˚ %2' %3\"").arg((int)d, 2, 10, QChar('0')).arg((int)m, 2, 10, QChar('0')).arg((int)s, 2, 10, QChar('0'));
+}
+
SkyPointScale ImageInfoData::getCenterRaDec() const
{
SkyPointScale ret;
diff --git a/imageinfo.h b/imageinfo.h
index cca16a7..2a194f7 100644
--- a/imageinfo.h
+++ b/imageinfo.h
@@ -36,6 +36,8 @@ public:
QString toString() const;
static double fromHMS(const QString &hms);
static double fromDMS(const QString &dms);
+ static QString toHMS(double decHour);
+ static QString toDMS(double deg);
};
struct SkyPointScale
diff --git a/platesolving.cpp b/platesolving.cpp
index 386ec56..7c8b935 100644
--- a/platesolving.cpp
+++ b/platesolving.cpp
@@ -24,11 +24,15 @@ PlateSolving::PlateSolving(QWidget *parent)
_ui->profileComboBox->addItem(profile.listName);
}
_ui->profileComboBox->setCurrentIndex(profileIdx);
+ _ui->profileComboBox->setToolTip(profiles[profileIdx].description);
_ui->scaleUnit->setCurrentIndex(settings.value("platesolving/scaleUnit", 1).toInt());
connect(_ui->profileComboBox, &QComboBox::currentIndexChanged, [this](int index){
auto profiles = StellarSolver::getBuiltInProfiles();
_solver->setParameters(profiles[index]);
+ _ui->profileComboBox->setToolTip(profiles[index].description);
+ QSettings settings;
+ settings.setValue("platesolving/profile", index);
});
connect(_ui->extractButton, &QPushButton::clicked, this, &PlateSolving::extract);
@@ -36,6 +40,7 @@ PlateSolving::PlateSolving(QWidget *parent)
connect(_ui->settingsButton, &QPushButton::clicked, this, &PlateSolving::settings);
connect(_ui->abortButton, &QPushButton::clicked, this, &PlateSolving::abort);
connect(_ui->updateButton, &QPushButton::clicked, this, &PlateSolving::updateHeader);
+ connect(_ui->raStart, &QDoubleSpinBox::valueChanged, [this](double val){ _ui->raLabel->setText("RA " + SkyPoint::toHMS(val)); });
connect(_solver, &Solver::solvingDone, this, &PlateSolving::solvingDone);
connect(_solver, &Solver::extractionDone, this, &PlateSolving::extractionDone);
connect(_solver, &Solver::logOutput, [this](const QString &log){ _ui->log->appendPlainText(log); });
@@ -81,7 +86,7 @@ void PlateSolving::extractionDone()
}
_ui->stars->setText(QString::number(stars.size()));
- _ui->hfr->setText(QString("%1 Ecc:%2").arg(hfr).arg(std::sqrt(1 - (b*b)/(a*a))));
+ _ui->hfr->setText(QString("%1pix Ecc:%2").arg(hfr).arg(std::sqrt(1 - (b*b)/(a*a))));
_ui->log->appendPlainText(QString("Extraction finished in %1 ms").arg(_solvingTime.elapsed()));
_ui->solveButton->setDisabled(false);
@@ -126,12 +131,12 @@ void PlateSolving::solvingDone()
_ui->extractButton->setDisabled(false);
auto solution = _solver->getSolution();
- _ui->ra->setText(QString::number(solution.ra));
- _ui->dec->setText(QString::number(solution.dec));
- _ui->orientation->setText(QString::number(solution.orientation));
- _ui->fieldWidth->setText(QString::number(solution.fieldWidth));
- _ui->fieldHeight->setText(QString::number(solution.fieldHeight));
- _ui->pixelScale->setText(QString::number(solution.pixscale));
+ _ui->ra->setText(SkyPoint::toHMS(solution.ra / 15.0));
+ _ui->dec->setText(SkyPoint::toDMS(solution.dec));
+ _ui->orientation->setText(QString::number(solution.orientation) + "°");
+ _ui->fieldWidth->setText(QString::number(solution.fieldWidth) + "'");
+ _ui->fieldHeight->setText(QString::number(solution.fieldHeight) + "\"");
+ _ui->pixelScale->setText(QString::number(solution.pixscale) + "\"/pix");
_ui->log->appendPlainText(QString("Solving finished in %1 ms").arg(_solvingTime.elapsed()));
}
diff --git a/platesolving.ui b/platesolving.ui
index a016514..3f4f502 100644
--- a/platesolving.ui
+++ b/platesolving.ui
@@ -100,6 +100,9 @@
24.000000000000000
+
+ 0.100000000000000
+
@@ -163,7 +166,7 @@
-
+ RA
diff --git a/platesolvingsettings.ui b/platesolvingsettings.ui
index ef4481a..b5b9527 100644
--- a/platesolvingsettings.ui
+++ b/platesolvingsettings.ui
@@ -45,11 +45,14 @@
- <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by checking. This is possible only to default location.</p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by clicking on check box. It will download them into default location. Or you can reuse <span style=" font-weight:700;">any</span> index files (not only listed bellow) from astrometry.net by adding path pointing to them. <a href="https://astrometrynet.readthedocs.io/en/latest/readme.html#getting-index-files"><span style=" text-decoration: underline; color:#0000ff;">More details about index files.</span></a></p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>true
+
+ true
+
diff --git a/translations/tenmon_en.qm b/translations/tenmon_en.qm
index 06052ad..e45526f 100644
Binary files a/translations/tenmon_en.qm and b/translations/tenmon_en.qm differ
diff --git a/translations/tenmon_en.ts b/translations/tenmon_en.ts
index 215c583..b129ab1 100644
--- a/translations/tenmon_en.ts
+++ b/translations/tenmon_en.ts
@@ -13,164 +13,138 @@
BatchProcessing
-
-
+ Batch ProcessingBatch Processing
-
-
+ Input files and directoriesInput files and directories
-
-
+ Add filesAdd files
-
-
+ Add directoriesAdd directory
-
-
+ RemoveRemove
-
-
+ Remove allRemove all
-
-
+ Output directoryOutput directory
-
-
+ BrowseBrowse
-
-
+ ScriptsScripts
-
-
+ Open scriptsOpen scripts
-
-
+ LogLog
-
-
+ Start scriptStart script
-
-
+ Stop scriptStop script
-
-
+ CloseClose
-
+ Interrupt running script?Interrupt running script?
-
+ Select filesSelect files
-
+ Select directorySelect directory
-
+ Select output directorySelect output directory
-
+ Invalid output directoryInvalid output directory
-
+ Output directory path doesn't exist or is not writableOutput directory path doesn't exist or is not writable
-
+ Enter textEnter text
-
+ Enter integer numberEnter integer number
-
+ Enter float numberEnter real number
-
+ Select itemSelect item
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'FreeMono'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
- DataBaseView
@@ -180,12 +154,12 @@ li.checked::marker { content: "\2612"; }
Select columns
-
+ Text to search, you can % as wildcardText to search, you can % as wildcard
-
+ FilterFilter
@@ -330,7 +304,7 @@ li.checked::marker { content: "\2612"; }
ImageRingList
-
+ NameName
@@ -338,387 +312,446 @@ li.checked::marker { content: "\2612"; }
ImageWidget
-
-
+ OpenGL error
+ OpenGL error
+
+
+ Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.
+ Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.
+
+
+ L:%1
+ L:%1
+
+
+ X:%3 Y:%4
+ X:%3 Y:%4
+
+
+ R:%1 G:%2 B:%3
+ R:%1 G:%2 B:%3
+
+
+ Failed to load image
+ Failed to load image
+
+
+
+ ImageWidgetGL
+
+
+ OpenGL errorOpenGL error
-
-
+
+ Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.
-
+
+ Failed to load image
+ Failed to load image
+
+
+ L:%1L:%1
-
-
+
+ X:%3 Y:%4X:%3 Y:%4
-
+ R:%1 G:%2 B:%3R:%1 G:%2 B:%3
-
-
- Failed to load image
- Failed to load image
- MainWindow
-
+ Image infoImage info
-
+ Can't open DBCan't open DB
-
+ Can't open SQLITE databaseCan't open SQLITE database
-
+ FilesystemFile system
-
+ TenmonTenmon
-
+ FileFile
-
+ OpenOpen
-
+ Copy marked filesCopy marked files
-
-
-
+
+
+ Save asSave as
-
-
+
+ Open directory recursivelyOpen directory recursively
-
+ Batch processingBatch processing
-
+ Live modeLive mode
-
+ ExitExit
-
+ ViewView
-
+ Zoom InZoom In
-
+ Zoom OutZoom Out
-
+ Best FitBest Fit
-
+ 100%100%
-
+ SelectSelect
-
+ MarkMark
-
+ UnmarkUnmark
-
+ Mark and nextMark and next
-
+ Unmark and nextUnmark and next
-
+
+ Show marked list
+ Show marked list
+
+
+
+ Open marked
+ Open marked
+
+
+
+
+
+ Update check
+ Update check
+
+
+
+ You have newest version
+ You have newest version
+
+
+
+ New version %1 is available. Do you want to download it now?
+ New version %1 is available. Do you want to download it now?
+
+
+
+ Failed to check version
+ Failed to check version
+
+ Analyze
- Analyze
+ Analyze
- Image statistics
- Image statistics
+ Image statistics
- Peak finder
- Peak finder
+ Peak finder
-
+ DocksDocks
-
+ Open fileOpen file
-
+ Select destinationSelect destination
-
+ CopyingCopying
-
-
-
-
+
+
+
+ CancelCancel
-
+ Move marked filesMove marked files
-
-
+
+ Index directoryIndex directory
-
+ ThumbnailsThumbnails
- Show marked
- Show marked
+ Show marked
-
-
+
+ HelpHelp
-
+ About TenmonAbout Tenmon
-
+ About QtAbout Qt
-
+
+ Check for update
+ Check for update
+
+
+ MovingMoving
-
-
+
+ Indexing FITS filesIndexing FITS files
-
+ Reindex filesReindex files
-
+ FITS/XISF files databaseFITS/XISF files database
-
+ File treeFile tree
- Star finder
- Star finder
+ Star finder
-
+ EditEdit
-
+ SettingsSettings
-
+ Images (Images (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;FITS image (*.fits *.fit);;XISF image (*.xisf);;
-
+ Failed to copyFailed to copy
-
+ Failed to moveFailed to move
-
+ Failed to move from %1 to %2Failed to move from %1 to %2
-
+ Failed to copy from %1 to %2Failed to copy from %1 to %2
-
+ ;;All files (*);;All files (*)
-
+ Move files to trash?Move files to trash?
-
+ Do you want to move %1 files to trash?Do you want to move %1 files to trash?
-
+ Failed to move file to trashFailed to move file to trash
-
+ Failed to move file to trash %1Failed to move file to trash %1
-
+ Move marked files to trashMove marked files to trash
-
+ Moving marked files to trashMoving marked files to trash
-
+ Export database to CSVExport database to CSV file
-
+ CSV file (*.csv)CSV files (*.csv)
-
+ HistogramHistogram
-
+ Bayer maskBayer mask
-
+ RGGBRGGB
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowSlideshow
@@ -746,97 +779,454 @@ li.checked::marker { content: "\2612"; }
Clear all
+
+ PlateSolving
+
+
+
+ Plate Solving
+ Plate Solving
+
+
+
+
+ Profile
+ Profile
+
+
+
+
+ Start point
+ Start point
+
+
+
+
+ Degree width
+ Degree width
+
+
+
+
+ Arcmin width
+ Arcmin width
+
+
+
+
+ Arcsec per pixel
+ Arcsec per pixel
+
+
+
+
+ 35 mm equivalent focal length
+ 35 mm equivalent focal length
+
+
+
+
+ Use position
+ Use position
+
+
+
+
+
+
+ DEC
+ DEC
+
+
+
+
+ h
+ h
+
+
+
+
+ High
+ High
+
+
+
+
+ Use scale
+ Use scale
+
+
+
+
+ deg
+ deg
+
+
+
+
+ Low
+ Low
+
+
+
+
+
+
+ RA
+ RA
+
+
+
+
+ Unit
+ Unit
+
+
+
+
+ Solution
+ Solution
+
+
+
+
+ Field width
+ Field width
+
+
+
+
+ Field height
+ Field height
+
+
+
+
+ Orientation
+ Orientation
+
+
+
+
+ Pixel scale
+ Pixel scale
+
+
+
+
+ Stars
+ Stars
+
+
+
+
+ HFR
+ HFR
+
+
+
+
+ Settings
+ Settings
+
+
+
+
+ Extract
+ Extract
+
+
+
+
+ Solve
+ Solve
+
+
+
+
+ Extract with HFR
+ Extract with HFR
+
+
+
+ Abort
+ Abort
+
+
+
+ Update FITS header
+ Update FITS header
+
+
+
+ Header update failed
+ Header update failed
+
+
+
+ PlateSolvingSettings
+
+
+
+ Dialog
+ Plate Solving Settings
+
+
+
+
+ Add
+ Add
+
+
+
+
+ Remove
+ Remove
+
+
+
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by clicking on check box. It will download them into default location. Or you can reuse <span style=" font-weight:700;">any</span> index files (not only listed bellow) from astrometry.net by adding path pointing to them. <a href="https://astrometrynet.readthedocs.io/en/latest/readme.html#getting-index-files"><span style=" text-decoration: underline; color:#0000ff;">More details about index files.</span></a></p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by clicking on check box. It will download them into default location. Or you can reuse <span style=" font-weight:700;">any</span> index files (not only listed bellow) from astrometry.net by adding path pointing to them. <a href="https://astrometrynet.readthedocs.io/en/latest/readme.html#getting-index-files"><span style=" text-decoration: underline; color:#0000ff;">More details about index files.</span></a></p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+
+
+
+
+ Index files
+ Index files
+
+
+
+
+ 240' - 340'index-4114.fits (1.4 MiB)
+ 240' - 340'index-4114.fits (1.4 MiB)
+
+
+
+
+ 680' - 1000' index-4117.fits (242 kiB)
+ 680' - 1000' index-4117.fits (242 kiB)
+
+
+
+
+ 480' - 680' index-4116.fits (400 kiB)
+ 480' - 680' index-4116.fits (400 kiB)
+
+
+
+
+ 1000' - 1400' index-4118.fits (183 kiB)
+ 1000' - 1400' index-4118.fits (183 kiB)
+
+
+
+
+ 340' - 480' index-4115.fits (723 kiB)
+ 340' - 480' index-4115.fits (723 kiB)
+
+
+
+
+ 1400' - 2000' index-4119.fits (141 kiB)
+ 1400' - 2000' index-4119.fits (141 kiB)
+
+
+
+
+ 120' - 170' index-4112.fits (5.1MiB)
+ 120' - 170' index-4112.fits (5.1MiB)
+
+
+
+
+ 170' - 240' index-4113.fits (2.7MiB)
+ 170' - 240' index-4113.fits (2.7MiB)
+
+
+
+
+ 85' - 120' index-4111.fits (9.8 MiB)
+ 85' - 120' index-4111.fits (9.8 MiB)
+
+
+
+
+ 60' - 85' index-4110.fits (24 MiB)
+ 60' - 85' index-4110.fits (24 MiB)
+
+
+
+
+ 42' - 60' index-4109.fits (48 MiB)
+ 42' - 60' index-4109.fits (48 MiB)
+
+
+
+
+ 30' - 42' index-4108.fits (91 MiB)
+ 30' - 42' index-4108.fits (91 MiB)
+
+
+
+
+ 22' - 30' index-4107.fits (158 MiB)
+ 22' - 30' index-4107.fits (158 MiB)
+
+
+
+
+ 16' - 22' index-5206-*.fits (294 MiB)
+ 16' - 22' index-5206-*.fits (294 MiB)
+
+
+
+
+ 11' - 16' index-5205-*.fits (587 MiB)
+ 11' - 16' index-5205-*.fits (587 MiB)
+
+
+
+
+ 8' - 11' index-5204-*.fits (1.2 GiB)
+ 8' - 11' index-5204-*.fits (1.2 GiB)
+
+
+
+
+ 4.0' - 5.6' index-5203-*.fits (2.3 GiB)
+ 4.0' - 5.6' index-5203-*.fits (2.3 GiB)
+
+
+
+
+ 5.6' - 8.0' index-5202-*.fits (4.6 GiB)
+ 5.6' - 8.0' index-5202-*.fits (4.6 GiB)
+
+
+
+
+ 2.0' - 2.8' index-5201-*.fits (8.9 GiB)
+ 2.0' - 2.8' index-5201-*.fits (8.9 GiB)
+
+
+
+
+ 0 files
+ 0 files
+
+
+
+
+ Stop download
+ Stop download
+
+
+
+ Index files directory
+ Index files directory
+
+
+
+ %1 files
+ %1 files
+
+
+
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by checking. This is possible only to default location.</p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+
+
+QObject
-
+ ISOISO
-
+ Shutter speedShutter speed
-
-
-
-
+
+
+
+ WidthWidth
-
-
-
-
+
+
+
+ HeightHeight
-
-
-
-
+
+
+
+ ErrorError
-
+ FilenameFile name
-
+ Failed to load imageFailed to load image
-
-
+
+ MeanMean
-
-
+
+ Standart deviationStandart deviation
-
-
+
+ MedianMedian
-
-
+
+ MinimumMinimum
-
-
+
+ MaximumMaximum
-
-
+
+ MADMAD
-
-
+
+ Unsupported sample formatUnsupported sample format
-
-
+
+ SaturatedSaturated
@@ -941,45 +1331,63 @@ For RAW files you may set 22%
Image interpolation
+
+ Solver
+
+
+ Unsupported image data type
+ Unsupported image data type
+
+
+
+ Solving is not finished
+ Solving is not finished
+
+
+
+ Failed to update file header
+ Failed to update file header
+
+StretchToolbar
-
+ Stretch toolbarStretch toolbar
-
+ Auto Stretch F12Auto Stretch F12
-
+ Reset Screen Transfer Function F11Reset Screen Transfer Function F11
-
+ Invert colorsInvert colors
-
+ Apply auto stretch on loadApply auto stretch on load
-
+ Debayer CFADebayer CFA
-
+ False colorsFalse colors
-
+ Linked channelsLinked channels
diff --git a/translations/tenmon_fr.qm b/translations/tenmon_fr.qm
index f2271bf..3b4ac16 100644
Binary files a/translations/tenmon_fr.qm and b/translations/tenmon_fr.qm differ
diff --git a/translations/tenmon_fr.ts b/translations/tenmon_fr.ts
index 02fca36..c255744 100644
--- a/translations/tenmon_fr.ts
+++ b/translations/tenmon_fr.ts
@@ -13,164 +13,138 @@
BatchProcessing
-
-
+ Batch ProcessingTraitement par lot
-
-
+ Input files and directoriesFichiers et répertoires d'entrée
-
-
+ Add filesAjout de fichiers
-
-
+ Add directoriesAjout de répertoires
-
-
+ RemoveSupprimer
-
-
+ Remove allSupprimer tout
-
-
+ Output directoryRépertoire de sortie
-
-
+ BrowseNaviger
-
-
+ ScriptsScripts
-
-
+ Open scriptsOuvrir les scripts
-
-
+ LogJournal
-
-
+ Start scriptLancer le script
-
-
+ Stop scriptArrêter le script
-
-
+ CloseFermer
-
+ Interrupt running script?Interrompre l'execution du script?
-
+ Select filesChoisir les fichiers
-
+ Select directoryChoisir le répertoire
-
+ Select output directoryChoisir le répertoire de sortie
-
+ Invalid output directoryRépertoire invalide
-
+ Output directory path doesn't exist or is not writableLe répertoire de sortie n'existe pas ou ne peut pas être écrit
-
+ Enter textEntrer le texte
-
+ Enter integer numberEntrer un nombre entier
-
+ Enter float numberEntrer un nombre flottant
-
+ Select itemChoisir l'élément
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'FreeMono'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
- DataBaseView
@@ -180,12 +154,12 @@ li.checked::marker { content: "\2612"; }
Choix des colonnes
-
+ Text to search, you can % as wildcardTexte à chercher, utilisez % comme caractère générique
-
+ FilterFiltre
@@ -330,7 +304,7 @@ li.checked::marker { content: "\2612"; }
ImageRingList
-
+ NameNom
@@ -338,387 +312,446 @@ li.checked::marker { content: "\2612"; }
ImageWidget
-
- OpenGL error
- Erreur OpenGL
+ Erreur OpenGL
-
- Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.
- Impossible d'initialiser le contexte OpenGL 3.3. Assurez-vous que le pilote GPU approprié est installé.
+ Impossible d'initialiser le contexte OpenGL 3.3. Assurez-vous que le pilote GPU approprié est installé.
- L:%1
- L:%1
+ L:%1
-
- X:%3 Y:%4
- X:%3 Y:%4
+ X:%3 Y:%4
- R:%1 G:%2 B:%3
- R:%1 G:%2 B:%3
+ R:%1 G:%2 B:%3
- Failed to load image
- Échec du chargement de l'image
+ Échec du chargement de l'image
+
+
+
+ ImageWidgetGL
+
+
+
+ OpenGL error
+ Erreur OpenGL
+
+
+
+
+ Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.
+ Impossible d'initialiser le contexte OpenGL 3.3. Assurez-vous que le pilote GPU approprié est installé.
+
+
+
+ Failed to load image
+ Échec du chargement de l'image
+
+
+
+ L:%1
+ L:%1
+
+
+
+
+ X:%3 Y:%4
+ X:%3 Y:%4
+
+
+
+ R:%1 G:%2 B:%3
+ R:%1 G:%2 B:%3MainWindow
-
+ Image infoInformation sur l'image
-
+ Can't open DBNe peut ouvrir la base de donnée
-
+ Can't open SQLITE databaseNe peut ouvrir la base de donnée SQLITE
-
+ FilesystemSystème de fichier
-
+ TenmonTenmon
-
+ FileFichier
-
+ OpenOuvrir
-
+ Copy marked filesCopier les fichiers marqués
-
-
-
+
+
+ Save asEnregistrer sous
-
-
+
+ Open directory recursivelyOuvrir le répertoire de manière récursive
-
+ Batch processingTraitement par lot
-
+ Live modeMode temps réel
-
+ ExitSortir
-
+ ViewVoir
-
+ Zoom InZoom avant
-
+ Zoom OutZoom arrière
-
+ Best FitMeilleur ajustement
-
+ 100%100%
-
+ SelectSélectionner
-
+ MarkMarquer
-
+ UnmarkDécocher
-
+ Mark and nextMarquer et suivant
-
+ Unmark and nextDécocher et suivant
-
+
+
+
+ Update check
+
+
+
+
+ You have newest version
+
+
+
+
+ New version %1 is available. Do you want to download it now?
+
+
+
+
+ Failed to check version
+
+
+ Analyze
- Analyse
+ Analyse
- Image statistics
- Statistiques de l'image
+ Statistiques de l'image
- Peak finder
- Détecteur de pic
+ Détecteur de pic
-
+ DocksFenêtres encrables
-
+ Open fileOuvrir le ficher
-
+ Select destinationChoisir la destination
-
+ CopyingCopier
-
-
-
-
+
+
+
+ CancelAbandon
-
+ Move marked filesDéplacer les fichiers marqués
-
-
+
+ Index directoryIndexer le répertoire
-
+ ThumbnailsVignettes
- Show marked
- Afficher marqué
+ Afficher marqué
-
-
+
+ HelpAide
-
+ About TenmonA propos de Tenmon
-
+ About QtA propos de Qt
-
+ MovingDéplacement
-
-
+
+ Indexing FITS filesIndexation des fichiers FITS
-
+ Reindex filesRé-indexer les fichiers
-
+ FITS/XISF files databaseBase de donnée FITS/XISF
-
+ File treeArborescence de fichiers
- Star finder
- Détecteur d'étoiles
+ Détecteur d'étoiles
-
+ EditÉditer
-
+ SettingsRéglages
-
+ Images (Images (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;FITS image (*.fits *.fit);;XISF image (*.xisf);;
-
+
+ Show marked list
+
+
+
+
+ Open marked
+
+
+
+
+ Check for update
+
+
+
+ Failed to copyÉchec de la copie
-
+ Failed to moveÉchec du déplacement
-
+ Failed to move from %1 to %2Échec du déplacement de %1 vers %2
-
+ Failed to copy from %1 to %2Échec de la copie de %1 vers %2
-
+ ;;All files (*);;Tout les fichiers (*)
-
+ Move files to trash?Déplacer les fichiers dans la corbeille?
-
+ Do you want to move %1 files to trash?Voulez-vous déplacer le fichier %1 dans la corbeille?
-
+ Failed to move file to trashEchec du déplacement dans la corbeille
-
+ Failed to move file to trash %1Echec du déplacement de %1 dans la corbeille
-
+ Move marked files to trashDéplacer les fichiers marqués dans la corbeille
-
+ Moving marked files to trashDéplacement des fichiers marqués dans la corbeille
-
+ Export database to CSVExporter la base de données vers un fichier CSV
-
+ CSV file (*.csv)Fichiers CSV (*.csv)
-
+ HistogramHistogramme
-
+ Bayer maskMasque Bayer
-
+ RGGBRGGB
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowDiaporama
@@ -746,97 +779,454 @@ li.checked::marker { content: "\2612"; }
Effacer tout
+
+ PlateSolving
+
+
+
+ Plate Solving
+
+
+
+
+
+ Profile
+
+
+
+
+
+ Start point
+
+
+
+
+
+ Degree width
+
+
+
+
+
+ Arcmin width
+
+
+
+
+
+ Arcsec per pixel
+
+
+
+
+
+ 35 mm equivalent focal length
+
+
+
+
+
+ Use position
+
+
+
+
+
+
+
+ DEC
+
+
+
+
+
+ h
+
+
+
+
+
+ High
+
+
+
+
+
+ Use scale
+
+
+
+
+
+ deg
+
+
+
+
+
+ Low
+
+
+
+
+
+
+
+ RA
+
+
+
+
+
+ Unit
+
+
+
+
+
+ Solution
+
+
+
+
+
+ Field width
+
+
+
+
+
+ Field height
+
+
+
+
+
+ Orientation
+
+
+
+
+
+ Pixel scale
+
+
+
+
+
+ Stars
+
+
+
+
+
+ HFR
+
+
+
+
+
+ Settings
+ Réglages
+
+
+
+
+ Extract
+
+
+
+
+
+ Solve
+
+
+
+
+
+ Extract with HFR
+
+
+
+
+ Abort
+
+
+
+
+ Update FITS header
+
+
+
+
+ Header update failed
+
+
+
+
+ PlateSolvingSettings
+
+
+
+ Dialog
+
+
+
+
+
+ Add
+
+
+
+
+
+ Remove
+ Supprimer
+
+
+
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by clicking on check box. It will download them into default location. Or you can reuse <span style=" font-weight:700;">any</span> index files (not only listed bellow) from astrometry.net by adding path pointing to them. <a href="https://astrometrynet.readthedocs.io/en/latest/readme.html#getting-index-files"><span style=" text-decoration: underline; color:#0000ff;">More details about index files.</span></a></p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+
+
+
+
+
+ Index files
+
+
+
+
+
+ 240' - 340'index-4114.fits (1.4 MiB)
+
+
+
+
+
+ 680' - 1000' index-4117.fits (242 kiB)
+
+
+
+
+
+ 480' - 680' index-4116.fits (400 kiB)
+
+
+
+
+
+ 1000' - 1400' index-4118.fits (183 kiB)
+
+
+
+
+
+ 340' - 480' index-4115.fits (723 kiB)
+
+
+
+
+
+ 1400' - 2000' index-4119.fits (141 kiB)
+
+
+
+
+
+ 120' - 170' index-4112.fits (5.1MiB)
+
+
+
+
+
+ 170' - 240' index-4113.fits (2.7MiB)
+
+
+
+
+
+ 85' - 120' index-4111.fits (9.8 MiB)
+
+
+
+
+
+ 60' - 85' index-4110.fits (24 MiB)
+
+
+
+
+
+ 42' - 60' index-4109.fits (48 MiB)
+
+
+
+
+
+ 30' - 42' index-4108.fits (91 MiB)
+
+
+
+
+
+ 22' - 30' index-4107.fits (158 MiB)
+
+
+
+
+
+ 16' - 22' index-5206-*.fits (294 MiB)
+
+
+
+
+
+ 11' - 16' index-5205-*.fits (587 MiB)
+
+
+
+
+
+ 8' - 11' index-5204-*.fits (1.2 GiB)
+
+
+
+
+
+ 4.0' - 5.6' index-5203-*.fits (2.3 GiB)
+
+
+
+
+
+ 5.6' - 8.0' index-5202-*.fits (4.6 GiB)
+
+
+
+
+
+ 2.0' - 2.8' index-5201-*.fits (8.9 GiB)
+
+
+
+
+
+ 0 files
+
+
+
+
+
+ Stop download
+
+
+
+
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by checking. This is possible only to default location.</p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+
+
+
+
+ Index files directory
+
+
+
+
+ %1 files
+
+
+QObject
-
+ ISOISO
-
+ Shutter speedVitesse d'obturation
-
-
-
-
+
+
+
+ WidthLargeur
-
-
-
-
+
+
+
+ HeightHauteur
-
-
-
-
+
+
+
+ ErrorErreur
-
+ FilenameNom de fichier
-
+ Failed to load imageÉchec du chargement de l'image
-
-
+
+ MeanMoyenne
-
-
+
+ Standart deviationÉcart-type
-
-
+
+ MedianMédiane
-
-
+
+ MinimumMinimum
-
-
+
+ MaximumMaximum
-
-
+
+ MADMAD
-
-
+
+ Unsupported sample formatFormat non pris en charge
-
-
+
+ SaturatedSaturé
@@ -941,45 +1331,63 @@ Pour les fichiers RAW, vous pouvez définir 22 %
Interpolation d'images
+
+ Solver
+
+
+ Unsupported image data type
+
+
+
+
+ Solving is not finished
+
+
+
+
+ Failed to update file header
+
+
+StretchToolbar
-
+ Stretch toolbarRéglage de la luminosité
-
+ Auto Stretch F12Luminosité automatique F12
-
+ Reset Screen Transfer Function F11Réinitialiser la fonction de transfert d'écran F11
-
+ Invert colorsInverser les couleurs
-
+ Apply auto stretch on loadAppliquer la luminosité automatiquement au chargement
-
+ Debayer CFADébayeriser CFA
-
+ False colorsFausses couleurs
-
+ Linked channelsCanaux liés
diff --git a/translations/tenmon_sk.qm b/translations/tenmon_sk.qm
index 21aa941..10f1e2c 100644
Binary files a/translations/tenmon_sk.qm and b/translations/tenmon_sk.qm differ
diff --git a/translations/tenmon_sk.ts b/translations/tenmon_sk.ts
index 9a4b7fa..7201b31 100644
--- a/translations/tenmon_sk.ts
+++ b/translations/tenmon_sk.ts
@@ -13,164 +13,138 @@
BatchProcessing
-
-
+ Batch ProcessingHromadné spracovanie
-
-
+ Input files and directoriesVstupné súbory a adresáry
-
-
+ Add filesPridať súbory
-
-
+ Add directoriesPridať adresár
-
-
+ RemoveOdstrániť
-
-
+ Remove allOdstrániť všetko
-
-
+ Output directoryVýstupný adresár
-
-
+ BrowseVybrať adresár
-
-
+ ScriptsSkripty
-
-
+ Open scriptsOtvoriť scripty
-
-
+ LogZáznam
-
-
+ Start scriptSpustiť script
-
-
+ Stop scriptZastaviť script
-
-
+ CloseZatvoriť
-
+ Interrupt running script?Prerušiť bežiaci script?
-
+ Select filesVybrať súbory
-
+ Select directoryVybrať adresár
-
+ Select output directoryVybrať výstupný adresár
-
+ Invalid output directoryNeplatný výstupný adresár
-
+ Output directory path doesn't exist or is not writableVystupný adresár neexistuje alebo sa doňho nedá zapisovať
-
+ Enter textZadajte text
-
+ Enter integer numberZadajte celé číslo
-
+ Enter float numberZadajte reálne číslo
-
+ Select itemVyberte položku
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-hr { height: 1px; border-width: 0; }
-li.unchecked::marker { content: "\2610"; }
-li.checked::marker { content: "\2612"; }
-</style></head><body style=" font-family:'FreeMono'; font-size:11pt; font-weight:400; font-style:normal;">
-<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>
-
- DataBaseView
@@ -180,12 +154,12 @@ li.checked::marker { content: "\2612"; }
Vyber stĺpce
-
+ Text to search, you can % as wildcardText na vyhľadanie, môžete použit % ako zástupný znak
-
+ FilterMeno súboruFilter
@@ -331,7 +305,7 @@ li.checked::marker { content: "\2612"; }
ImageRingList
-
+ NameMeno
@@ -339,387 +313,446 @@ li.checked::marker { content: "\2612"; }
ImageWidget
-
-
+ OpenGL error
+ OpenGL chyba
+
+
+ Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.
+ Nepodarilo sa incializovať OpenGL 3.3 context. Ubezpečte sa že sú nainštalované ovládače pre GPU.
+
+
+ L:%1
+ L:%1
+
+
+ X:%3 Y:%4
+ X:%3 Y:%4
+
+
+ R:%1 G:%2 B:%3
+ R:%1 G:%2 B:%3
+
+
+ Failed to load image
+ Zlyhalo načítanie obrázka
+
+
+
+ ImageWidgetGL
+
+
+ OpenGL errorOpenGL chyba
-
-
+
+ Could not initialize OpenGL 3.3 context. Ensure that proper GPU driver is installed.Nepodarilo sa incializovať OpenGL 3.3 context. Ubezpečte sa že sú nainštalované ovládače pre GPU.
-
+
+ Failed to load image
+ Zlyhalo načítanie obrázka
+
+
+ L:%1L:%1
-
-
+
+ X:%3 Y:%4X:%3 Y:%4
-
+ R:%1 G:%2 B:%3R:%1 G:%2 B:%3
-
-
- Failed to load image
- Zlyhalo načítanie obrázka
- MainWindow
-
+ Image infoInformácie o obrázku
-
+ Can't open DBNie je možné otvoriť DB
-
+ Can't open SQLITE databaseNie je možné otvoriť SQLITE databázu
-
+ FilesystemZoznam súborov
-
+ TenmonTenmon
-
+ FileSúbor
-
+ OpenOtvoriť
-
+ Copy marked filesSkopírovať označené súbory
-
-
-
+
+
+ Save asUložiť ako
-
-
+
+ Open directory recursivelyOtvoriť adresár rekurzívne
-
+ Batch processingHromadné spracovanie
-
+ ExitUkončiť
-
+ ViewZobrazenie
-
+ Zoom InPriblížiť
-
+ Zoom OutOddialiť
-
+ Best FitNajlepšia veľkosť
-
+ 100%100%
-
+ SelectVýber
-
+ MarkOznačiť
-
+ UnmarkOdznačiť
-
+ Mark and nextOznačiť a ďaľší
-
+ Unmark and nextOdznačiť a ďaľší
-
+
+ Show marked list
+ Ukázať zoznam označených
+
+
+
+ Open marked
+ Otvoriť označené
+
+
+
+
+
+ Update check
+ Kontrola aktualizácie
+
+
+
+ You have newest version
+ Máte najnovšiu verzsiu
+
+
+
+ New version %1 is available. Do you want to download it now?
+ Nová verzia %1 je k dispozícii. Chcete ju stiahnuť teraz?
+
+
+
+ Failed to check version
+ Kontrola novej verzie zlyhala
+
+ Analyze
- Analýza
+ Analýza
- Image statistics
- Štatistiky obrázka
+ Štatistiky obrázka
-
+ DocksDokovacie panely
-
+ Open fileOtvoriť súbor
-
+ Select destinationVybrať cieľ
-
+ CopyingKopírovanie
-
-
-
-
+
+
+
+ CancelZrušiť
-
+ Move marked filesPresunúť označené súbory
-
-
+
+ Index directoryIndexovať adresár
-
+ Live modeŽivý mód
-
+ ThumbnailsNáhľady
- Show marked
- Ukázať označené
+ Ukázať označené
- Peak finder
- Vyhľadávač vrcholov
+ Vyhľadávač vrcholov
-
-
+
+ HelpPomoc
-
+ About TenmonO Tenmon
-
+ About QtO Qt
-
+ MovingPresúvanie
-
-
+
+ Indexing FITS filesIndexovanie FITS/XISF súborov
-
+ Reindex filesReindexuj súbory
-
+ FITS/XISF files databaseDatabáza FITS/XISF súborov
-
+ File treeStrom súborov
- Star finder
- Vyhľadávač hviezd
+ Vyhľadávač hviezd
-
+ EditUpraviť
-
+ SettingsNastavenia
-
+ Images (Obrázky (
-
+ FITS (*.fits *.fit);;XISF (*.xisf);;Obrázok FITS (*.fits *.fit);;Obrázok XISF (*.xisf);;
-
+
+ Check for update
+ Skontroluj novú verziu
+
+
+ Failed to copyZlyhalo kopírovanie
-
+ Failed to moveZlyhalo presúvanie
-
+ Failed to move from %1 to %2Zlyhalo presúvanie z %1 do %2
-
+ Failed to copy from %1 to %2Zlyhalo kopírovanie z %1 do %2
-
+ ;;All files (*);;Všetky súbory (*)
-
+ Move files to trash?Presunúť súbory do koša?
-
+ Do you want to move %1 files to trash?Presunúť %1 súborov do koša?
-
+ Failed to move file to trashZlyhalo presunutie súbora do koša
-
+ Failed to move file to trash %1Zlyhalo presunutie súbora do koša %1
-
+ Move marked files to trashPresunúť označené súbory do koša
-
+ Moving marked files to trashPresúvanie do koša
-
+ Export database to CSVExportovať databázu do CSV súboru
-
+ CSV file (*.csv)Súbory CSV (*.csv)
-
+ HistogramHistogram
-
+ Bayer maskBayerova maska
-
+ RGGBRGGB
-
+ GRBGGRBG
-
+ GBRGGBRG
-
+ BGGRBGGR
-
+ SlideshowPrezentácia
@@ -747,97 +780,454 @@ li.checked::marker { content: "\2612"; }
Zrušiť všetky
+
+ PlateSolving
+
+
+
+ Plate Solving
+
+
+
+
+
+ Profile
+ Profil
+
+
+
+
+ Start point
+ Štartovný bod
+
+
+
+
+ Degree width
+ Širka v stupňoch
+
+
+
+
+ Arcmin width
+ Šírka v oblúkových minútach
+
+
+
+
+ Arcsec per pixel
+ Oblúková sekunda na pixel
+
+
+
+
+ 35 mm equivalent focal length
+ Ekvivalent ohniskovej dĺžky pre 35 mm
+
+
+
+
+ Use position
+ Použiť polohu
+
+
+
+
+
+
+ DEC
+ DEC
+
+
+
+
+ h
+ h
+
+
+
+
+ High
+ Horná
+
+
+
+
+ Use scale
+ Použiť škálu
+
+
+
+
+ deg
+ stupeň
+
+
+
+
+ Low
+ Spodná
+
+
+
+
+
+
+ RA
+ RA
+
+
+
+
+ Unit
+ Jednotka
+
+
+
+
+ Solution
+ Riešenie
+
+
+
+
+ Field width
+ Šírka poľa
+
+
+
+
+ Field height
+ Výška poľa
+
+
+
+
+ Orientation
+ Orientácia
+
+
+
+
+ Pixel scale
+ Škála pixelu
+
+
+
+
+ Stars
+ Počet hviezd
+
+
+
+
+ HFR
+ HFR
+
+
+
+
+ Settings
+ Nastavenia
+
+
+
+
+ Extract
+ Extrahovať
+
+
+
+
+ Solve
+ Vyriešiť
+
+
+
+
+ Extract with HFR
+ Extrahovať s HFR
+
+
+
+ Abort
+ Zrušiť
+
+
+
+ Update FITS header
+ Aktualizovať FITS hlavičku
+
+
+
+ Header update failed
+ Header update failed
+
+
+
+ PlateSolvingSettings
+
+
+
+ Dialog
+ Nastavenia
+
+
+
+
+ Add
+ Pridať
+
+
+
+
+ Remove
+ Odstrániť
+
+
+
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by checking. This is possible only to default location.</p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+ <html><head/><body><p>Plate solving potrebuje indexové súbory aby mohlo nájsť rišenie pre obrázok. Žašktrnutím políčka sa stiahnú indexové súbory pre danú škálu. Stiahne ich do východieho adresáru.</p><p>Pre správnú funknčnosť je nutné stiahnuť súbory v 100%-50% rozsahu zorného poľa a je odporúčané stiahnuť 100%-10%. Takže pre obrázky s 70' zorným poľom je nutné stiahnuť indexové súbory v rozsahu 30'-85' a odporúča sa 4'-85'.</p></body></html>
+
+
+
+ <html><head/><body><p>Plate solving need index files in order to solve an image. You can download them here by clicking on check box. It will download them into default location. Or you can reuse <span style=" font-weight:700;">any</span> index files (not only listed bellow) from astrometry.net by adding path pointing to them. <a href="https://astrometrynet.readthedocs.io/en/latest/readme.html#getting-index-files"><span style=" text-decoration: underline; color:#0000ff;">More details about index files.</span></a></p><p>It is required to download index files that cover 100%-50% field of view and recomended 100%-10%. So for images with 70' field of view it is required to download index files in 30'-85' and recomended 4'-85'.</p></body></html>
+ <html><head/><body><p>Plate solving potrebuje indexové súbory aby mohlo nájsť rišenie pre obrázok. Môžete si stiahnuť indexové súbory kliknutím na zaškrtávacie políčko. Stiahne ich do východzieho adresáru. Taktiež môžete použiť hocijaké <span style=" font-weight:700;">existujúce</span> indexové súbory (nielen uvedené dole) z astrometry.net pridaním cesty k nim. <a href="https://astrometrynet.readthedocs.io/en/latest/readme.html#getting-index-files"><span style=" text-decoration: underline; color:#0000ff;">Viacej informácii o indexových súboroch.</span></a></p><p>Pre správnú funknčnosť je nutné stiahnuť súbory v 100%-50% rozsahu zorného poľa a je odporúčané stiahnuť 100%-10%. Takže pre obrázky s 70' zorným poľom je nutné stiahnuť indexové súbory v rozsahu 30'-85' a odporúča sa 4'-85'.</p></body></html>
+
+
+
+
+ Index files
+ Indexové súbory
+
+
+
+
+ 240' - 340'index-4114.fits (1.4 MiB)
+ 240' - 340'index-4114.fits (1.4 MiB)
+
+
+
+
+ 680' - 1000' index-4117.fits (242 kiB)
+ 680' - 1000' index-4117.fits (242 kiB)
+
+
+
+
+ 480' - 680' index-4116.fits (400 kiB)
+ 480' - 680' index-4116.fits (400 kiB)
+
+
+
+
+ 1000' - 1400' index-4118.fits (183 kiB)
+ 1000' - 1400' index-4118.fits (183 kiB)
+
+
+
+
+ 340' - 480' index-4115.fits (723 kiB)
+ 340' - 480' index-4115.fits (723 kiB)
+
+
+
+
+ 1400' - 2000' index-4119.fits (141 kiB)
+ 1400' - 2000' index-4119.fits (141 kiB)
+
+
+
+
+ 120' - 170' index-4112.fits (5.1MiB)
+ 120' - 170' index-4112.fits (5.1MiB)
+
+
+
+
+ 170' - 240' index-4113.fits (2.7MiB)
+ 170' - 240' index-4113.fits (2.7MiB)
+
+
+
+
+ 85' - 120' index-4111.fits (9.8 MiB)
+ 85' - 120' index-4111.fits (9.8 MiB)
+
+
+
+
+ 60' - 85' index-4110.fits (24 MiB)
+ 60' - 85' index-4110.fits (24 MiB)
+
+
+
+
+ 42' - 60' index-4109.fits (48 MiB)
+ 42' - 60' index-4109.fits (48 MiB)
+
+
+
+
+ 30' - 42' index-4108.fits (91 MiB)
+ 30' - 42' index-4108.fits (91 MiB)
+
+
+
+
+ 22' - 30' index-4107.fits (158 MiB)
+ 22' - 30' index-4107.fits (158 MiB)
+
+
+
+
+ 16' - 22' index-5206-*.fits (294 MiB)
+ 16' - 22' index-5206-*.fits (294 MiB)
+
+
+
+
+ 11' - 16' index-5205-*.fits (587 MiB)
+ 11' - 16' index-5205-*.fits (587 MiB)
+
+
+
+
+ 8' - 11' index-5204-*.fits (1.2 GiB)
+ 8' - 11' index-5204-*.fits (1.2 GiB)
+
+
+
+
+ 4.0' - 5.6' index-5203-*.fits (2.3 GiB)
+ 4.0' - 5.6' index-5203-*.fits (2.3 GiB)
+
+
+
+
+ 5.6' - 8.0' index-5202-*.fits (4.6 GiB)
+ 5.6' - 8.0' index-5202-*.fits (4.6 GiB)
+
+
+
+
+ 2.0' - 2.8' index-5201-*.fits (8.9 GiB)
+ 2.0' - 2.8' index-5201-*.fits (8.9 GiB)
+
+
+
+
+ 0 files
+ 0 súborov
+
+
+
+
+ Stop download
+ Zastaviť sťahovanie
+
+
+
+ Index files directory
+ Adresár s indexovými súbormi
+
+
+
+ %1 files
+ %1 súborov
+
+QObject
-
+ ISOISO
-
+ Shutter speedRýchlosť uzávierky
-
-
-
-
+
+
+
+ ErrorChyba
-
-
+
+ Unsupported sample formatNepodporovaný formát
-
-
-
-
+
+
+
+ WidthŠírka
-
-
-
-
+
+
+
+ HeightVýška
-
+ FilenameMeno súboru
-
+ Failed to load imageZlyhalo načítanie obrázka
-
-
+
+ MeanPriemer
-
-
+
+ Standart deviationŠtandardná odchýlka
-
-
+
+ MedianMedián
-
-
+
+ MinimumMinimum
-
-
+
+ MaximumMaximum
-
-
+
+ MADMAD
-
-
+
+ SaturatedSaturované
@@ -938,45 +1328,63 @@ Pre RAW súbory možno treba nastaviť 22%
Interpolácia obrázku
+
+ Solver
+
+
+ Unsupported image data type
+ Nepodporovaný dátový typ obrázka
+
+
+
+ Solving is not finished
+ Riešenie nie je dokončené
+
+
+
+ Failed to update file header
+ Zlyhalo aktualizovanie hlavičky súboru
+
+StretchToolbar
-
+ Stretch toolbarPanel úrovní
-
+ Auto Stretch F12Automatické natiahnutie F12
-
+ Reset Screen Transfer Function F11Resetuj funkciu prevodu na obrazovku F11
-
+ Invert colorsInvertuj farby
-
+ Apply auto stretch on loadAplikuj automatické natiahnutie pri načítaní
-
+ Debayer CFAPreveď CFA na farbu
-
+ False colorsFalošné farby
-
+ Linked channelsPrepojené kanály