Overview

Github Release

is the "master" branch on Github

Issue Tracker

Please report issues to the issue tracker

Rectification Matrices

Contact

Details

works for both pre-upgrade H2 and post-upgrade H2RG data.

is the "master" branch on Github

DRP Issues
Flux Misassignment -- Not really misassignment
What Can I do?
What is Keck Doing?

v5.0.0 Release Notes (2021-Feb-22)

v5.0beta Release Notes (2020-Sep-22)

v4.2.0 Release Notes (2018-May-07)

v4.1.0 Release Notes (2017-December-18)

v4.0.0 Release Notes (2017-January-25)

Get the Pipeline
Pipeline on github
To Download:
  • git method (please see the README and Example links under "To Install"):
    1. git clone https://github.com/Keck-DataReductionPipelines/OsirisDRP.git
      1. Errors of form:
        Cloning into 'OsirisDRP'...
        fatal: unable to access 'https://github.com/Keck-DataReductionPipelines/OsirisDRP.git/': Peer reports incompatible or unsupported protocol version.
        
        are due to outdated security protocols on some operating systems. Github suggests upgrading your OS.
      2. You may use the "Save As..." method.
    2. git fetch
    3. git checkout master
  • Save As... method:
    1. Save .zip link or .tar.gz link
    2. If you wish to install a different version, substitute that version in the Save As URL.
To Install:
    git method
  • Please read and follow:
    1. README
    2. Example
  • Save As... method: (coming soon)
Includes these Downloads:
Data Reduction Pipeline (v4.0.0) (01/25/2017)
Convert raw 2-D data into reduced 3-D data cubes. Runs in IDL v6.1 and above.
Data Reduction GUI (ODRFGUI)
Click, click, your data's reduced.
Quicklook2 (ql2)
IDL-based FITS viewer
OSIRIS Observing Planning GUI (OOPGUI)
Generate and save dataset description files (ddf) used at night
Issue tracker on github
Please report your issues
Additional Downloads not currently in Github:
Current OSIRIS Manual (v2.3) (03/01/2010)
3.3 MB of OSIRIS info.
Quicklook2 User's Manual (v2.2) (04/01/2008)
OSIRIS Rectification Matrices
available for download
DRP Cookbook
by Jim Lyke for wiki user information. -->
UCLA Links (Historical, no longer active)
UCLA Data Reduction Pipeline Page
UCLA OSIRIS Updates Page
Links/Download Descriptions
Data Reduction Pipeline (v4.0.0 - 01/25/2017)
Comprehensive pipeline designed to fully reduce all of the calibration data and to reduce scientific data to the level where an astronomer can begin custom analysis. The OSIRIS pipeline is designed to:
  • Fix artifacts on the raw 2D array
  • Wavelength calibrate
  • Assemble all the spectra into a 3D cube (λ wavelength, x and y spatially).
  • Allows for mosaicking of multiple 3D cubes
  • Downloaded and installed by install script
Astronomers are responsible for generating their own custom analysis tools. We encourage sharing of tools.
Data Reduction GUI (v2.3 - 03/01/2010)
ODRFGUI
  • Generates XML data reduction files (DRFs) required to run the pipeline
  • Select pipeline modules
  • Select data
  • Drop into the DRP Queue
  • Downloaded and installed by install script
  • Manual install: download and unpack the package and consult the README file
Current OSIRIS Manual (v2.3 - 03/01/2010)
Complete descriptions of...
  • Capabilities
  • Observational procedures
  • Data reduction system
  • Detector performance
  • Filter curves
  • Much more
  • Downloaded by install script
OSIRIS Observing Planning GUI (v1.5 - 04/01/2008)
OOPGUI
  • Identical to what you use when observing
  • Generate and save planning scripts (.ddf)
  • Java
  • Downloaded and installed by install script
  • Manual install: Download and unpack the package; read the README
Quicklook2 Package (v2.2 - 04/01/2008)
QL2
  • Update to NIRSPEC/NIRC2 Quicklook
  • Handles 2- and 3-D fits files
  • IDL (requires license)
  • Downloaded and installed by install script
  • Manual install:
    1. Download the tar file and unpack the file somewhere in your IDL path
    2. Edit the environment variable 'QL_FILEDIR' in the file 'run_ql2' to match the directory path where you just unpacked Quicklook2.tar file
    3. Add install directory to your path
    4. Type 'run_ql2' at your prompt
Quicklook2 User's Manual (v2.2 - 04/01/2008)
QL2 Manual
  • Complete description of functionality and procedures
  • Detailed install directions
  • Works in UNIX, LINUX, Mac OS, and Windows
  • Downloaded by install script
Previous DRP Versions
v4.0.0-beta
To Download:
  • git method (please see the README and Example links under "To Install"):
    1. git clone https://github.com/Keck-DataReductionPipelines/OsirisDRP.git
    2. git fetch
    3. git checkout v4.0.0-beta
  • Save As... method:
    1. Save .zip link or .tar.gz link
To Install:
    git method
  • Please read and follow:
    1. README
    2. Example
  • Save As... method: (coming soon)

v4.0.0-beta Release Notes (2016-May-30)

  • Updates to the code in order to run the pipeline for the new detector.
  • For data taken in 2016 onward, it is no longer necessary to run the following modules:
    • Remove Cross Talk
    • Glitch Identification.
    • It is fine to keep them in the DRF XML, these modules will automatically not run on the new data.
  • Installation has now been simplified (see README for instructions). Bash scripts have been included for those who would like to use bash shell.
  • Test framework is now available to run tests of the pipeline (requires pytest module in python, see README in ''tests'' directory)
  • WCS bugs have been fixed.
  • This beta release has not been tested extensively on pre-detector upgrade data
Pre-Upgrade Version (v3.2)
Pre-Upgrade Version (v3.2)