Fix in solve-field

Signed-off-by: Pierros Papadeas <pierros@papadeas.gr>
pull/19/head
Pierros Papadeas 2019-07-22 13:30:53 +03:00
parent 426aad667f
commit 0149ebc60d
5 changed files with 10 additions and 10 deletions

View File

@ -44,7 +44,7 @@ if __name__ == '__main__':
command = "solve-field -O -y -u app -L %s -H %s --downsample 2 " % (low_app, high_app) + \
"--use-sextractor --sextractor-config %s --x-column X_IMAGE " % sex_config + \
"--y-column Y_IMAGE --sort-column MAG_AUTO --sort-ascending " + \
"%s" % file_for_astrometry
"--no-plots -T -N %s/test.fits %s" % (path, file_for_astrometry)
# Run sextractor
subprocess.run(command, shell=True, stderr=subprocess.STDOUT)

View File

@ -1,15 +1,15 @@
astropy==3.0.1
numpy==1.14.2
opencv-python==3.4.0.12
scipy==1.0.1
git+https://github.com/cbassa/ppgplot.git@master
astropy
numpy
opencv-python
scipy
git+https://github.com/haavee/ppgplot.git@master
cycler==0.10.0
kiwisolver==1.0.1
matplotlib==2.2.2
pyparsing==2.2.0
python-dateutil==2.7.2
pytz==2018.4
six==1.11.0
six
spacetrack==0.13.0
termcolor
zwoasi

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import os
import numpy as np

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import os
import shutil

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import subprocess
from stvid.stio import fourframe