Skip to content

Commit

Permalink
Prep for release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scizen9 committed Feb 11, 2020
1 parent a5315d7 commit 8b11caf
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 7 deletions.
24 changes: 21 additions & 3 deletions AAAREADME
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Copyright (c) 2018, California Institute of Technology. All rights reserved.
Copyright (c) 2020, California Institute of Technology. All rights reserved.


KCWI Data Extraction and Reduction Pipeline (KDERP) README


First minor release; Version: 1.1.0 (REL) Date: 2018/06/11
Second minor release; Version: 1.2.0 (REL) Date: 2020/02/11

**CONTENTS**

Expand Down Expand Up @@ -193,13 +193,15 @@ DatDir - Data directory, defaults to IDL system variable !KCWI_DATA

These are the keywords:

/BIASSKIP1 - skip the first bias in a group
/SKIPOSCANSUB - skip the overscan subtraction (only if bias subtracted)
/NOCRREJECT - turn off CR rejection (good for quick look)
/NONASSUB - turn off nod-and-shuffle subtraction (why?)
/SAVEINTIMS - save intermediate images (takes extra disk space)
/INCLUDETEST - includes images of type 'test' (focus images, etc.)
/EXTERNAL_FLAT - set to give priority to external (dome/twilight) flats (why?)
/CLOBBER - set to overwrite output files (default: it won't)
/CLEANCOEFFS - turn on cleaning the wavelength coefficients of errant bars
/NOCLEANCOEFFS - turn on to skip cleaning the wavelength coeffs of errant bars
/WAVEITER - use a wave solution method that starts with a central fit
and iteratively expands the wavelength range (why?)
/HELP - print the command usage info
Expand Down Expand Up @@ -731,6 +733,22 @@ continuum subtraction.

5. NEW FEATURES:

BIASSKIP1 pipeline switch

If the CCD controller has been power cycled less than two hours before taking
biases, there will be an exponential decay of dark current that will be at
it's highest level for the first bias. Set this parameter when running
kcwi_prep to skip this first bias. Better yet, wait at least three hours
after power cycling before taking biases or any science data.

NB: changing binning will cycle the power on the controller.

SKIPOSCANSUB pipeline switch

In rare cases where there is extra flux in the overscan (again close to a
power cycle event), one may want to skip using the overscan for bias correction.
This is only implemented if the image has been bias subtracted.

KNOTSPP pipeline parameter

In order to give the user more control over sky subtraction, we have added
Expand Down
24 changes: 22 additions & 2 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Copyright (c) 2013-2018, California Institute of Technology, all rights reserved
# Copyright (c) 2013-2020, California Institute of Technology, all rights reserved

2020-Feb-11: v1.2.0 - Second Minor release

- many minor bug fixes and plot and output improvements

- added ability to zoom line plots by dragging mouse in ktv.pro

- improved handling of twilight and dome flats

- fixed minor bug in bad column correction

- fixed major bug in handling nod-and-shuffle subtraction in stage1

- added capability to handle aborted nod-and-shuffle observations including
the ability to apply a scale factor to the sky panel

- added /biasskip1 keyword to allow skipping of first bias in group

- added /skiposcansub to allow skipping of overscan subtraction step


2018-Jun-11: v1.1.0 - First Minor release

- use delta wavelength map to calculated more accurate effective area curves.
- use delta wavelength map to calculate more accurate effective area curves.

- added delta wavelength 2-D map to keep track of the native wavelength bins.

Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ compression of all files?
implement handling of dark current decay
bad columns for N&S images
implement nod-and-shuffle scattered light fitting/removal
add option to re-scale the sky for aborted nod-and-shuffel obs
use arcbars for direct geometry solution
#11-FEB-2020 DONE add option to re-scale the sky for aborted nod-and-shuffel obs
#05-MAR-2018 DONE implement saveplots option
#22-JAN-2018 DONE postscript output of standard star results
#08-JAN-2018 DONE bad columns for TUP 1x1 images
Expand Down
2 changes: 1 addition & 1 deletion kcwi/kcwi_drp_version.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ function kcwi_drp_version, short=short
cd,current=cwd
cd,!KCWI_DATA
cd,'..'
verstring = 'KCWI DERP Version: 1.1.0 DEV 2019/05/23'
verstring = 'KCWI DERP Version: 1.2.0 REL 2020/02/11'
spawn,'git describe --tags --long', gitver, errmsg
errlen = total(strlen(errmsg))
if errlen le 0 then begin
Expand Down
1 change: 1 addition & 0 deletions kcwi/kcwi_prep.pro
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
; 2017-JUN-28 Added ALTCALDIR keyword
; 2017-NOV-21 Added FIRST keyword
; 2019-MAY-10 Changed cleancoeffs keyword to nocleancoeffs
; 2020-FEB-11 Added BIASSKIP1 and SKIPOSCANSUB keyword switches
;-
pro kcwi_prep,rawdir,reduceddir,datadir, $
froot=froot, $
Expand Down

0 comments on commit 8b11caf

Please sign in to comment.