NRAO Home  >  Green Bank  |  Wiki Topic:    GB > Data > GbtidlReleaseNotes_1_1 (r1.1 vs. r1.8)
   Changes | Index | Contents | Search | Statistics | Jump to Topic
 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.8 - 13 Dec 2007 - BobGarwood)
Changed:
<
<

>
>

  • The starting point for GBTIDL documentation, bug reporting and tracking, and discussion is here: http://gbtidl.nrao.edu/

 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.7 - 19 Oct 2007 - BobGarwood)
Added:
>
>

%META:TOPICMOVED{by="BobGarwood" date="1192818967" from="Data.GgbtidlReleaseNotes_1_1" to="Data.GbtidlReleaseNotes_1_1"}%


 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.6 - 06 Jul 2005 - PaulMarganian)
Changed:
<
<

  • IF and integration numbers are now written in the sdfits files generated by the SDFITS filler. The IF and integration values are copied to the index file when it is generated.
>
>

  • IF and integration numbers are now written in the sdfits files generated by GBTIDL via the keep command. The IF and integration values are copied to the index file when it is generated.
Changed:
<
<

  • the terminology in code and documentation has been improved so that the word "buffer" is now used uniformly to refer to the 16 DCs in !g.
>
>

  • The terminology in code and documentation has been improved so that the word "buffer" is now used uniformly to refer to the 16 DCs in !g.

 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.5 - 06 Jul 2005 - PaulMarganian)
Changed:
<
<

    • ex: gzip -d gbtidl-1.0.tar.gz
    • ex: tar -xvf gbtidl-1.0.tar
>
>

    • ex: gzip -d gbtidl-1.1.tar.gz
    • ex: tar -xvf gbtidl-1.1.tar

 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.4 - 06 Jul 2005 - JimBraatz)
Changed:
<
<

We are pleased to announce the release of GBTIDL, version 1.1. GBTIDL is an interactive package for reduction and analysis of spectral line data taken with the Robert C. Byrd Green Bank Telescope. The package consists of a set of straightforward yet flexible calibration, averaging, and analysis procedures (the "GUIDE layer") modeled after the UniPOPS?? and CLASS data reduction philosophies, a customized plotter with many built-in visualization features, and Data I/O and toolbox functionality that can be used for more advanced tasks. The entire package is written in IDL.

>
>

We are pleased to announce the release of GBTIDL, version 1.1. GBTIDL is an interactive package for reduction and analysis of spectral line data taken with the Robert C. Byrd Green Bank Telescope. The package consists of a set of straightforward yet flexible calibration, averaging, and analysis procedures (the "GUIDE layer") modeled after the UniPOPS and CLASS data reduction philosophies, a customized plotter with many built-in visualization features, and Data I/O and toolbox functionality that can be used for more advanced tasks. The entire package is written in IDL.

Changed:
<
<

GBTIDL version 1.1 is the result of input from users of version 1.0. It contains numerous new features and bug fixes.

>
>

GBTIDL version 1.1 contains numerous new features and bug fixes, as described in these release notes.

Changed:
<
<

  • You must have an IDL license to run GBTIDL. If you don't have a license you can run GBTIDL remotely, using the computers in CV or GB. See the GBTIDL homepage for details.
>
>

  • You must have an IDL license to run GBTIDL. IDL version 6.0 and later is supported. If you don't have a license you can run GBTIDL remotely, using the computers in CV or GB. See the GBTIDL homepage for details.
Changed:
<
<

    • ex: mkdir mygbtidl
    • ex: cd mygbtidl
    • ex: gzip -d gbtidl-1.0.tar.gz
    • ex: tar -xvf gbtidl-1.0.tar
>
>

    • ex: mkdir mygbtidl
    • ex: cd mygbtidl
    • ex: gzip -d gbtidl-1.0.tar.gz
    • ex: tar -xvf gbtidl-1.0.tar
Changed:
<
<

    • ex: cd gbtidl
>
>

    • ex: cd gbtidl
Changed:
<
<

    • ex: cp run_gbtidl gbtidl
>
>

    • ex: cp run_gbtidl gbtidl
Changed:
<
<

    • ex: export GBT_IDL_DIR=/home/mygbtidl/gbtidl
>
>

    • ex: export GBT_IDL_DIR=/home/mygbtidl/gbtidl
Changed:
<
<

    • ex: ./gbtidl
>
>

    • ex: ./gbtidl
Changed:
<
<

  • deselect command removes items from the stack based on selection criteria.
  • getchunk and putchunk commands for bulk operations where getrec is too slow.
  • list command prints index information in superior format.
  • usage command returns usage and/or source code for named method.
  • getbs command retrieves and calibrates a total power nod scan pair.
  • new line ID methods: recombh, recombhe, recombc, recombn, recombo.
  • show split into show, reshow, write_ps.
  • eqtogal=/=galtoeq now handle arbitrary equinox.
  • get_scan_numbers now allows selection, and also /keep.
>
>

  • deselect is a new procedure to remove items from the stack based on selection criteria.
  • getchunk and putchunk are new functions for retrieving and storing multiple data containers in one step; these low-level routines are included for improving performance when handling large data sets
  • The list procedure now prints information in an improved format.
  • usage is a new procedure to print the usage and/or source code for a given procedure or function.
  • getbs is a new procedure for retrieving and calibrating a beam switched nod scan pair.
  • new line ID procedures: recombh, recombhe, recombc, recombn, recombo.
  • the show procedure has been streamlined and reshow and write_ps functionality have been split from the show procedure.
  • eqtogal and galtoeq procedures now handle an arbitrary equinox.
  • get_scan_numbers procedure now accepts selection parameters, and also a /keep flag.
Changed:
<
<

  • preliminary unipops to gbtidl conversion available in contrib directory.
  • gmeasure command adapted from Arecibo code for profiling galaxies available in contrib directory.
  • buffer parameter added to hanning.
  • !g.gausstextcolor added, used by gshow.
  • !g.highlightcolor added, used by fitgauss and gmeasure.
>
>

  • preliminary unipops to gbtidl conversion is available in the contrib directory.
  • A preliminary gmeasure function has been adapted from Arecibo code and made available in the contrib directory. gmeasure is used for profiling galaxies' HI emission.
  • the hanning procedure can now work with any data container buffer via the buffer parameter
  • global variable !g.gausstextcolor added, used by gshow.
  • global variable !g.highlightcolor added, used by fitgauss and gmeasure.
Changed:
<
<

  • If and Integration numbers written to sdfits files, and used again for index, if present.
  • Guide I/O objects gaurded against using the same file.
  • distributed lib directory contains only those elements actually used.
  • Specific DCs in !g now called buffer in code and documentation (was called index).
  • String params for get,list,select trim white space.
  • Sampler index column getting whitespace trimmed.
  • IDL version 6.0 supported.
  • Source name to 32 characters.
>
>

  • IF and integration numbers are now written in the sdfits files generated by the SDFITS filler. The IF and integration values are copied to the index file when it is generated.
  • Guide I/O objects guarded against using the same file.
  • The lib directory included in the distribution now contains only those functions and procedures actually used by GBTIDL.
  • the terminology in code and documentation has been improved so that the word "buffer" is now used uniformly to refer to the 16 DCs in !g.
  • String params for get,list,select now trim leading and trailing white space.
  • Sampler index column now has whitespace trimmed.
  • IDL version 6.0 is now supported.
  • Source name has been increased to 32 characters.
Changed:
<
<

  • Plotter now behaves as expected on startup when the user has choose a different axis type than freq.
>
>

  • On startup, the plotter now shows correct units specified by user.

 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.3 - 06 Jul 2005 - PaulMarganian)
Added:
>
>

Running GBTIDL in Green Bank or Charlottesville:

  • At the unix prompt, simply type 'gbtidl'

Running your own copy of GBTIDL

IDL License

  • You must have an IDL license to run GBTIDL. If you don't have a license you can run GBTIDL remotely, using the computers in CV or GB. See the GBTIDL homepage for details.

Download GBTIDL

  • To obtain GBTIDL, download the files here
  • Create a directory for the installation and unzip the tar ball:
    • ex: mkdir mygbtidl
    • ex: cd mygbtidl
    • ex: gzip -d gbtidl-1.0.tar.gz
    • ex: tar -xvf gbtidl-1.0.tar
  • go to the top level directory, 'gbtidl':
    • ex: cd gbtidl
  • copy 'run_gbtidl' to 'gbtidl':
    • ex: cp run_gbtidl gbtidl
  • edit the 'gbtidl' script to replace "PLACE_INSTALLATION_DIR_HERE" with the full path to the gbtidl executable script:
    • ex: export GBT_IDL_DIR=/home/mygbtidl/gbtidl
  • start the package by calling the script 'gbtidl':
    • ex: ./gbtidl
  • You may wish to add the installation directory to your unix path

 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.2 - 06 Jul 2005 - BobGarwood)
Changed:
<
<

  • The starting point for GBTIDL documentation, bug reporting and tracking,

and discussion is here:

>
>

Deleted:
<
<

  • gmeasure command adapted from Arecibo code for profiling galaxies.
Added:
>
>

  • new line ID methods: recombh, recombhe, recombc, recombn, recombo.
Deleted:
<
<

  • new line methods: recombh, recombhe, recombc, recombn, recombo.
Changed:
<
<

  • index parameter added to hanning.
>
>

  • gmeasure command adapted from Arecibo code for profiling galaxies available in contrib directory.
  • buffer parameter added to hanning.
Changed:
<
<

  • Lib directory recreated to contain only those elements actually used.
  • Index (referrring to which DC in !g) now called buffer in code.
>
>

  • distributed lib directory contains only those elements actually used.
  • Specific DCs in !g now called buffer in code and documentation (was called index).
Changed:
<
<

  • Updated to most recent idldoc, reference manual now has links to code.
>
>

  • Reference manual now has links to code.

 <<O>>  Difference Topic GbtidlReleaseNotes_1_1 (r1.1 - 06 Jul 2005 - PaulMarganian)
Added:
>
>

%META:TOPICINFO{author="PaulMarganian" date="1120659420" format="1.0" version="1.1"}% %META:TOPICPARENT{name="IDLMain"}%

GBTIDL Release Notes Version 1.1

Introduction

We are pleased to announce the release of GBTIDL, version 1.1. GBTIDL is an interactive package for reduction and analysis of spectral line data taken with the Robert C. Byrd Green Bank Telescope. The package consists of a set of straightforward yet flexible calibration, averaging, and analysis procedures (the "GUIDE layer") modeled after the UniPOPS?? and CLASS data reduction philosophies, a customized plotter with many built-in visualization features, and Data I/O and toolbox functionality that can be used for more advanced tasks. The entire package is written in IDL.

GBTIDL version 1.1 is the result of input from users of version 1.0. It contains numerous new features and bug fixes.

Getting Started

  • The starting point for GBTIDL documentation, bug reporting and tracking,

and discussion is here:

New Features

  • deselect command removes items from the stack based on selection criteria.
  • getchunk and putchunk commands for bulk operations where getrec is too slow.
  • gmeasure command adapted from Arecibo code for profiling galaxies.
  • list command prints index information in superior format.
  • usage command returns usage and/or source code for named method.
  • getbs command retrieves and calibrates a total power nod scan pair.
  • show split into show, reshow, write_ps.
  • eqtogal=/=galtoeq now handle arbitrary equinox.
  • get_scan_numbers now allows selection, and also /keep.
  • new line methods: recombh, recombhe, recombc, recombn, recombo.
  • increased performance for I/O layer.
  • wiki documentation improved.
  • preliminary unipops to gbtidl conversion available in contrib directory.
  • index parameter added to hanning.
  • !g.gausstextcolor added, used by gshow.
  • !g.highlightcolor added, used by fitgauss and gmeasure.

Bug Fixes

  • Online mode issues have been addressed.
  • If and Integration numbers written to sdfits files, and used again for index, if present.
  • Guide I/O objects gaurded against using the same file.
  • Lib directory recreated to contain only those elements actually used.
  • Index (referrring to which DC in !g) now called buffer in code.
  • String params for get,list,select trim white space.
  • Sampler index column getting whitespace trimmed.
  • IDL version 6.0 supported.
  • Source name to 32 characters.
  • Updated to most recent idldoc, reference manual now has links to code.
  • Plotter now behaves as expected on startup when the user has choose a different axis type than freq.

Known Issues

  • Continuum is not currently supported
  • Sdfits from other observatories may not be compatible with GBTIDL
  • Imaging is not currently supported

Future Plans

  • We encourage you to provide feedback. Comments and requests from users of GBTIDL version 1.1 will be incorporated into future versions.

-- PaulMarganian - 06 Jul 2005


Topic GbtidlReleaseNotes_1_1 . { View | Diffs | r1.8 | > | r1.7 | > | r1.6 | More }
Revision r1.1 - 06 Jul 2005 - 14:17 GMT - PaulMarganian
Revision r1.8 - 13 Dec 2007 - 21:18 GMT - BobGarwood
Content copyright © 1999-2007 by the contributing authors.
All material on this collaboration platform is the property of the contributing authors.