start
This commit is contained in:
parent
f09dbb4309
commit
0503cc10ea
76
.gitignore
vendored
Normal file
76
.gitignore
vendored
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Distribution / packaging
|
||||||
|
.Python
|
||||||
|
build/
|
||||||
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
downloads/
|
||||||
|
eggs/
|
||||||
|
.eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
products/
|
||||||
|
wheels/
|
||||||
|
share/python-wheels/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
MANIFEST
|
||||||
|
|
||||||
|
# PyBuilder
|
||||||
|
.pybuilder/
|
||||||
|
target/
|
||||||
|
|
||||||
|
# Jupyter Notebook
|
||||||
|
.ipynb_checkpoints
|
||||||
|
|
||||||
|
# Environments
|
||||||
|
.env
|
||||||
|
.venv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
env.bak/
|
||||||
|
venv.bak/
|
||||||
|
|
||||||
|
*~
|
||||||
|
*#
|
||||||
|
.#*
|
||||||
|
|
||||||
|
|
||||||
|
# Astronomy
|
||||||
|
*.eps
|
||||||
|
*.cds
|
||||||
|
*.fits
|
||||||
|
*.fits.gz
|
||||||
|
*.fits.fz
|
||||||
|
*.awk
|
||||||
|
*.tex
|
||||||
|
*.evt
|
||||||
|
*.evt.gz
|
||||||
|
*.lock
|
||||||
|
*.reg
|
||||||
|
*.cross
|
||||||
|
*.ref
|
||||||
|
*.src
|
||||||
|
*.dat
|
||||||
|
*.xfm
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.attcorr
|
||||||
|
*.aspsol
|
||||||
|
*.txt
|
||||||
|
*.png
|
||||||
|
*.grp
|
||||||
|
*.csv
|
||||||
|
.*
|
||||||
|
*.qdp
|
||||||
|
*.pickle
|
||||||
|
!.gitignore
|
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# A simple script to plot SRG/ART-XC L2 monitor light-curve
|
||||||
|
|
||||||
|
# step 1
|
||||||
|
|
||||||
|
install script
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone http://heagit.cosmos.ru/artxc/monitor.git
|
||||||
|
```
|
||||||
|
|
||||||
|
# step 2
|
||||||
|
|
||||||
|
Dwnload SRG/ART-XC monitor CSV file from https://monitor.srg.cosmos.ru/
|
||||||
|
|
||||||
|
# step 3
|
||||||
|
|
||||||
|
insert filename to plot.py and run ```python plot.py```. Result will be saved to monitor.png
|
3531
default.csv
Normal file
3531
default.csv
Normal file
File diff suppressed because it is too large
Load Diff
BIN
monitor.png
Normal file
BIN
monitor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Loading…
x
Reference in New Issue
Block a user