@import url("https://www.gemini.edu/modules/system/system.base.css?s9kxcx"); @import url("https://www.gemini.edu/modules/system/system.messages.css?s9kxcx"); @import url("https://www.gemini.edu/modules/system/system.theme.css?s9kxcx"); @import url("https://www.gemini.edu/modules/comment/comment.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/date/date_api/date.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/date/date_popup/themes/datepicker.1.7.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/fences/field.css?s9kxcx"); @import url("https://www.gemini.edu/modules/node/node.css?s9kxcx"); @import url("https://www.gemini.edu/modules/search/search.css?s9kxcx"); @import url("https://www.gemini.edu/modules/user/user.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/views/css/views.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/ckeditor/css/ckeditor.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/colorbox/styles/default/colorbox_style.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/modules/contrib/ctools/css/ctools.css?s9kxcx"); @import url("https://www.gemini.edu/sites/all/themes/gemini/zurb_foundation_gemini/css/zurb_foundation_gemini_image_gallery.min.css?s9kxcx"); Skip to main content

You are here

Getting Help

Content owned by klabrie

Phase III: Retrieving & Reducing Data

Submitting a HelpDesk Ticket

When having data reduction issues, it is recommended to first ensure that you are using the latest version of the software, be it DRAGONS or Gemini IRAF.  If for some reason you cannot update, please raise this in your ticket as it might be relevant.

When you submit a helpdesk ticket about an issue related to DRAGONS, please describe your issue as clearly as possible and  include the information below.  Adding all the information in the initial ticket will save valuable time, skipping the back and forth because there’s a high likelihood that we will be asking for that information anyway.

Once you have gathered all the info, go to the Helpdesk portal to submit your ticket.  For "Topic", select "DRAGONS" or "Gemini IRAF" as appropriate

What to include in your... DRAGONS ticket Gemini IRAF ticket
  1. Description of the issue, as detailed and clearly as possible.
  2. The command(s) you ran.
  3. For each command run on a file list, the content of that list.
  4. The error message, in full.
  5. Attach a copy of the reduce.log file.
  6. Program Number.
  7. Observation ID.
  8. The content of your calibration database.
    Run:  caldb list.
  9. Then, the output of the following commands:
    ($ is the shell prompt, >>> the python prompt)
    • $ uname -a
    • $ export
    • $ cat ~/.condarc
    • $ which conda
    • $ conda --version
    • $ which python
    • $ python --version
    • $ which reduce
    • $ reduce --version
      $ conda list dragons
      $ conda list gemini_calmgr
      $ cat ~/.dragons/dragonsrc
      $ which caldb
      $ caldb config
      $ python
      >>> import astrodata
      >>> astrodata.__file__
      >>> astrodata.__version__
      >>> import gemini_calmgr
      >>> gemini_calmgr.__file__
      >>> gemini_calmgr.__version__
    • >>> import gemini_obs_db
    • >>> gemini_obs_db.__file__
    • >>> gemini_obs_db.__version__
  1. Description of the issue, as detailed and clearly as possible. 
  2. The command you ran.
  3. For each command run on a file list, the content of that list.
  4. The error message, in full.
  5. Attach a copy of the log file.
  6. Program Number.
  7. Observation ID.
  8. Then, the output of the following commands:
    ($ is the shell prompt, >>> the python prompt)
    • $ uname -a
    • $ export
    If on Linux, continue. If on Mac, do this in the VM:
    • $ cat ~/.condarc
    • $ which conda
    • $ conda --version
    • $ which python
    • $ python --version
    • $ which pyraf
    • $ pyraf --version
    • $ pyraf
    • --> gemini
      --> show gemini
      --> lpar gemini

For example of what you will be asked for and to see what procedure your First Responder might follow, check this document:  Data Reduction Helpdesk First Responder Guidelines.

A Few IRAF Pointers

 1) Is the Gemini IRAF package compatible with PyRAF?  2) I have just installed the latest version of the Gemini IRAF package and now I am getting "ERROR: parameter `some-parameter' not found" messages. What am I doing wrong?  3) How can I use regular IRAF tasks with my Gemini data? 4) I am using gsreduce with fl_over+ to reduce my GMOS data but the output image contains negative pixel values. What am I doing wrong?  5) I am using imcoadd to combine NIRI data, but I am getting "ERROR: Non-boolean operand used where boolean expected" messages. What am I doing wrong?  6) I am following the GMOS Long-Slit / Multi-Slit Tutorial from the NOAO Gemini Data Workshop held in Tucson in 2010, but I can't find the gscrspec task that calls the Laplacian Cosmic Ray Identification routine (lacos_spec; written by Pieter G. van Dokkum) that is mentioned in the tutorial. Can I get a copy of this task?  7) I am unable to determine a wavelength solution for my NIFS arc (I see e.g., "No solution found" messages). What am I doing wrong?  8)  Where can I find more information?