From 9088038858b5f41e4232a33a9ded8387e3a6b017 Mon Sep 17 00:00:00 2001 From: Arthur Vigan Date: Tue, 29 Dec 2020 19:44:47 +0100 Subject: [PATCH 1/2] Fix documentation regarding the true North offset --- sphere/IFS.py | 11 +++++------ sphere/IRDIS/ImagingReduction.py | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/sphere/IFS.py b/sphere/IFS.py index 9d26302..a4cace2 100644 --- a/sphere/IFS.py +++ b/sphere/IFS.py @@ -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 diff --git a/sphere/IRDIS/ImagingReduction.py b/sphere/IRDIS/ImagingReduction.py index cd62d91..9ad6918 100644 --- a/sphere/IRDIS/ImagingReduction.py +++ b/sphere/IRDIS/ImagingReduction.py @@ -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 From 57984990dc9fbb0ca242b8c05ca4ed3f7f5d82c0 Mon Sep 17 00:00:00 2001 From: Arthur Vigan Date: Tue, 29 Dec 2020 19:45:56 +0100 Subject: [PATCH 2/2] Bump version number to 1.4.1 --- setup.py | 2 +- sphere/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3a5cc7f..d82e1e6 100644 --- a/setup.py +++ b/setup.py @@ -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', diff --git a/sphere/__init__.py b/sphere/__init__.py index 63ab25f..acbf442 100644 --- a/sphere/__init__.py +++ b/sphere/__init__.py @@ -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