Skip to content

Commit

Permalink
Prepare release of IRDAP v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robvanholstein committed Nov 29, 2019
1 parent fcc4c29 commit 3ce6ae7
Show file tree
Hide file tree
Showing 21 changed files with 48 additions and 34 deletions.
Binary file modified docs/build/doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6751fd06b8595f6d19f0732a0dbee1ab
config: dce6aec27bc18d657f0a9b2ae89fbade
tags: 645f666f9bcd5a90fca523b33c5a78b7
8 changes: 6 additions & 2 deletions docs/build/html/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Changelog & to-do
Changelog
---------

v1.2.2 November 2019, R.G. van Holstein
- Added polarimetric efficiency to crosstalk/transmission plot, a print statement with the range of the polarimetric efficiency of the observations, and a warning in case of low polarimetric efficiency
- Corrected a bug in the checks of flux_annulus_star
- Corrected a bug that when mean combining ADI+PCA-images only the first frame of the cube was written to the FITS-files

v1.2.1 November 2019, R.G. van Holstein
- Corrected bug introduced in v1.2.0 with computation of DoLP and AoLP of star when there is an unequal number of Q and U measurements

Expand Down Expand Up @@ -65,11 +70,10 @@ To-do low priority
- Add images and plots aimed at analysis of polarimetric data (R^2 scaling, AoLP arrows in polarized intensity or DoLP images, contrast curves etc.)
- Add option to subtract DARK,BACKGROUND-frames if sky files are lacking (especially important for Ks; test effect first before completely implementing)
- Add option for 'stupid ADI' for field-tracking data with derotator offset and option to subtract 180 deg rotated image if no derotator offset
- Add warning if (part of the) data is taken at a low polarimetric efficiency, and perhaps make plot of efficiency vs file number
- Make figures with sub-images horizontal, or make multiple lines of left and right images in a single figure
- Add options for various methods to shift and rotate images (interpolate, ndimage-fourier, sci-image functions; similar to VIP)
- When rotating images, make complete frame still visible to not cut out any parts of the data
- Improve centering of non-coronagraphic data (center found depends a lot on first PSF and affects Qphi and Uphi images)
- Improve centering of non-coronagraphic data (center found depends a lot on first PSF and affects Qphi and Uphi images). Perhaps fit coordinates on each PSF, but do the actual shifts with the mean of these fitted values. This has proven to give a more accurate final result.
- Test finding of satellite spots of center files when waffle pattern is '+'
- Add weighted least-squares as option for model correction (depending on image quality or polarimetric efficiency)
- Add multiprocessing for sigma filtering and centering of frames
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '1.2.1',
VERSION: '1.2.2',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/acknowledgements.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Acknowledgements &mdash; IRDAP 1.2.1 documentation</title>
<title>Acknowledgements &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
14 changes: 10 additions & 4 deletions docs/build/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Changelog &amp; to-do &mdash; IRDAP 1.2.1 documentation</title>
<title>Changelog &amp; to-do &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down Expand Up @@ -171,6 +171,13 @@ <h1>Changelog &amp; to-do<a class="headerlink" href="#changelog-to-do" title="Pe
<div class="section" id="changelog">
<h2>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h2>
<dl class="docutils">
<dt>v1.2.2 November 2019, R.G. van Holstein</dt>
<dd><ul class="first last simple">
<li>Added polarimetric efficiency to crosstalk/transmission plot, a print statement with the range of the polarimetric efficiency of the observations, and a warning in case of low polarimetric efficiency</li>
<li>Corrected a bug in the checks of flux_annulus_star</li>
<li>Corrected a bug that when mean combining ADI+PCA-images only the first frame of the cube was written to the FITS-files</li>
</ul>
</dd>
<dt>v1.2.1 November 2019, R.G. van Holstein</dt>
<dd><ul class="first last simple">
<li>Corrected bug introduced in v1.2.0 with computation of DoLP and AoLP of star when there is an unequal number of Q and U measurements</li>
Expand Down Expand Up @@ -243,11 +250,10 @@ <h2>To-do low priority<a class="headerlink" href="#to-do-low-priority" title="Pe
<li>Add images and plots aimed at analysis of polarimetric data (R^2 scaling, AoLP arrows in polarized intensity or DoLP images, contrast curves etc.)</li>
<li>Add option to subtract DARK,BACKGROUND-frames if sky files are lacking (especially important for Ks; test effect first before completely implementing)</li>
<li>Add option for ‘stupid ADI’ for field-tracking data with derotator offset and option to subtract 180 deg rotated image if no derotator offset</li>
<li>Add warning if (part of the) data is taken at a low polarimetric efficiency, and perhaps make plot of efficiency vs file number</li>
<li>Make figures with sub-images horizontal, or make multiple lines of left and right images in a single figure</li>
<li>Add options for various methods to shift and rotate images (interpolate, ndimage-fourier, sci-image functions; similar to VIP)</li>
<li>When rotating images, make complete frame still visible to not cut out any parts of the data</li>
<li>Improve centering of non-coronagraphic data (center found depends a lot on first PSF and affects Qphi and Uphi images)</li>
<li>Improve centering of non-coronagraphic data (center found depends a lot on first PSF and affects Qphi and Uphi images). Perhaps fit coordinates on each PSF, but do the actual shifts with the mean of these fitted values. This has proven to give a more accurate final result.</li>
<li>Test finding of satellite spots of center files when waffle pattern is ‘+’</li>
<li>Add weighted least-squares as option for model correction (depending on image quality or polarimetric efficiency)</li>
<li>Add multiprocessing for sigma filtering and centering of frames</li>
Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/citing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Citing IRDAP &mdash; IRDAP 1.2.1 documentation</title>
<title>Citing IRDAP &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/configfile.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Configuration file &mdash; IRDAP 1.2.1 documentation</title>
<title>Configuration file &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Contributing &amp; issues &mdash; IRDAP 1.2.1 documentation</title>
<title>Contributing &amp; issues &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Example reduction &mdash; IRDAP 1.2.1 documentation</title>
<title>Example reduction &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; IRDAP 1.2.1 documentation</title>
<title>Index &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>IRDAP &mdash; IRDAP 1.2.1 documentation</title>
<title>IRDAP &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Installation &mdash; IRDAP 1.2.1 documentation</title>
<title>Installation &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Usage instructions &mdash; IRDAP 1.2.1 documentation</title>
<title>Usage instructions &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/mailinglist.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Mailing list &mdash; IRDAP 1.2.1 documentation</title>
<title>Mailing list &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; IRDAP 1.2.1 documentation</title>
<title>Search &mdash; IRDAP 1.2.2 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
1.2.1
1.2.2
</div>


Expand Down
Loading

0 comments on commit 3ce6ae7

Please sign in to comment.