quick-look
Dr Fabio Schirru
This project is a web application written in Python using the Flask framework. It allows to display data collected by the Sardinia Radio Telescope (SRT)
- Clone this repository:
git clone https://github.com/coding-bricks/quick-look.git
- Install dependencies:
pip install -r requirements.txt
The software must be launched from where the 'run.py' file is located
- Run the program:
flask run
- Open a browser and type '127.0.0.1:5000/'
This project is in its alpha stage and is actively being developed.
Copyright (C) 2023
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
If you have any questions, feel free to email me at fabio.schirru@inaf.it