Skip to content

Commit

Permalink
Fix documentation regarding the true North offset
Browse files Browse the repository at this point in the history
  • Loading branch information
avigan committed Dec 29, 2020
1 parent 1963b4f commit 9088038
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
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

0 comments on commit 9088038

Please sign in to comment.