TABLE OF CONTENTS
::pwtk::nebo::getCI
SYNOPSIS
proc ::pwtk::nebo::getCI {nebo {index end}} {
PURPOSE
Get the climbing image.
ARGUMENTS
- nebo -- neb.x output file
- index -- which climbing image to return (first = 0, last = end)
SOURCE
return [::pwtk::grep_field {climbing image =} $nebo end $index] }