43 Commits

Author SHA1 Message Date
Marco Dalla Tiezza
2513f5d1e5 Updated resources and docs 2024-10-20 19:59:39 +02:00
Marco Dalla Tiezza
32a9ecddbf Final bump to 4.1.0 2024-10-20 19:47:27 +02:00
Marco Dalla Tiezza
f2f5c1dc3d Fixed Windows logo 2024-10-20 19:30:53 +02:00
Marco Dalla Tiezza
f67ee9bc92 Bumpt to python 3.12, updated action files and changelog 2024-10-20 19:22:25 +02:00
Marco Dalla Tiezza
7a696451f0 Updated dependencies and docs 2024-10-20 19:13:40 +02:00
Marco Dalla Tiezza
53a7a1dda2 Update 2024-10-11 01:23:14 +02:00
Marco Dalla Tiezza
2cbeec6af3 Added possibility to activate additionl printings aimed to debug for qt plugins 2024-06-27 12:34:01 +02:00
Marco Dalla Tiezza
463a532c27 Updated documentation for SSA and Sun Imagers 2024-06-27 12:20:58 +02:00
Marco Dalla Tiezza
a3bc1b0c59 Complete the UV imagers part with Atmospheric Imagery Assembly 2024-06-27 01:08:43 +02:00
Marco Dalla Tiezza
ccc6e99a7f Added Synoptic Analysis, UV Imagers, and Spectrometric Coronagraph 2024-06-25 00:38:00 +02:00
Marco Dalla Tiezza
b8e6075aa0 Updated dependencies. Previous commit closes #4 2024-06-24 22:18:21 +02:00
Marco Dalla Tiezza
ddb952b894 Updated audio player with settings 2024-06-24 18:48:53 +02:00
Marco Dalla Tiezza
76bcbac60a Updated readme.md 2024-06-22 18:37:44 +02:00
Marco Dalla Tiezza
319b11e77c Rolling out DB v65 2024-06-22 15:17:22 +02:00
Marco Dalla Tiezza
5f513b1c76 Rolling out v4.0.5 2024-06-15 12:38:22 +02:00
Marco Dalla Tiezza
36648e08cc Updated message on preference window, bump Artemis version to 4.0.5 2024-06-15 12:09:14 +02:00
Marco Dalla Tiezza
d61caa1ada Removed unused imports, added date parser for db info data 2024-06-15 12:01:33 +02:00
Marco Dalla Tiezza
6fdd36b548 Code optimized: removed an additional db loading 2024-06-15 11:44:01 +02:00
Marco Dalla Tiezza
6213e8b1ca Added creation date and version of the db on db manager window 2024-06-15 00:55:05 +02:00
Marco Dalla Tiezza
d0bfbe40d7 New logic for local sigid search 2024-06-15 00:40:00 +02:00
Marco Dalla Tiezza
ebda950c87 Updated docs 2024-06-14 21:33:42 +02:00
Marco Dalla Tiezza
c803a72489 Updated changelog and resources (after merge) 2024-06-14 01:18:48 +02:00
Marco Dalla Tiezza
70758ea8bd Merge pull request #51 from AresValley/revised-networking
Revised network manager, update manager and downloader
2024-06-13 23:08:42 +00:00
Marco Dalla Tiezza
6c0b1b7e04 Merge branch 'master' into revised-networking 2024-06-13 23:07:30 +00:00
Marco Dalla Tiezza
c17c1fdbea Updated resources 2024-06-14 01:01:53 +02:00
Marco Dalla Tiezza
8138cf8e38 Docs update 2 2024-06-14 00:14:04 +02:00
Marco Dalla Tiezza
0b416f0a2e Docs update 2024-06-13 23:55:41 +02:00
Marco Dalla Tiezza
1d0c459402 Fixed a potential issue where the downloader window closes but the downloader instance keeps running 2024-06-13 19:19:21 +02:00
Marco Dalla Tiezza
0f898ff6f5 Introduced temporary folder 2024-06-13 16:16:36 +02:00
Marco Dalla Tiezza
c58d85c6a2 Fixed bug of space_weather introduced with the new update_manager 2024-06-13 15:52:47 +02:00
Marco Dalla Tiezza
f73034c35c Preparatory update for the new update manager 2024-06-13 15:46:56 +02:00
Marco Dalla Tiezza
77c43813a0 Final ieration of the new downloader and update_manager, implemented automatic updates only for windows 2024-06-13 15:46:25 +02:00
Marco Dalla Tiezza
b01bd99ecf Preparatory update for the new update manager 2024-06-13 14:57:36 +02:00
Marco Dalla Tiezza
146a5d1605 First implementation of the auto update for windows 2024-06-13 14:40:07 +02:00
Marco Dalla Tiezza
ea245c853b Updated changelog and documentation 2024-06-13 12:20:12 +02:00
Marco Dalla Tiezza
e57e9bf8e4 Artemis can be fully navigated (and so the signal list) just with the keyboard, fixed #50 2024-06-13 11:42:24 +02:00
Marco Dalla Tiezza
70ed158b02 Updated resources, fixed typo 2024-06-13 02:06:45 +02:00
Marco Dalla Tiezza
1d795b688e File size request from HTTP header, handled the indeterminate size case 2024-06-13 01:54:59 +02:00
Marco Dalla Tiezza
52c4fbcce9 Downloader has been generalized, now network_utils is update_utils 2024-06-13 01:05:53 +02:00
Marco Dalla Tiezza
79891899ce Improved label readability, handled non critical exception about filtering without a loaded DB 2024-06-12 23:16:48 +02:00
Marco Dalla Tiezza
dde223d2ac Updated documentation 2024-06-12 21:20:18 +02:00
Marco Dalla Tiezza
43ddee410a Removed unnecessay arguments (now default) for nuitka 2024-06-11 18:37:50 +02:00
Marco Dalla Tiezza
ecbf10ebb5 Rolling out v4.0.3 2024-06-10 22:20:37 +02:00
50 changed files with 2126 additions and 1219 deletions

View File

@@ -6,7 +6,7 @@ on:
artemis_version:
description: 'Version'
required: true
default: '4.0.0'
default: '4.1.0'
type: string
jobs:
@@ -19,7 +19,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Build and package
run: sh ./building/Linux/build_linux.sh

View File

@@ -6,12 +6,12 @@ on:
artemis_version:
description: 'Version'
required: true
default: '4.0.0'
default: '4.1.0'
type: string
jobs:
build-macos-x86_64:
runs-on: macos-11
runs-on: macos-12
steps:
- name: Check out code
uses: actions/checkout@v4
@@ -19,7 +19,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Build and package
run: sh ./building/macOS/build_macos.sh

View File

@@ -6,7 +6,7 @@ on:
artemis_version:
description: 'Version'
required: true
default: '4.0.0'
default: '4.1.0'
type: string
jobs:
@@ -19,7 +19,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- name: Build and package
run: ./building/Windows/build_windows.ps1

View File

@@ -5,6 +5,40 @@
## [Unreleased]
## [4.1.0] - 2024-10-20
### Added
- Created a setting panel for the audio player
- Selection of the audio output device. Closes [#4](https://github.com/AresValley/Artemis/issues/4)
- Added the following (advanced) products to the space weather module. Closes [#53](https://github.com/AresValley/Artemis/issues/53):
- Sun Synoptic Analysis (SAS)
- GOES Solar Ultraviolet Imager (SUVI), all wavelenght (94 Å, 131 Å, 171 Å, 195 Å, 284 Å, 304 Å)
- GOES Thematic Map (from SUVI)
- Large Angle and Spectrometric Coronagraph (LASCO), both C2/C3 range for optical imaging of the Suns corona
- Helioseismic and Magnetic Imager (HMI): Magnetogram, Intensitygram, Dopplergram
### Fixed
- Fixed margins for downloader window
## [4.0.5] - 2024-06-15
### Added
- Possibility to navigate Artemis just with the keyboard [#50](https://github.com/AresValley/Artemis/issues/50)
- **Windows:** automatic updates have been implemented. When a software update is available, Artemis will download the new version and install the updates automatically
- Multiple sigID databases can be conserved. In the case of autoload, the latest local version will be loaded
- Added creation date and DB version in DB manager window
### Changed
- Improved readability of labels for filter ranges for frequency, bandwidth, and ACF
- Improved Update manager and Downloader functionalities
- OS-dependent temporary folders are now used for database download and Artemis updates
- The logic for searching the last sigID database has changed now the discriminant is no longer the folder name but is reported as a signature in the database itself (-1 in the editable field; see documentation)
- Old sigID databases are not deleted anymore when a new version is downloaded. This is to avoid removing databases with user changes or additions
### Fixed
- Added a database load check to avoid (noncritical) exceptions when applying filters without having loaded a database.
- Fixed a potential issue involving the forcible closure of the downloader window, but the downloader instance keeps running
- With the new logic in the latest sigID database search, manually imported sigID databases are officially recognized as proper ones
## [4.0.3] - 2024-06-10
@@ -101,8 +135,10 @@ First release.
<!-- Links definitions -->
[Unreleased]: https://github.com/AresValley/Artemis/compare/v4.0.3...HEAD
[4.0.1]: https://github.com/AresValley/Artemis/compare/v4.0.1...v4.0.3
[Unreleased]: https://github.com/AresValley/Artemis/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/AresValley/Artemis/compare/v4.0.5...v4.1.0
[4.0.5]: https://github.com/AresValley/Artemis/compare/v4.0.3...v4.0.5
[4.0.3]: https://github.com/AresValley/Artemis/compare/v4.0.1...v4.0.3
[4.0.1]: https://github.com/AresValley/Artemis/compare/v3.2.4...v4.0.1
[3.2.4]: https://github.com/AresValley/Artemis/compare/v3.2.1...v3.2.4
[3.2.3]: https://github.com/AresValley/Artemis/compare/v3.2.2...v3.2.3

View File

@@ -6,13 +6,16 @@
![GitHub Release](https://img.shields.io/github/v/release/aresvalley/artemis)
![GitHub Release](https://img.shields.io/github/v/release/AresValley/Artemis-DB?label=DB%20version)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/aresvalley/artemis/windows.yml?logo=windows&logoColor=white)
![GitHub repo file or directory count (in path)](https://img.shields.io/github/directory-file-count/aresvalley/artemis-db/static?type=dir&label=DB%20signals)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/aresvalley/artemis/windows.yml?logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHNoYXBlLXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiB0ZXh0LXJlbmRlcmluZz0iZ2VvbWV0cmljUHJlY2lzaW9uIiBpbWFnZS1yZW5kZXJpbmc9Im9wdGltaXplUXVhbGl0eSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHZpZXdCb3g9IjAgMCA1MTIgNTEyLjAyNiI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMjY5LjMxMiA1MTIuMDI1SDUxMlYyNjkuMzM3SDI2OS4zMTJ2MjQyLjY4OHpNMCA1MTIuMDI1aDI0Mi42ODhWMjY5LjMzN0gwdjI0Mi42ODh6bTI2OS4zMTItMjY5LjMzN0g1MTJWMEgyNjkuMzEydjI0Mi42ODh6TTAgMjQyLjY4OGgyNDIuNjg4VjBIMHYyNDIuNjg4eiIvPjwvc3ZnPg==)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/aresvalley/artemis/linux.yml?logo=linux&logoColor=white)
![GitHub Issues or Pull Requests](https://img.shields.io/github/issues/aresvalley/artemis)
![Static Badge](https://img.shields.io/badge/build-soon%E2%84%A2-yellow?logo=apple)
![Static Badge](https://img.shields.io/badge/build-soon%E2%84%A2-yellow?logo=raspberrypi)
</div>
**Artemis** is a software designed to assist **radio frequency (RF) signal identification and storage**. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing nearly **500 recognized signals**. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease.
**Artemis** is a software designed to assist **radio frequency (RF) signal identification and storage**. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing over **500 recognized signals**. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease.
<div align="center">
<img src="docs/assets/artemis_preview.webp">

View File

@@ -12,7 +12,6 @@
<file>images/icons/player_play.svg</file>
<file>images/icons/player_stop.svg</file>
<file>images/icons/player_loop.svg</file>
<file>images/icons/player_mute.svg</file>
<file>images/icons/save.svg</file>
<file>images/icons/delete.svg</file>
<file>images/icons/add.svg</file>
@@ -22,6 +21,7 @@
<file>images/icons/browser.svg</file>
<file>images/icons/documents.svg</file>
<file>images/icons/abort.svg</file>
<file>images/icons/settings.svg</file>
<file>images/spectrum_not_available.svg</file>
<file>images/artemis_not_available.svg</file>
@@ -41,6 +41,8 @@
<file>ui/SpaceWeatherForecastPage.qml</file>
<file>ui/SpaceWeatherDRAPPage.qml</file>
<file>ui/SpaceWeatherAuroraPage.qml</file>
<file>ui/SpaceWeatherSSA.qml</file>
<file>ui/SpaceWeatherSunImagers.qml</file>
<file>ui/About.qml</file>

File diff suppressed because it is too large Load Diff

View File

@@ -6,10 +6,10 @@ from PySide6.QtCore import QObject, Slot, Signal
from artemis.utils.constants import Constants, Messages
from artemis.utils.sys_utils import open_directory, make_tar, unpack_tar
from artemis.utils.sql_utils import ArtemisDatabase, ArtemisSignal
from artemis.utils.path_utils import DATA_DIR
from artemis.utils.network_utils import NetworkManager
from artemis.utils.update_utils import UpdateManager
from artemis.utils.generic_utils import generate_filter_query
from artemis.utils.path_utils import normalize_dialog_path
from artemis.utils.path_utils import DATA_DIR
from artemis.utils.config_utils import CONFIGURE_QT
from artemis.ui.preferences import UIPreferences
@@ -25,6 +25,7 @@ import artemis.resources
class UIArtemis(QObject):
# Python > QML Signals
close_ui = Signal()
populate_sig_list = Signal(list)
populate_sig_details = Signal(list)
populate_filter_modulation = Signal(list)
@@ -37,7 +38,7 @@ class UIArtemis(QObject):
show_dialog_popup = Signal(str, str, str)
show_dialog_download_db = Signal(str, str, str)
show_dialog_download_art = Signal(str, str, str)
show_dialog_update_artemis = Signal(str, str, str, bool)
update_info_bar = Signal(str, str)
@@ -62,13 +63,13 @@ class UIArtemis(QObject):
# Creating istances for other windows
self.preferences = UIPreferences(self)
self.dbmanager = UIdbmanager(self)
self.downloader = UIDownloader(self)
self.spaceweather = UIspaceweather(self)
self.docmanager = UIdocumentsmanager(self)
self.sigeditor = UIsignaleditor(self)
self.cateditor = UIcategoryeditor(self)
self.downloader = UIDownloader(self)
self.network_manager = NetworkManager(self)
self.update_manager = UpdateManager(self)
self.autoload_db()
@@ -79,8 +80,9 @@ class UIArtemis(QObject):
self._window.loadSignal.connect(self.load_sig)
self._window.showPref.connect(self.show_pref_ui)
self._window.openSigEditor.connect(self.open_sig_editor)
self._window.startDownloader.connect(self.start_download_db)
self._window.checkDbUpdates.connect(self.check_update_db)
self._window.checkForUpdate.connect(self.check_for_update)
self._window.updateDb.connect(self.update_db)
self._window.updateArtemis.connect(self.update_artemis)
self._window.showSpaceWeather.connect(self.show_space_weather_ui)
self._window.openDbDirectory.connect(self.open_db_directory)
self._window.showCatManager.connect(self.open_cat_manager)
@@ -98,12 +100,13 @@ class UIArtemis(QObject):
self._window_signal.addCatTag.connect(self.add_cat_tag)
# Python > QML connections
self.close_ui.connect(self._window.close)
self.populate_sig_list.connect(self._window.populateList)
self.clear_list.connect(self._window.clearList)
self.update_info_bar.connect(self._window.bottomInfoBar)
self.show_dialog_popup.connect(self._window.openGeneralDialog)
self.show_dialog_download_db.connect(self._window.openDialogDownloadDb)
self.show_dialog_download_art.connect(self._window.openDialogDownloadArtemis)
self.show_dialog_update_artemis.connect(self._window.openDialogUpdateArtemis)
self.lock_menu.connect(self._window.lockMenu)
self.populate_sig_details.connect(self._window_signal.populateSignalParam)
@@ -168,6 +171,7 @@ class UIArtemis(QObject):
the details to generate a search query
"""
filter_status = filter_status.toVariant()
if self.loaded_db is not None:
if filter_status != {}:
filter_query = generate_filter_query(filter_status)
self.loaded_db.select_by_filter(filter_query)
@@ -213,18 +217,10 @@ class UIArtemis(QObject):
self.docmanager.load_documentsmanager_ui()
def check_update_db(self):
""" User manual check for updates db updates
def check_for_update(self):
""" User manual check for updates updates
"""
self.network_manager.show_popup = True
self.network_manager.check_updates()
def start_download_db(self):
""" Show the downloader and start the download of the sigid db
"""
self.downloader.show_ui.emit()
self.downloader.on_start()
self.update_manager.check_updates(True)
def dialog_download_db(self, message_type, title, message):
@@ -233,10 +229,24 @@ class UIArtemis(QObject):
self.show_dialog_download_db.emit(message_type, title, message)
def dialog_download_artemis(self, message_type, title, message):
""" Dialog popup for artemis download confirmation
def dialog_update_artemis(self, message_type, title, message, auto=False):
""" Dialog popup for Artemis download confirmation
"""
self.show_dialog_download_art.emit(message_type, title, message)
self.show_dialog_update_artemis.emit(message_type, title, message, auto)
@Slot()
def update_db(self):
""" Start the download of the sigID DB
"""
self.update_manager.download_db()
@Slot()
def update_artemis(self):
""" Start the download of Artemis
"""
self.update_manager.download_artemis()
def open_db_directory(self):
@@ -335,10 +345,13 @@ class UIArtemis(QObject):
def autoload_db(self):
sig_id_path = DATA_DIR / 'SigID' / Constants.SQL_NAME
""" This will autoload the latest local sigID DB, if present
according to the user settings
"""
sig_id_db = self.dbmanager.get_latest_local_sigid_db()
autoload = CONFIGURE_QT.value("Database", "autoload", 0)
if sig_id_path.exists() and int(autoload):
self.load_db('SigID')
if sig_id_db is not None and int(autoload):
self.load_db(sig_id_db.db_dir_name)
def dialog_popup(self, message_type, title, message):

View File

@@ -6,7 +6,6 @@ from PySide6.QtCore import QObject, Signal, Slot
from artemis.utils.path_utils import DATA_DIR
from artemis.utils.generic_utils import *
from artemis.utils.sql_utils import ArtemisDatabase
from artemis.utils.constants import Constants
from artemis.utils.sys_utils import delete_dir
@@ -49,8 +48,24 @@ class UIdbmanager(QObject):
def load_local_db_list(self):
""" Scan for all the valid DBs in the data folder and show them on the list
"""
db_param = []
valid_db_list = self.scan_db_dir()
self.populate_db_list.emit(valid_db_list)
for db in valid_db_list:
db_param.append(
{
'name': db.name,
'version': db.version,
'date': parse_date(db.date),
'db_dir_name': db.db_dir_name,
'documents_n': db.stats['documents'],
'signals_n': db.stats['signals'],
'images_n': db.stats['images'],
'audio_n': db.stats['audio']
}
)
self.populate_db_list.emit(db_param)
def load_db(self, db_dir_name):
@@ -85,43 +100,32 @@ class UIdbmanager(QObject):
def scan_db_dir(self):
""" Scans the data directory for valid databases and
return a dictionary containing only the valid ones with a summary
return a dictionary containing only the valid ones.
Returns a list of objects (dbs)
"""
valid_db_list = []
db_dirs = next(os.walk(DATA_DIR))[1]
for db_dir_name in db_dirs:
if self._valid_db(db_dir_name):
try:
database = ArtemisDatabase(db_dir_name)
database.load()
valid_db_list.append(
{
'name': database.name,
'db_dir_name': database.db_dir_name,
'documents_n': database.stats['documents'],
'signals_n': database.stats['signals'],
'images_n': database.stats['images'],
'audio_n': database.stats['audio']
}
)
valid_db_list.append(database)
except:
continue
return valid_db_list
def _valid_db(self, db_dir_name):
""" Checks if db_dir_name is a valid db dir containing a `data.sqlite` file.
Db must be valid as well and should be properly initialized and loaded with
no errors.
Args:
db_dir_name (str): name of the db folder
def get_latest_local_sigid_db(self):
""" Return the newest valid local sigID database.
Returns None if no valid sigID database is found.
"""
if os.path.exists(DATA_DIR / db_dir_name / Constants.SQL_NAME):
try:
database = ArtemisDatabase(db_dir_name)
database.load()
return True
except:
return False # Invalid or corrupted DB
valid_dbs = self._parent.dbmanager.scan_db_dir()
sig_id_dbs = [db for db in valid_dbs if db.editable == -1]
if len(sig_id_dbs) != 0:
sig_id_latest = max(sig_id_dbs, key=lambda x: x.version)
return sig_id_latest
else:
return False # The dir is not containing a data.sqlite file
return None

View File

@@ -1,11 +1,10 @@
import requests
from PySide6.QtQml import QQmlApplicationEngine
from PySide6.QtCore import QObject, Slot, Signal, QUrl, QSaveFile, QDir, QIODevice
from PySide6.QtNetwork import QNetworkReply, QNetworkRequest, QNetworkAccessManager
from artemis.utils.config_utils import *
from artemis.utils.sys_utils import delete_file, delete_dir, match_hash, unpack_tar
from artemis.utils.constants import Messages
from artemis.utils.path_utils import DATA_DIR
class UIDownloader(QObject):
@@ -13,7 +12,9 @@ class UIDownloader(QObject):
show_ui = Signal()
close_ui = Signal()
update_progress_bar = Signal(int, int)
set_indeterminate_bar = Signal()
update_status = Signal(str)
finished = Signal()
def __init__(self, parent):
@@ -25,6 +26,13 @@ class UIDownloader(QObject):
self._engine.load('qrc:/ui/Downloader.qml')
self._window = self._engine.rootObjects()[0]
self.file_url = None
self.file_size = None
self.dest_file = None
self.file = None
self.manager = None
self.reply = None
self._connect()
@@ -36,50 +44,54 @@ class UIDownloader(QObject):
self.show_ui.connect(self._window.show)
self.close_ui.connect(self._window.close)
self.update_progress_bar.connect(self._window.updateProgressBar)
self.set_indeterminate_bar.connect(self._window.setIndeterminateBar)
self.update_status.connect(self._window.updateStatus)
@Slot()
def on_start(self):
""" Start the download of the DB taking the needed url and size from
the attributes of the UpdatesController class
def on_start(self, url, save_path):
""" Start the download process using the specified URL
Args:
url (str): url from where download the file
save_path (str): path where to save the downloaded file
"""
url_file = QUrl(self._parent.network_manager.remote_db_url)
dest_path = QDir(DATA_DIR)
self.dest_file = dest_path.filePath(url_file.fileName())
self._clear_ui()
self.show_ui.emit()
self.file_url = QUrl(url)
self.file_size = self._get_filesize(url)
dest_path = QDir(save_path)
self.dest_file = dest_path.filePath(self.file_url.fileName())
self.file = QSaveFile(self.dest_file)
if self.file.open(QIODevice.WriteOnly):
# Start a GET HTTP request
self.manager = QNetworkAccessManager(self)
self.reply = self.manager.get(QNetworkRequest(url_file))
self.reply = self.manager.get(QNetworkRequest(self.file_url))
self.reply.downloadProgress.connect(self.on_progress)
self.reply.finished.connect(self.on_finished)
self.reply.readyRead.connect(self.on_ready_read)
self.reply.errorOccurred.connect(self.on_error)
else:
self.close_ui.emit()
self.show_popup_error(
self.file.errorString()
)
self.show_popup_error(self.file.errorString())
@Slot()
def on_abort(self):
""" Stop the download when user press abort button """
""" Stop the download when user presses the abort button
"""
if self.reply:
self.reply.abort()
self.update_progress_bar.emit(0, 0)
if self.file:
self.file.cancelWriting()
self.close_ui.emit()
@Slot()
def on_ready_read(self):
""" Get available bytes and store them into the file """
""" Write available bytes to the file
"""
if self.reply:
if self.reply.error() == QNetworkReply.NoError:
self.file.write(self.reply.readAll())
@@ -87,8 +99,9 @@ class UIDownloader(QObject):
@Slot()
def on_finished(self):
""" Delete reply, close the file, check the hash for integrity,
extract the database and delete the downloaded zip
""" Finalize the download process and, if no errors
occurs, emits the finished signal usefull for
a callback
"""
if self.reply:
self.reply.deleteLater()
@@ -96,24 +109,21 @@ class UIDownloader(QObject):
if self.file:
self.file.commit()
self.update_status.emit("Checking DB integrity (SHA-256)")
if self.reply.error() == QNetworkReply.NoError:
self.finished.emit()
if match_hash(self.dest_file, self._parent.network_manager.remote_db_hash):
self.update_status.emit("Unpacking archive...")
delete_dir(DATA_DIR / 'SigID')
unpack_tar(self.dest_file, DATA_DIR / 'SigID')
delete_file(self.dest_file)
self._parent.load_db('SigID')
self.close_ui.emit()
@Slot(int, int)
def on_progress(self, bytesReceived: int):
""" Update progress bar and label
""" Update progress bar and status label
"""
total_bytes = self._parent.network_manager.remote_db_size
self.update_status.emit("{:.1f} Mb / {:.1f} Mb".format(bytesReceived/10**6, total_bytes/10**6))
self.update_progress_bar.emit(bytesReceived, total_bytes)
if self.file_size is not None:
self.update_status.emit("{:.1f} Mb / {:.1f} Mb".format(bytesReceived/10**6, self.file_size/10**6))
self.update_progress_bar.emit(bytesReceived, self.file_size)
else:
self.update_status.emit("{:.1f} Mb".format(bytesReceived/10**6))
@Slot(QNetworkReply.NetworkError)
@@ -127,6 +137,28 @@ class UIDownloader(QObject):
)
def _get_filesize(self, url):
""" Get the file size by sending a HEAD request to the URL.
If the Content-Length in HTTP headers is missing, returns None
and set the progress_bar as 'indeterminate' like a 'busy indicator'
Args:
url (str): URL to check the file size
"""
try:
response = requests.get(url, stream=True)
size = int(response.headers.get('content-length'))
return size
except:
self.set_indeterminate_bar.emit()
return None
def _clear_ui(self):
self.update_progress_bar.emit(0, 0)
self.update_status.emit('')
def show_popup_error(self, error_msg):
self._parent.dialog_popup(
Messages.DIALOG_TYPE_ERROR,

View File

@@ -13,6 +13,8 @@ class UIspaceweather(QObject):
load_poseidon_report = Signal(dict)
load_poseidon_forecast_report = Signal(dict)
load_poseidon_drap_report = Signal(dict)
load_poseidon_SSA_report = Signal(dict)
load_poseidon_sun_images_report = Signal(dict)
load_aurora_report = Signal()
update_bottom_bar = Signal(str)
@@ -30,6 +32,8 @@ class UIspaceweather(QObject):
self._window_forecast = self._window.findChild(QObject, "spaceWeatherForecastObj")
self._window_drap = self._window.findChild(QObject, "spaceWeatherDRAPObj")
self._window_aurora = self._window.findChild(QObject, "spaceWeatherAuroraObj")
self._window_SSA = self._window.findChild(QObject, "spaceWeatherSSA")
self._window_sun_images = self._window.findChild(QObject, "spaceWeatherSunImagers")
self._connect()
@@ -43,6 +47,8 @@ class UIspaceweather(QObject):
self.load_poseidon_report.connect(self._window_current.loadReport)
self.load_poseidon_forecast_report.connect(self._window_forecast.loadForecastReport)
self.load_poseidon_drap_report.connect(self._window_drap.loadDrapReport)
self.load_poseidon_SSA_report.connect(self._window_SSA.loadDrapReport)
self.load_poseidon_sun_images_report.connect(self._window_sun_images.loadDrapReport)
self.load_aurora_report.connect(self._window_aurora.loadAuroraReport)
@@ -53,15 +59,17 @@ class UIspaceweather(QObject):
def download_poseidon_report(self):
network_manager = self._parent.network_manager
network_manager.show_popup = True
poseidon_data = network_manager.fetch_remote_json(
Constants.POSEIDON_REPORT_URL
update_manager = self._parent.update_manager
poseidon_data = update_manager.fetch_remote_json(
Constants.POSEIDON_REPORT_URL,
True
)
if poseidon_data:
self.load_poseidon_report.emit(poseidon_data)
self.load_poseidon_forecast_report.emit(poseidon_data)
self.load_poseidon_drap_report.emit(poseidon_data)
self.load_poseidon_sun_images_report.emit(poseidon_data)
self.load_poseidon_SSA_report.emit(poseidon_data)
self.load_aurora_report.emit()
self.update_bottom_bar.emit(

View File

@@ -10,7 +10,7 @@ class Constants():
APPLICATION_NAME = 'Artemis'
ORGANIZATION_NAME = 'AresValley'
ORGANIZATION_DOMAIN = 'aresvalley.com'
APPLICATION_VERSION = '4.0.3'
APPLICATION_VERSION = '4.1.0'
SQL_NAME = 'data.sqlite'
@@ -39,6 +39,7 @@ class Messages:
UP_TO_DATE = "You're up to date!"
DB_NEW_VER = "New SigID DB version available!"
ART_NEW_VER = "New Artemis version available!"
DB_CORRUPTED = "Database Corruption Detected"
# Messages
DB_CREATION_SUCCESS_MSG = "The new database has been created succesfully."
@@ -50,8 +51,10 @@ class Messages:
NO_CONNECTION_MSG = "Unable to check for updates. It appears that there is a problem with your internet connection. Please check your network settings and try again later. {}"
UP_TO_DATE_MSG = "The latest version of Artemis and SigID wiki is installed on your computer."
DB_NEW_VER_MSG = "A new version of the database ({}) is available for download. Download now?"
ART_NEW_VER_MSG = "A new version of Artemis ({}) is available for download. Check GitHub page now?"
DOWNLOAD_CORRUPTED_MSG = "Downloaded data corrupted or invalid. Please retry."
ART_NEW_VER_MANUAL_MSG = "A new version of Artemis ({}) is available for download. Check GitHub page now?"
ART_NEW_VER_AUTO_MSG = "A new version of Artemis ({}) is available for download. Update Artemis now?"
DB_CORRUPTED_MSG = "Downloaded data corrupted or invalid. Please retry."
DB_DOWNLOAD_SUCCESS_MSG = "The database has been successfully downloaded and is now being loaded."
class Query():

View File

@@ -1,3 +1,5 @@
from datetime import datetime
from artemis.utils.constants import Query
@@ -75,3 +77,17 @@ def generate_filter_query(filer_status):
))
return ' INTERSECT '.join(query)
def parse_date(date_str):
""" Parses a date string in "%Y-%m-%d %H:%M:%S.%f" format and returns
the date in "YYYY-MM-DD" format. If parsing fails, returns the original string.
Args:
date_str (str): The date string to parse.
"""
try:
form_date = datetime.strptime(date_str, "%Y-%m-%d %H:%M:%S.%f")
return str(form_date.date())
except ValueError:
return date_str

View File

@@ -1,135 +0,0 @@
import os
import requests
from packaging.version import Version
from artemis.utils.constants import Constants, Messages
from artemis.utils.sql_utils import ArtemisDatabase
from artemis.utils.sys_utils import is_windows, is_linux, is_macos
from artemis.utils.path_utils import DATA_DIR
class NetworkManager:
""" Class that checks for DB or software updates
"""
def __init__(self, parent):
self._parent = parent
self.sigid_db_path = DATA_DIR / 'SigID' / Constants.SQL_NAME
self.show_popup = False
self.db_update = None
self.art_update = None
self.remote_db_url = None
self.remote_db_hash = None
self.remote_db_version = None
self.remote_db_size = None
self.remote_art_version = None
self.check_updates()
def check_updates(self):
""" Checks if a new DB update is available.
Args:
popup (bool, optional): Suppress the "already up-to-date" message on startup.
Defaults to False.
"""
latest_json = self.fetch_remote_json(Constants.LATEST_VERSION_URL)
if latest_json:
local_db = self.load_local_db()
remote_db = latest_json['sigID_DB']
self.remote_db_version = remote_db['version']
self.remote_db_url = remote_db['url']
self.remote_db_hash = remote_db['sha256_hash']
self.remote_db_size = remote_db['total_bytes']
if is_windows():
self.remote_art_version = latest_json['windows']['version']
elif is_linux():
self.remote_art_version = latest_json['linux']['version']
elif is_macos():
self.remote_art_version = latest_json['mac']['version']
if Version(self.remote_art_version) > Version(Constants.APPLICATION_VERSION):
self.art_update = True
else:
self.art_update = False
if self.art_update:
self.show_popup_art_update()
else:
if local_db:
if self.remote_db_version > local_db.version:
self.show_popup_db_update()
elif self.show_popup:
self.show_popup_up_to_date()
else:
self.show_popup_initial_db_download()
def fetch_remote_json(self, url):
""" Fetches the remote json from a url
"""
try:
response = requests.get(url)
response.raise_for_status()
return response.json()
except requests.exceptions.RequestException as e:
if self.show_popup:
self._parent.dialog_popup(
Messages.DIALOG_TYPE_ERROR,
Messages.NO_CONNECTION,
Messages.NO_CONNECTION_MSG.format(e)
)
return None
def load_local_db(self):
""" Loads the local database if exists
"""
if os.path.exists(self.sigid_db_path):
local_db = ArtemisDatabase('SigID')
local_db.load()
return local_db
return None
def show_popup_db_update(self):
"""Prompts the user to download the updated version of the database."""
self._parent.dialog_download_db(
Messages.DIALOG_TYPE_WARN,
Messages.DB_NEW_VER,
Messages.DB_NEW_VER_MSG.format(self.remote_db_version)
)
def show_popup_art_update(self):
"""Prompts the user to download the updated version of the database."""
self._parent.dialog_download_artemis(
Messages.DIALOG_TYPE_WARN,
Messages.ART_NEW_VER,
Messages.ART_NEW_VER_MSG.format(self.remote_art_version)
)
def show_popup_up_to_date(self):
"""Notifies the user that the database is up to date."""
self._parent.dialog_popup(
Messages.DIALOG_TYPE_INFO,
Messages.UP_TO_DATE,
Messages.UP_TO_DATE_MSG
)
def show_popup_initial_db_download(self):
"""Prompts the user to download the database for the first time."""
self._parent.dialog_download_db(
Messages.DIALOG_TYPE_QUEST,
Messages.NO_DB_DETECTED,
Messages.NO_DB_DETECTED_MSG
)

View File

@@ -36,6 +36,15 @@ def _data_dir():
return data_dir_path
def _tmp_dir():
if is_windows():
tmp_dir_path = Path.home() / 'AppData' / 'Local' / 'Temp'
else:
tmp_dir_path = Path('/tmp')
return tmp_dir_path
def _preference_dir():
preference_dir_path = APP_DIR / 'config'
if not preference_dir_path.exists():
@@ -46,4 +55,5 @@ def _preference_dir():
BASE_DIR = Path(os.path.dirname(__file__)) / '../..'
APP_DIR = _app_dir()
DATA_DIR = _data_dir()
TMP_DIR = _tmp_dir()
PREFERENCES_DIR = _preference_dir()

View File

@@ -7,8 +7,8 @@ from datetime import datetime
from contextlib import closing
from artemis.utils.constants import Query, Constants
from artemis.utils.path_utils import DATA_DIR
from artemis.utils.generic_utils import format_frequency
from artemis.utils.path_utils import DATA_DIR
class Database():
@@ -141,7 +141,7 @@ class ArtemisDatabase(Database):
""" Create new db in the data folder.
The name of folder containing the new db has a unique id as name (db_dir_name).
"""
meta = [name, datetime.now(), 0, 0]
meta = [name, datetime.now(), 1, 1]
os.makedirs(self.db_dir)
os.makedirs(self.media_dir)

View File

@@ -19,3 +19,5 @@ def set_ui():
os.environ['QT_ENABLE_GLYPH_CACHE_WORKAROUND'] = '1'
os.environ['QML_USE_GLYPHCACHE_WORKAROUND'] = '1'
os.environ['QT_DEBUG_PLUGINS'] = CONFIGURE_QT.value('Develop', 'debug_plugin', '0')

View File

@@ -0,0 +1,222 @@
import uuid
import requests
from packaging.version import Version
from artemis.utils.constants import Constants, Messages
from artemis.utils.sys_utils import is_windows, is_linux, is_macos, delete_file, match_hash, unpack_tar, open_file
from artemis.utils.path_utils import DATA_DIR, TMP_DIR
class UpdateManager:
""" Class used to manage DB and software updates
"""
def __init__(self, parent):
self._parent = parent
self.db_update = None
self.art_update = None
self.remote_db_url = None
self.remote_db_hash = None
self.remote_db_version = None
self.remote_db_size = None
self.remote_db_file_name = None
self.remote_artemis_version = None
self.remote_artemis_url = None
self.remote_artemis_file_name = None
self.check_updates()
def check_updates(self, show_popup=False):
""" Checks if a software or DB update is available.
Prioritize Artemis updates over the DB one.
Args:
show_popup (bool, optional):
If False, suppress the "already up-to-date" message on startup.
Defaults to False. True is usefull when the user manual check for
updates.
"""
latest_json = self.fetch_remote_json(Constants.LATEST_VERSION_URL, show_popup)
if latest_json:
local_db = self._parent.dbmanager.get_latest_local_sigid_db()
remote_db = latest_json['sigID_DB']
self.remote_db_version = remote_db['version']
self.remote_db_url = remote_db['url']
self.remote_db_hash = remote_db['sha256_hash']
self.remote_db_size = remote_db['total_bytes']
self.remote_db_file_name = self.remote_db_url.split('/')[-1]
if is_windows():
self.remote_artemis_version = latest_json['windows']['version']
self.remote_artemis_url = latest_json['windows']['url']
elif is_linux():
self.remote_artemis_version = latest_json['linux']['version']
self.remote_artemis_url = latest_json['linux']['url']
elif is_macos():
self.remote_artemis_version = latest_json['mac']['version']
self.remote_artemis_url = latest_json['mac']['url']
self.remote_artemis_file_name = self.remote_artemis_url.split('/')[-1]
if Version(self.remote_artemis_version) > Version(Constants.APPLICATION_VERSION):
self.art_update = True
else:
self.art_update = False
if self.art_update:
self._show_popup_art_update()
else:
if local_db:
if self.remote_db_version > local_db.version:
self._show_popup_db_update()
elif show_popup:
self._show_popup_up_to_date()
else:
self._show_popup_initial_db_download()
def fetch_remote_json(self, url, show_popup=False):
""" Fetches the remote json from a url
Args:
show_popup (bool, optional): If false, suppress any error message
Defaults to False (to avoid error if the program is used offline)
"""
try:
response = requests.get(url)
response.raise_for_status()
return response.json()
except requests.exceptions.RequestException as e:
if show_popup:
self._parent.dialog_popup(
Messages.DIALOG_TYPE_ERROR,
Messages.NO_CONNECTION,
Messages.NO_CONNECTION_MSG.format(e)
)
return None
def download_db(self):
""" Open the downloader and download the sigID database in the
TMP_DIR folder. After a succesfull download the callback function
from the downloader is post_download_db
"""
self._parent.downloader.finished.connect(self.post_download_db)
self._parent.downloader.on_start(
self.remote_db_url,
TMP_DIR
)
def post_download_db(self):
""" After a succesfull DB download, this function check the hash
for possible corrupted data, delete old sigID DB and extract
the new one
"""
latest_db_tar_path = TMP_DIR / self.remote_db_file_name
if match_hash(latest_db_tar_path, self.remote_db_hash):
db_dir_name = str(uuid.uuid4())
unpack_tar(latest_db_tar_path, DATA_DIR / db_dir_name)
self._parent.load_db(db_dir_name)
self._show_popup_db_download_complete()
else:
self._show_popup_db_hash_failed()
delete_file(latest_db_tar_path)
def download_artemis(self):
""" Open the downloader and download Artemis in the
TMP_DIR folder. After a succesfull download the callback function
from the downloader is post_download_artemis
"""
self._parent.downloader.finished.connect(self.post_download_artemis)
self._parent.downloader.on_start(
self.remote_artemis_url,
TMP_DIR
)
def post_download_artemis(self):
""" After a succesfull Artemis download, this open the installer
and close the application
"""
if is_windows():
open_file(TMP_DIR / self.remote_artemis_file_name)
self._parent.close_ui.emit()
def _show_popup_db_update(self):
""" Prompts the user to download the updated version of the database
"""
self._parent.dialog_download_db(
Messages.DIALOG_TYPE_WARN,
Messages.DB_NEW_VER,
Messages.DB_NEW_VER_MSG.format(self.remote_db_version)
)
def _show_popup_art_update(self):
""" Alerts the user of a new version of Artemis.
Windows - asks to download with automatic update
Linux, macOS - redirects to GitHub page
"""
if is_windows():
self._parent.dialog_update_artemis(
Messages.DIALOG_TYPE_QUEST,
Messages.ART_NEW_VER,
Messages.ART_NEW_VER_AUTO_MSG.format(self.remote_artemis_version),
True
)
else:
self._parent.dialog_update_artemis(
Messages.DIALOG_TYPE_QUEST,
Messages.ART_NEW_VER,
Messages.ART_NEW_VER_MANUAL_MSG.format(self.remote_artemis_version),
False
)
def _show_popup_up_to_date(self):
""" Notifies the user that the database is up to date
"""
self._parent.dialog_popup(
Messages.DIALOG_TYPE_INFO,
Messages.UP_TO_DATE,
Messages.UP_TO_DATE_MSG
)
def _show_popup_initial_db_download(self):
""" Prompts the user to download the database for the first time
"""
self._parent.dialog_download_db(
Messages.DIALOG_TYPE_QUEST,
Messages.NO_DB_DETECTED,
Messages.NO_DB_DETECTED_MSG
)
def _show_popup_db_download_complete(self):
""" DB has been succesfully downloaded
"""
self._parent.dialog_popup(
Messages.DIALOG_TYPE_INFO,
Messages.GENERIC_SUCCESS,
Messages.DB_DOWNLOAD_SUCCESS_MSG
)
def _show_popup_db_hash_failed(self):
""" Notify the user after detection of a corrupted database
"""
self._parent.dialog_popup(
Messages.DIALOG_TYPE_ERROR,
Messages.DB_CORRUPTED,
Messages.DB_CORRUPTED_MSG
)

View File

@@ -4,12 +4,11 @@ echo "Building Linux target ..."
echo "Installing requirements ..."
pip install -r requirements.txt
pip install nuitka==2.3
pip install nuitka==2.4.10
echo "Building with Nuitka ..."
python -m nuitka app.py \
--standalone \
--follow-imports \
--show-modules \
--assume-yes-for-downloads \
--enable-plugin=pyside6 \
@@ -18,7 +17,6 @@ python -m nuitka app.py \
--noinclude-dlls=libQt6Sensors* \
--noinclude-dlls=libQt6Test* \
--noinclude-dlls=libQt6WebEngine* \
--include-qt-plugins=sensible \
--include-qt-plugins=styles \
--include-qt-plugins=qml \
--include-qt-plugins=multimedia \
@@ -29,6 +27,4 @@ python -m nuitka app.py \
--force-stderr-spec="{TEMP}/artemis.err.log" \
--force-stdout-spec="{TEMP}/artemis.out.log"
chmod 755 ./app.dist/app.bin
echo "Building Linux target finished."

View File

@@ -2,12 +2,11 @@ Write-Output "Building Windows target"
Write-Output "Installing requirements ..."
pip install -r requirements.txt
pip install nuitka==2.3
pip install nuitka==2.4.10
Write-Output "Building with Nuitka ..."
python -m nuitka app.py `
--standalone `
--follow-imports `
--show-modules `
--assume-yes-for-downloads `
--windows-console-mode=disable `
@@ -17,7 +16,6 @@ python -m nuitka app.py `
--noinclude-dlls="Qt6Sensors*" `
--noinclude-dlls="Qt6Test*" `
--noinclude-dlls="Qt6WebEngine*" `
--include-qt-plugins=sensible `
--include-qt-plugins=styles `
--include-qt-plugins=qml `
--include-qt-plugins=multimedia `
@@ -27,8 +25,8 @@ python -m nuitka app.py `
--force-stdout-spec="{TEMP}\artemis.out.log" `
--windows-company-name=Aresvalley.com `
--windows-product-name=Artemis `
--windows-file-version=4.0.3 `
--windows-product-version=4.0.3 `
--windows-file-version=4.1.0 `
--windows-product-version=4.1.0 `
--windows-file-description=Artemis `
--windows-icon-from-ico=images\artemis_icon.ico

View File

@@ -1,5 +1,5 @@
#define MyAppName "Artemis"
#define MyAppVersion "4.0.3"
#define MyAppVersion "4.1.0"
#define MyAppPublisher "AresValley"
#define MyAppURL "https://www.aresvalley.com/"
#define MyAppExeName "artemis.exe"

View File

@@ -23,6 +23,6 @@ python -m nuitka app.py \
--macos-app-name=Artemis \
--macos-app-mode=gui \
--macos-sign-identity=ad-hoc \
--macos-app-version=4.0.3
--macos-app-version=4.1.0
echo "Building Linux target finished."

View File

@@ -8,3 +8,6 @@ accent=Green
[Database]
autoload=0
[Develop]
debug_plugin=0

View File

@@ -1,17 +1,20 @@
{
"sigID_DB": {
"version": 61,
"url": "https://github.com/AresValley/Artemis-DB/releases/download/v61/v61.tar",
"sha256_hash": "c65d2ab65e9420cd7789190c100abef2f1575ea15489776c2d97b5b09cdc8410",
"total_bytes": 244449280
"version": 65,
"url": "https://github.com/AresValley/Artemis-DB/releases/download/v65/v65.tar",
"sha256_hash": "00c49d4e47d2b32e14e9dd072810b9a976348c1f58b2b10880b54dc8d8123214",
"total_bytes": 192102400
},
"windows": {
"version": "4.0.1"
"version": "4.0.5",
"url": "https://github.com/AresValley/Artemis/releases/download/v4.0.5/Artemis-Windows-x86_64-4.0.5.exe"
},
"linux": {
"version": "4.0.1"
"version": "4.0.5",
"url": "https://github.com/AresValley/Artemis/releases/download/v4.0.5/Artemis-Linux-x86_64-4.0.5.zip"
},
"mac": {
"version": "4.0.0"
"version": "4.0.0",
"url": ""
}
}

View File

@@ -33,7 +33,16 @@ where $Y_{i+τ}$ is a lagged data by $τ$ of $Y_i$ and $\bar{Y}$ is the average
## Example: ACF Analysis
### STANAG 4285
The first example will be a NATO standard known as STANAG 4285. You can download a .wav sample from HERE. We start to collect some information about the structure of this signal: a good starting point is the official declassified NATO document dated 1989. The main frame structure can be found at **Annex A-3/5** with a graphical view at **Annex A-7**, also reported below:
The first example will be a NATO standard known as STANAG 4285. You can download a .wav sample from [:material-download: HERE](assets/stanag_4285.wav).
<div align="center">
<audio controls>
<source src="https://raw.githubusercontent.com/AresValley/Artemis/master/docs/assets/stanag_4285.wav" type="audio/wav">
Your browser does not support the audio player.
</audio>
</div>
We start to collect some information about the structure of this signal: a good starting point is the official declassified NATO document dated 1989. The main frame structure can be found at **Annex A-3/5** with a graphical view at **Annex A-7**, also reported below:
* [STANAG 4285 (i)](assets/acf_2.png)
* [STANAG 4285 A-3](assets/acf_3.png)

BIN
docs/assets/stanag_4285.wav Normal file

Binary file not shown.

View File

@@ -5,21 +5,58 @@
## 1. Main Menu
### File
* **New Database:** Create a new database.
* **Load Database:** Open the Database Manager windows in order to open, rename, or delete a database.
* **Import Database:** Import an Artemis database with a standard .tar format.
* **Export Database:** Export the loaded database with a standard .tar format.
* **Edit Tags:** Open the tags editor window. From here, you can add, rename, or delete tags. The tags can be added to a signal from the [tags menu](#4-tags)
* **Open Database Folder:** Shows the folder of the currently loaded database in the explorer.
* **Preferences:** Open the program settings window.
* **Exit:** This will close the application.
* **New Database**
Create a new database.
* **Load Database**
Open the Database Manager windows in order to open, rename, or delete a database.
* **Import Database**
Import an Artemis database with a standard .tar format.
!!! tip "Offline Importing of SigID Database"
Sometimes it may happen that a computer does not have network access and unfortunately Artemis cannot download the SigID database. To solve this you can:
1. Download the .tar database [:material-download: HERE](https://github.com/AresValley/Artemis-DB/releases) from a PC with an internet access
2. Import the downloaded .tar on the target PC (without internet access) using the **Import Database** function
* **Export Database**
Export the loaded database with a standard .tar format.
* **Edit Tags**
Open the tags editor window. From here, you can add, rename, or delete tags. The tags can be added to a signal from the [tags menu](#4-tags)
* **Open Database Folder**
Shows the folder of the currently loaded database in the explorer.
* **Preferences**
Open the program settings window.
* **Exit**
This will close the application.
### Signal
* **New:** Add a new signal to the database.
* **Edit:** Edit the current/selected signal from the loaded database.
* **New**
Add a new signal to the database.
* **Edit**
Edit the current/selected signal from the loaded database.
### Space Weather
* **Check Report:** Open the main [Space Weather window](space_weather/current.md) and retrieve all the live data from Poseidon Crawler.
* **Check Report**
Open the main [Space Weather window](space_weather/current.md) and retrieve all the live data from Poseidon Crawler.
## 2. Signal List
This is the signal list where all the database entries are shown. When a signal is selected, it will load on the right panel.
@@ -31,9 +68,18 @@ On top of the list, there is a field for filtering signals by name or any keywor
Here you can swithc between the main **signal** window and the **filter** page.
## 4. Tags
* **Associate Tag:** Custom tags can be associated to the selected signal with the :octicons-plus-circle-16: icon
* **Remove Tag:** In order to remove a tag, just click on its badge.
* **Add/Rename Tag:** To add a new tag open the [Tags Editor](#1-main-menu) in the main menu.
* **Associate Tag**
Custom tags can be associated to the selected signal with the :octicons-plus-circle-16: icon
* **Remove Tag**
In order to remove a tag, just click on its badge.
* **Add/Rename Tag**
To add a new tag open the [Tags Editor](#1-main-menu) in the main menu.
## 5. Add Parameter
Click on the labels to add the corresponding parameter to the signal (e.g. click on **Frequency** to add a new frequency).

View File

@@ -21,8 +21,6 @@ A simple integer to denote the database version.
This field should serve as a writing protection on the database.
* **-1**: reserved to sigID database. This is the primary way to distinguish a valid sigID database
* **0**: read-only database
* **1**: database can be edited with no restrictions
!!! example "Experimental"
This feature is experimental and not yet implemented.

View File

@@ -3,6 +3,7 @@
<div align="center" markdown>
![GitHub Release](https://img.shields.io/github/v/release/AresValley/Artemis-DB?label=Latest%20release)
![GitHub repo file or directory count (in path)](https://img.shields.io/github/directory-file-count/aresvalley/artemis-db/static?type=dir&label=DB%20signals)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/AresValley/Artemis-DB/total?label=DB%20requests)
![GitHub Release Date](https://img.shields.io/github/release-date/AresValley/Artemis-DB)

18
docs/faq.md Normal file
View File

@@ -0,0 +1,18 @@
# Frequently Asked Questions
### What about an automatic signal recognition feature?
This question has been asked countless times, and for good reason: in many fields, machine learning (ML) has disrupted the way we solve problems, and when applied to the right field, you can get outstanding results. **So why not on signals?**
Well, the story dates back to at least 2017 when I started discussing it with several people on the rtl-sdr blog: at first, it seemed promising, but like many things, all that glitters is not gold. Let us proceed in order:
#### ML / Deep Learning approach
A machine learning/neural network approach would not be complex (from a technical standpoint) if there were not the problem of the dataframe completeness. To be effective, neural models need to be trained on a large number of entries. The precise number can vary and strongly depends on the nature of data used for training, but commonly, numbers can be tens of thousands of entries or even more, for example. This would not be a significant concern in the case of RF signals because the various encodings that differentiate can be created artificially using for example [Fldigi](http://www.w1hkj.com/). To make these synthetic signals more like a real one, noise and artificial distortions can be added. However, this approach allows us to have a spectrum that ranges only over civilian, non-proprietary, and non-military signals (a little bit more than 150 out of 500, in the best-case scenario). Many efforts have been made in this field and some excellent results have been reported below:
- [OShea, Corgan, and Clancy](https://arxiv.org/pdf/1602.04105) - Training Size: 900000 signals, 11 modulations
- [Stefan Scholl](https://arxiv.org/pdf/1906.04459) - Training Size: 120000 signals, 18 modulations
- [Stefan Scholl](https://panoradio-sdr.de/automatic-identification-of-160-shortwave-rf-signals-with-deep-learning/) - Training Size: 1.2 million signals, 143 modulations tested in HF
Therefore, The main point is to have a good quality data frame to train the model; this is not always an easy task for the above reasons. Subsequently, as Stefan Scholl pointed out on his blog, similar modulations (MFSK-32 vs Olivia 16/500) can significantly decrease the effectiveness of discrimination. The quality of reception can also influence the result as well:  high SNR cannot always be an ideal point since the reception can be disrupted by interference or fading.
#### Classical Audio Analysis
More classical methods, such as similarity recognition between audio samples (such as using Mel-frequency cepstral coefficients, for example), could be effective, albeit marginally, if applied to the 500 signals audio sample library from sigID wiki. With the same signal encoding, the content of the signal alone can affect the similarity index and, thus, the method's effectiveness. Listening to a signal with the same modulation but encoding different information can significantly decrease the accuracy of signal recognition.

View File

@@ -3,13 +3,12 @@ title: Documentation
---
#
<p align="center" markdown>
![Logo](assets/logo_large_black.svg#only-light){width="400"}
![Logo](assets/logo_large_white.svg#only-dark){width="400"}
</p>
**Artemis** is a software designed to assist **radio frequency (RF) signal identification and storage**. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing nearly **500 recognized signals**. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease.
<div align="center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/W_8Y_4FvoHI?si=0hBqRnxnzCUWmTxK" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<p align="center" markdown>
[Artemis Homepage](https://www.aresvalley.com){ .md-button }
</p>
**Artemis** is a software designed to assist **radio frequency (RF) signal identification and storage**. It simplifies real-time spectrum analysis by leveraging one of the most extensive and community-driven databases, containing over **520 recognized signals**. This comprehensive software solution allows users to collect RF signals with specific parameters such as frequency, bandwidth, modulation, etc. Users can also store spectrum waterfalls, audio samples, and all types of documents for future reference. Artemis provides a robust platform to manage a wide range of RF data with precision and ease.

View File

@@ -12,8 +12,14 @@
---
## :simple-linux: Linux
1. Download `Artemis-Linux-x86_64-4.x.x.tar` in the Assets menu from the [:material-download: LATEST RELEASE](https://github.com/AresValley/Artemis/releases) and extract the tarball archive in a folder of your choice.
2. Before running `app.bin`, be sure to have the executable permissions to the binary file with:
1. On Linux, the xcb plugin is utilized to supply the essential functionality required for Qt GUI and Qt Widgets to operate on [X11](https://doc.qt.io/qt-6/linux-requirements.html). On some Linux distributions the required dependencies are already met, but in many cases, you will need to install them. To install the dependencies use:
``` bash title="Debian-based distro (Ubuntu, Mint, Pop! OS, Kali, ...)"
sudo apt install libxcb-*
```
2. Download `Artemis-Linux-x86_64-4.x.x.tar` in the Assets menu from the [:material-download: LATEST RELEASE](https://github.com/AresValley/Artemis/releases) and extract the tarball archive in a folder of your choice.
3. Before running `app.bin`, be sure to have the executable permissions to the binary file with:
```
chmod 700 app.bin

35
docs/space_weather/SSA.md Normal file
View File

@@ -0,0 +1,35 @@
# Solar Synoptic Analysis
Synoptic maps of the solar surface are drawn each day by SWPC forecasters, providing forecasters with a broad outline of solar surface features. These maps were started on June 2, 1972 and have been produced daily since then.
!!! quote "Source"
The Solar Synoptic Analysis is courtesy of the Space Weather Prediction Center (SWPC) part of the National Oceanic and Atmospheric Administration (NOAA), located in Boulder, Colorado.
## How to Read
### Active Regions
Active regions are localized magnetic fields on the Sun. Areas with strong or intense magnetic fields provide energy for solar flares and coronal mass ejections (CMEs), so accurate forecasting of space weather activity requires an accurate picture of these regions.. Active regions are given official numbers by SWPC, and the drawings include the probabilities of C, M, and X class flares for the next 24 hours associated with each active region, along with a proton event probability.
### Coronal Holes
Coronal holes are single polarity magnetic regions that are the source of high speed solar winds which drive magnetospheric activity. Coronal holes are the most common cause of geomagnetic storms. Coronal holes have historically been identified from He I 10830A ground-based observations. The boundaries of coronal holes are shown on the synoptic drawings as lines with hash marks on the coronal hole side of the boundary line.
### Neutral Lines
Large magnetic field structures of one magnetic polarity have a neutral line at the boundary of the different magnetic polarities of the fields. Neutral lines are associated with flaring in active regions, and filaments/prominences are often associated with the neutral lines on a quiet sun. Neutral lines appear as dashed lines on the synoptic drawings and the forecaster indicates the polarity of the magnetic field on either side of the neutral line with + (positive) and (negative) signs.
### Plages
Plages make up most of an Active Region, and appear bright in conjunction with the dark sunspots. Plages have strong magnetic fields but disorganized magnetic fields, unlike the highly organized fields of sunspots. In the synoptic drawings, plages are colored red. It is quite normal to have regions of plage with no sunspots, which do not receive an official number since they are not considered active regions and are unlikely to produce solar flares. Plage regions are the chief source of UV variability from the sun, however.
### Filaments and Prominences
Highly-stable regions of high density gas in the low density corona are called filaments. When these occur near the limb and can be seen protruding from the corona, often in spectacular fashion, they are called prominences. When they erupt they can be a geomagnetic storm threat, but the eruptions are usually slow and dont often drive large storms. The filaments and prominences are drawn as outlines with hash marks.
## Solar Coordinates
- Lt: The current Carrington longitude line (north to south) at solar center disk.
- Bt: Referred to as the B-angle. The angle measured from the current position of Earth within its tilted (inclined) orbit, compared to the Suns equator. It ranges between + or 7.23 degrees.
- Pt: Referred to as the position angle. Essentially, the current angle between Earths geocentric north pole and the Suns rotational north pole. The range is between + or 26.31 degrees.
- Returning Carringtons: Refers to the next 3 days of returning Carrington longitude lines to the east limb of the Sun.
## Spot Group Labeling
Spot groups are labeled with their assigned NOAA SWPC number. Underneath that number are four probability numbers (from 1 to 100 %) for C-class flares, M-class flares, X-class flares, and energetic proton events.
## Coronal Hole Labeling
Coronal holes are labeled with their assigned number. Underneath that number is a plus or minus sign representing the polarity of the coronal hole. Beside that figure is a number from 1 to 4 representing confidence of coronal hole analysis (4=good; 3=fair; 2=poor; 1=uncertain).

View File

@@ -0,0 +1,87 @@
# Sun Imagers
## Atmospheric Imagery Assembly
### 94 Å
This channel (as well as AIA 131) is designed to study solar flares. It measures extremely hot temperatures around 6 million Kelvin (10.8 million F). It can take images every 2 seconds (instead of 10) in a reduced field of view in order to look at flares in more detail.
- **Where:** Flaring regions of the corona
- **Wavelength:** 94 angstroms (0.0000000094 m) = Extreme Ultraviolet/soft X-rays
- **Primary ions seen:** 17 times ionized iron (Fe XVIII)
- **Characteristic temperature:** 6 million K (10.8 million F)
### 131 Å
This channel (as well as AIA 094) is designed to study solar flares. It measures extremely hot temperatures around 10 million K (18 million F), as well as cool plasmas around 400,000 K (720,000 F). It can take images every 2 seconds (instead of 10) in a reduced field of view in order to look at flares in more detail.
- **Where:** Flaring regions of the corona
- **Wavelength:** 131 angstroms (0.0000000131 m) = Extreme Ultraviolet
- **Primary ions seen:** 20 and 7 times ionized iron (Fe VIII, Fe XXI)
- **Characteristic temperatures:** 10 million K (18 million F)
### 171 Å
This channel is especially good at showing coronal loops - the arcs extending off of the Sun where plasma moves along magnetic field lines. The brightest spots seen here are locations where the magnetic field near the surface is exceptionally strong.
- **Where:** Quiet corona and upper transition region
- **Wavelength:** 171 angstroms (0.0000000171 m) = Extreme Ultraviolet
- **Primary ions seen:** 8 times ionized iron (Fe IX)
- **Characteristic temperature:** 1 million K (1.8 million F)
### 193 Å
This channel highlights the outer atmosphere of the Sun - called the corona - as well as hot flare plasma. Hot active regions, solar flares, and coronal mass ejections will appear bright here. The dark areas - called coronal holes - are places where very little radiation is emitted, yet are the main source of solar wind particles.
- **Where:** Corona and hot flare plasma
- **Wavelength:** 193 angstroms (0.0000000193 m) = Extreme Ultraviolet
- **Primary ions seen:** 11 times ionized iron (Fe XII)
- **Characteristic temperature:** 1.25 million K (2.25 million F)
### 303 Å
This channel is especially good at showing areas where cooler dense plumes of plasma (filaments and prominences) are located above the visible surface of the Sun. Many of these features either can't be seen or appear as dark lines in the other channels. The bright areas show places where the plasma has a high density.
- **Where:** Upper chromosphere and lower transition region
- **Wavelength:** 304 angstroms (0.0000000304 m) = Extreme Ultraviolet
- **Primary ions seen:** singly ionized helium (He II)
- **Characteristic temperature:** 50,000 K (90,000 F)
### 335 Å
This channel (as well as AIA 211) highlights the active region of the outer atmosphere of the Sun - the corona. Active regions, solar flares, and coronal mass ejections will appear bright here. The dark areas - or coronal holes - are places where very little radiation is emitted, yet are the main source of solar wind particles.
- **Where:** Active regions of the corona
- **Wavelength:** 335 angstroms (0.0000000335 m) = Extreme Ultraviolet
- **Primary ions seen:** 15 times ionized iron (Fe XVI)
- **Characteristic temperature:** 2.8 million K (5 million F)
### 1600 Å
This channel (as well as AIA 1700) often shows a web-like pattern of bright areas that highlight places where bundles of magnetic fields lines are concentrated. However, small areas with a lot of field lines will appear black, usually near sunspots and active regions.
- **Where:** Transition region and upper photosphere
- **Wavelength:** 1600 angstroms (0.00000016 m) = Far Ultraviolet
- **Primary ions seen:** thrice ionized carbon (C IV) and Continuum
- **Characteristic temperatures:** 6,000 K (11,000 F), and 100,000 K (180,000 F)
### 1700 Å
This channel (as well as AIA 1600) often shows a web-like pattern of bright areas that highlight places where bundles of magnetic fields lines are concentrated. However, small areas with a lot of field lines will appear black, usually near sunspots and active regions.
- **Where:** Temperature minimum and photosphere
- **Wavelength:** 1700 angstroms (0.00000017 m) = Far Ultraviolet
- **Primary ions seen:** Continuum
- **Characteristic temperature:** 6,000 K (11,000 F)
## Helioseismic and Magnetic Imager
### Magnetogram
Magnetograms show maps of the magnetic field on the Suns surface. The HMI instrument uses the Zeeman effect to measure the intensity of the magnetic field component along the line of sight by making use of the circularly polarized spectral line. The color chart of the magnetic field along the line of sight is designed to visually show both high and low values. Intensities less than 24G are shades of gray. Positive values of the field are green and blue. Negative values are yellow and red. Regions with a weak field appear mainly in yellow or green. Progressively positive values range from dark green to light green (at 236 G). Negative values range from light yellow to orange (at -236G). There is a strong discontinuity in the coloration at 236G. Positive or negative sunspots and other regions with an intense field appear blue or red with dark umbrae. There are 254 colors arranged symmetrically around 0. The 127 positive values include 2 grays tending toward dark, 13 greens toward light, and 110 blues toward dark. The 127 negative values include 2 grays tending toward light, 18 yellows toward dark, and 107 reds toward dark. Nominally, each color indicates a range of about 11.81 G, and the coloration altogether spans the range between -1500 G and 1500 G
### Intensitygram
HMI samples the Fe I absorption line at 6173.3 Å at six points, assuming that the "pure" profile of the Fe I line is Gaussian and the transmission profiles are delta functions, the first and second Fourier coefficients of the Fe I line profile can be calculated, and Doppler velocity estimation can be performed. An estimate of the intensity in the continuum is obtained by "reconstructing" the solar line from the Doppler offset and the thickness and depth of the line.
### Dopplergram
HMI camera 2 takes 72 images to construct a single Doppler diagram. Six images are taken at six positions across the spectral line at 6173.3 Å. Each image is taken in two polarization states, circularly polarized to the right (RCP or Stokes I-V) and circularly polarized to the left (LCP or Stokes I+V). Assuming that the absorption line is Gaussian and the transmission profiles of the HMI filter are delta functions, Fourier coefficients are calculated and then used to estimate the magnetic field B along the line of sight.
## Large Angle and Spectrometric Coronagraph
### LASCO C1 (NOT AVAILABLE)
A FabryPérot interferometer coronagraph imaging from 1.1 to 3 solar radii, non-functional since the 24 June 1998 SOHO Mission Interruption
### LASCO C2 (orange)
A white light coronagraph imaging from 1.5 to 6 solar radii
### LASCO C3 (blue)
A white light coronagraph imaging from 3.7 to 30 solar radii

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M671-177q-11 7-22 13t-23 11q-15 7-30.5 0T574-176q-6-15 1.5-29.5T598-227q7-3 13-6.5t12-7.5L480-368v111q0 27-24.5 37.5T412-228L280-360H160q-17 0-28.5-11.5T120-400v-160q0-17 11.5-28.5T160-600h88L84-764q-11-11-11-28t11-28q11-11 28-11t28 11l680 680q11 11 11 28t-11 28q-11 11-28 11t-28-11l-93-93Zm89-304q0-83-44-151.5T598-735q-15-7-22-21.5t-2-29.5q6-16 21.5-23t31.5 0q97 43 155 131t58 197q0 33-6 65.5T817-353q-8 22-24.5 27.5t-30.5.5q-14-5-22.5-18t-.5-30q11-26 16-52.5t5-55.5ZM591-623q33 21 51 63t18 80v10q0 5-1 10-2 13-14 17t-22-6l-51-51q-6-6-9-13.5t-3-15.5v-77q0-12 10.5-17.5t20.5.5Zm-201-59q-6-6-6-14t6-14l22-22q19-19 43.5-8.5T480-703v63q0 14-12 19t-22-5l-56-56Z"/></svg>

Before

Width:  |  Height:  |  Size: 783 B

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#5f6368"><path d="M433-80q-27 0-46.5-18T363-142l-9-66q-13-5-24.5-12T307-235l-62 26q-25 11-50 2t-39-32l-47-82q-14-23-8-49t27-43l53-40q-1-7-1-13.5v-27q0-6.5 1-13.5l-53-40q-21-17-27-43t8-49l47-82q14-23 39-32t50 2l62 26q11-8 23-15t24-12l9-66q4-26 23.5-44t46.5-18h94q27 0 46.5 18t23.5 44l9 66q13 5 24.5 12t22.5 15l62-26q25-11 50-2t39 32l47 82q14 23 8 49t-27 43l-53 40q1 7 1 13.5v27q0 6.5-2 13.5l53 40q21 17 27 43t-8 49l-48 82q-14 23-39 32t-50-2l-60-26q-11 8-23 15t-24 12l-9 66q-4 26-23.5 44T527-80h-94Zm49-260q58 0 99-41t41-99q0-58-41-99t-99-41q-59 0-99.5 41T342-480q0 58 40.5 99t99.5 41Z"/></svg>

After

Width:  |  Height:  |  Size: 690 B

View File

@@ -73,8 +73,11 @@ nav:
- Forecasts: 'space_weather/forecasts.md'
- DRAP: 'space_weather/drap.md'
- Aurora: 'space_weather/aurora.md'
- Example:
- ACF Analysis: 'acf_analysis.md'
- SSA: 'space_weather/SSA.md'
- Sun Imagers: 'space_weather/imagers.md'
- Signal Analysis:
- Autocorrelation (ACF): 'acf_analysis.md'
- FAQ: 'faq.md'
- Contribute: 'contribute.md'
- Changelog: https://github.com/AresValley/Artemis/blob/master/CHANGELOG.md
- License & Credits: 'credits.md'

View File

@@ -1,3 +1,3 @@
PySide6==6.7.1
requests==2.32.2
packaging==24.0
PySide6==6.8.0.1
requests==2.32.3
packaging==24.1

View File

@@ -31,8 +31,9 @@ Window {
signal showCatManager()
signal openSigEditor(string type, var sig_param, bool is_new)
signal showSpaceWeather()
signal checkDbUpdates()
signal startDownloader()
signal checkForUpdate()
signal updateDb()
signal updateArtemis()
signal openDbDirectory()
signal newDb(string name)
signal exportDb(string path)
@@ -121,11 +122,12 @@ Window {
dialogDownloadDb.open()
}
function openDialogDownloadArtemis(messageType, title, message) {
dialogDownloadArtemis.messageType = messageType
dialogDownloadArtemis.title = title
dialogDownloadArtemis.message = message
dialogDownloadArtemis.open()
function openDialogUpdateArtemis(messageType, title, message, auto) {
dialogUpdateArtemis.messageType = messageType
dialogUpdateArtemis.title = title
dialogUpdateArtemis.message = message
dialogUpdateArtemis.autoUpdate = auto
dialogUpdateArtemis.open()
}
DialogMessage {
@@ -135,18 +137,24 @@ Window {
standardButtons: Dialog.Cancel | Dialog.Yes
onAccepted: {
startDownloader()
updateDb()
}
}
DialogMessage {
id: dialogDownloadArtemis
id: dialogUpdateArtemis
modal: true
property bool autoUpdate
standardButtons: Dialog.Cancel | Dialog.Yes
onAccepted: {
Qt.openUrlExternally("https://github.com/AresValley/Artemis")
if (autoUpdate) {
updateArtemis();
} else {
Qt.openUrlExternally("https://github.com/AresValley/Artemis");
}
}
}
@@ -218,6 +226,11 @@ Window {
leftPadding: 10
bottomPadding: 10
focus: true
Keys.onDownPressed: listView.incrementCurrentIndex()
Keys.onUpPressed: listView.decrementCurrentIndex()
header: MenuBar {
id: topBar
@@ -315,7 +328,7 @@ Window {
MenuItem {
text: "Check for Updates"
onClicked: {checkDbUpdates()}
onClicked: {checkForUpdate()}
}
MenuSeparator {}
@@ -389,7 +402,6 @@ Window {
Layout.fillHeight: true
highlightMoveDuration: 0
clip: true
focus: true
ScrollBar.vertical: bar
highlight: Rectangle { color: Material.accent; radius: 5 }
onCurrentIndexChanged: { itemChangedList() }

View File

@@ -33,6 +33,8 @@ Window {
if (selected_db !== undefined) {
lockMenu(false)
titleLabel.text = myModel.get(listView.currentIndex).name
versionLabel.text = 'VERSION ' + myModel.get(listView.currentIndex).version
dateLabel.text = myModel.get(listView.currentIndex).date
totDocsLabel.text = myModel.get(listView.currentIndex).documents_n
totSignalsLabel.text = myModel.get(listView.currentIndex).signals_n
totImagesLabel.text = myModel.get(listView.currentIndex).images_n
@@ -44,6 +46,8 @@ Window {
function clearAll() {
titleLabel.text = 'N/A'
versionLabel.text = ''
dateLabel.text = ''
totDocsLabel.text = ''
totSignalsLabel.text = ''
totImagesLabel.text = ''
@@ -175,11 +179,16 @@ Window {
Label {
id: titleLabel
Layout.bottomMargin: 20
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
font.pointSize: 15
font.bold: true
}
Label {
id: versionLabel
Layout.bottomMargin: 20
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
font.pointSize: 9
}
GridLayout {
columnSpacing: 25
columns: 2
@@ -231,6 +240,19 @@ Window {
text: qsTr("0")
font.pointSize: 12
}
Label {
Layout.topMargin: 20
text: qsTr("DB Created:")
font.pointSize: 12
}
Label {
id: dateLabel
Layout.topMargin: 20
text: qsTr("")
font.pointSize: 12
}
}
Item {

View File

@@ -372,7 +372,6 @@ Window {
Layout.fillHeight: true
highlightMoveDuration: 0
clip: true
focus: true
ScrollBar.vertical: bar
highlight: Rectangle { color: Material.accent; radius: 5 }
onCurrentIndexChanged: { itemChanged() }

View File

@@ -24,11 +24,19 @@ Window {
signal onAbort()
onClosing: {
onAbort()
}
function updateProgressBar(bytesReceived, bytesTotal) {
progressBar.value = bytesReceived
progressBar.to = bytesTotal
}
function setIndeterminateBar() {
progressBar.indeterminate = true
}
function updateStatus(arg) {
progressLabel.text = arg
}
@@ -40,6 +48,10 @@ Window {
ColumnLayout {
id: columnLayout
anchors.fill: parent
anchors.rightMargin: 10
anchors.leftMargin: 10
anchors.bottomMargin: 10
anchors.topMargin: 10
Label {
text: qsTr("Downloading in progress...")
@@ -51,6 +63,7 @@ Window {
Layout.rightMargin: 20
Layout.leftMargin: 20
Layout.fillWidth: true
indeterminate: false
value: 0
to: 0
}
@@ -61,10 +74,11 @@ Window {
}
Button {
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
text: qsTr("Abort")
icon.source: "qrc:/images/icons/abort.svg"
display: AbstractButton.TextBesideIcon
Layout.alignment: Qt.AlignHCenter | Qt.AlignBottom
flat: true
onClicked: { onAbort() }
}
}

View File

@@ -301,11 +301,12 @@ Page {
Label {
id: summaryFreq
Layout.fillWidth: true
Layout.fillHeight: true
color: Material.color(Material.Green)
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
Layout.fillWidth: true
Layout.fillHeight: true
font.pointSize: 16
}
}
}
@@ -390,11 +391,12 @@ Page {
}
Label {
id: summaryBand
Layout.fillWidth: true
Layout.fillHeight: true
color: Material.color(Material.Green)
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
Layout.fillWidth: true
Layout.fillHeight: true
font.pointSize: 16
}
}
}
@@ -465,11 +467,12 @@ Page {
}
Label {
id: summaryACF
Layout.fillWidth: true
Layout.fillHeight: true
color: Material.color(Material.Green)
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
Layout.fillWidth: true
Layout.fillHeight: true
font.pointSize: 16
}
}
}
@@ -503,7 +506,6 @@ Page {
Layout.fillHeight: true
highlightMoveDuration: 0
clip: true
focus: true
ScrollBar.vertical: ScrollBar {
active: true
}
@@ -555,7 +557,6 @@ Page {
Layout.fillWidth: true
highlightMoveDuration: 0
clip: true
focus: true
ScrollBar.vertical: ScrollBar {
active: true
}
@@ -607,7 +608,6 @@ Page {
Layout.fillWidth: true
highlightMoveDuration: 0
clip: true
focus: true
ScrollBar.vertical: ScrollBar {
active: true
}

View File

@@ -146,7 +146,7 @@ Window {
Layout.fillWidth: true
Label {
text: "Auto-load SigID Database on Startup"
text: "Auto-load SigID database on startup (latest version)"
font.pixelSize: 12
clip: true
Layout.fillWidth: true

View File

@@ -56,6 +56,12 @@ Window {
TabButton {
text: qsTr("Aurora")
}
TabButton {
text: qsTr("SSA")
}
TabButton {
text: qsTr("Sun Imagers")
}
}
StackLayout {
@@ -86,6 +92,18 @@ Window {
id: spaceWeatherAuroraPage
}
}
Item {
SpaceWeatherSSA {
id: spaceWeatherSSA
}
}
Item {
SpaceWeatherSunImagers {
id: spaceWeatherSunImagers
}
}
}
}
}

49
ui/SpaceWeatherSSA.qml Normal file
View File

@@ -0,0 +1,49 @@
import QtQuick
import QtQuick.Window
import QtQuick.Controls
import QtQuick.Controls.Material
import QtQuick.Layouts
Page {
id: spaceWeatherSSA
anchors.fill: parent
objectName: "spaceWeatherSSA"
function loadDrapReport(poseidon_data) {
checkUrlExists(poseidon_data['URL']['SYNOPTIC_MAP'], function(exists) {
if (exists) {
imageBox.source = poseidon_data['URL']['SYNOPTIC_MAP']
} else {
imageBox.source = "qrc:///images/artemis_not_available.svg"
}
})
}
function checkUrlExists(url, callback) {
var xhr = new XMLHttpRequest()
xhr.onreadystatechange = function() {
if (xhr.readyState === XMLHttpRequest.DONE) {
callback(xhr.status === 200)
}
}
xhr.open("HEAD", url, true)
xhr.send()
}
ColumnLayout {
anchors.fill: parent
anchors.rightMargin: 10
anchors.leftMargin: 10
anchors.bottomMargin: 10
anchors.topMargin: 10
Image {
id: imageBox
Layout.fillHeight: true
Layout.fillWidth: true
fillMode: Image.PreserveAspectFit
}
}
}

View File

@@ -0,0 +1,82 @@
import QtQuick
import QtQuick.Window
import QtQuick.Controls
import QtQuick.Controls.Material
import QtQuick.Layouts
Page {
id: spaceWeatherSunImagers
anchors.fill: parent
objectName: "spaceWeatherSunImagers"
property var poseidon_json
function loadDrapReport(poseidon_data) {
poseidon_json = poseidon_data
loadImage(poseidon_json['URL'][comboBoxImageProduct.currentValue.value])
}
function loadImage(url) {
checkUrlExists(url, function(exists) {
if (exists) {
imageBox.source = url
} else {
imageBox.source = "qrc:///images/artemis_not_available.svg"
}
})
}
function checkUrlExists(url, callback) {
var xhr = new XMLHttpRequest()
xhr.onreadystatechange = function() {
if (xhr.readyState === XMLHttpRequest.DONE) {
callback(xhr.status === 200)
}
}
xhr.open("HEAD", url, true)
xhr.send()
}
ColumnLayout {
anchors.fill: parent
anchors.rightMargin: 10
anchors.leftMargin: 10
anchors.bottomMargin: 10
anchors.topMargin: 10
ComboBox {
id: comboBoxImageProduct
textRole: 'text'
Layout.fillWidth: true
model: ListModel {
ListElement { text: "94 Å - Atmospheric Imagery Assembly"; value: "AIA_094" }
ListElement { text: "131 Å - Atmospheric Imagery Assembly"; value: "AIA_131" }
ListElement { text: "171 Å - Atmospheric Imagery Assembly"; value: "AIA_171" }
ListElement { text: "193 Å - Atmospheric Imagery Assembly"; value: "AIA_193" }
ListElement { text: "303 Å - Atmospheric Imagery Assembly"; value: "AIA_304" }
ListElement { text: "335 Å - Atmospheric Imagery Assembly"; value: "AIA_335" }
ListElement { text: "1600 Å - Atmospheric Imagery Assembly"; value: "AIA_1600" }
ListElement { text: "1700 Å - Atmospheric Imagery Assembly"; value: "AIA_1700" }
ListElement { text: "Magnetogram - Helioseismic and Magnetic Imager"; value: "AIA_MAGN" }
ListElement { text: "Intensitygram - Helioseismic and Magnetic Imager"; value: "AIA_INTE" }
ListElement { text: "Dopplergram - Helioseismic and Magnetic Imager"; value: "AIA_DOPP" }
ListElement { text: "LASCO C2 - Large Angle and Spectrometric Coronagraph"; value: "LASCO_C2" }
ListElement { text: "LASCO C3 - Large Angle and Spectrometric Coronagraph"; value: "LASCO_C3" }
ListElement { text: "Thematic Map"; value: "SUVI_THEMATIC" }
}
onActivated: {
loadImage(poseidon_json['URL'][comboBoxImageProduct.currentValue.value])
}
}
Image {
id: imageBox
Layout.fillHeight: true
Layout.fillWidth: true
fillMode: Image.PreserveAspectFit
}
}
}

View File

@@ -7,8 +7,8 @@ import QtMultimedia
Item {
width: 180
height: 132
width: 200
height: 80
property bool loop: false
@@ -68,6 +68,109 @@ Item {
positionSlider.enabled = false
}
Window {
id: audioSettingWindow
width: 450
height: 150
maximumHeight: height
maximumWidth: width
minimumHeight: height
minimumWidth: width
modality: Qt.ApplicationModal
flags: Qt.Dialog
title: qsTr("Artemis - Audio Player Settings")
Component.onCompleted: {
x = Screen.width / 2 - width / 2
y = Screen.height / 2 - height / 2
}
Page {
anchors.fill: parent
ColumnLayout {
anchors.fill: parent
anchors.rightMargin: 10
anchors.leftMargin: 10
anchors.bottomMargin: 10
anchors.topMargin: 10
RowLayout {
Layout.fillWidth: true
Label {
text: "Audio Output"
font.pixelSize: 12
clip: true
Layout.fillWidth: true
}
ComboBox {
id: audioOutputComboBox
Layout.preferredWidth: 200
model: mediaDevices.audioOutputs
textRole: "description"
onCurrentIndexChanged: {
audioOutput.device = mediaDevices.audioOutputs[currentIndex]
}
}
}
RowLayout {
Layout.fillWidth: true
Label {
text: "Volume"
font.pixelSize: 12
clip: true
Layout.fillWidth: true
}
Slider {
id: volumeSlider
Layout.preferredHeight: 20
Layout.preferredWidth: 200
value: 0.5
}
}
RowLayout {
Layout.fillWidth: true
Label {
text: "Replay (Loop)"
font.pixelSize: 12
clip: true
Layout.fillWidth: true
}
RoundButton {
id: buttonLoop
icon.color: Material.foreground
icon.source: "qrc:/images/icons/player_loop.svg"
display: AbstractButton.IconOnly
enabled: false
flat: true
onClicked: {
if (loop) {
loop = false
icon.color = Material.foreground
} else {
loop = true
icon.color = Material.accent
}
}
}
}
Item {
Layout.fillHeight: true
}
}
}
}
ColumnLayout {
anchors.fill: parent
spacing: 0
@@ -118,20 +221,14 @@ Item {
}
RoundButton {
id: buttonLoop
id: buttonSettings
icon.color: Material.foreground
icon.source: "qrc:/images/icons/player_loop.svg"
icon.source: "qrc:/images/icons/settings.svg"
display: AbstractButton.IconOnly
enabled: false
enabled: true
flat: true
onClicked: {
if (loop) {
loop = false
icon.color = Material.foreground
} else {
loop = true
icon.color = Material.accent
}
audioSettingWindow.show()
}
}
}
@@ -149,27 +246,6 @@ Item {
}
}
RowLayout {
Slider {
id: volumeSlider
Layout.preferredHeight: 20
value: 0.5
Layout.fillWidth: true
}
RoundButton {
id: buttonMute
icon.color: Material.foreground
icon.source: "qrc:/images/icons/player_mute.svg"
display: AbstractButton.IconOnly
enabled: true
flat: true
onClicked: {
volumeSlider.value = 0
}
}
}
MediaPlayer {
id: player
audioOutput: audioOutput
@@ -186,7 +262,12 @@ Item {
AudioOutput {
id: audioOutput
device: mediaDevices.defaultAudioOutput
volume: volumeSlider.value
}
MediaDevices {
id: mediaDevices
}
}
}