Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
avigan committed Dec 29, 2020
2 parents 1afb75f + 5798499 commit 7f4eb80
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# setup
setup(
name='vlt-sphere',
version='1.4',
version='1.4.1',
description='Reduction and analysis code for the VLT/SPHERE instrument',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
11 changes: 5 additions & 6 deletions sphere/IFS.py
Original file line number Diff line number Diff line change
Expand Up @@ -2905,13 +2905,12 @@ def sph_ifs_combine_data(self, cpix=True, psf_dim=80, science_dim=290, correct_a
- *_cube: the (x,y,time,lambda) cube
- *_parang: the parallactic angle vector
- *_derot: the derotation angles vector. This vector takes
into account the parallactic angle and any
instrumental pupil offset. This is the values
that need to be used for aligning the images with
North up and East left.
into account the parallactic angle, the default
-1.75° true North offset, and any instrumental
pupil offset. This is the values that need to be
used for aligning the images with North up and
East left.
- *_frames: a csv file with all the information for every
frames. There is one line by time step in the
Expand Down
11 changes: 5 additions & 6 deletions sphere/IRDIS/ImagingReduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1515,13 +1515,12 @@ def sph_ird_combine_data(self, cpix=True, psf_dim=80, science_dim=290, correct_a
- *_cube: the (x,y,time,lambda) cube
- *_parang: the parallactic angle vector
- *_derot: the derotation angles vector. This vector takes
into account the parallactic angle and any
instrumental pupil offset. This is the values
that need to be used for aligning the images with
North up and East left.
into account the parallactic angle, the default
-1.75° true North offset, and any instrumental
pupil offset. This is the values that need to be
used for aligning the images with North up and
East left.
- *_frames: a csv file with all the information for every
frames. There is one line by time step in the
Expand Down
2 changes: 1 addition & 1 deletion sphere/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__author__ = 'Arthur Vigan'
__copyright__ = 'Copyright (C) 2017-2021 Arthur Vigan'
__license__ = 'MIT'
__version__ = '1.4'
__version__ = '1.4.1'

import logging
import enum
Expand Down

0 comments on commit 7f4eb80

Please sign in to comment.