home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / graphics / avs / 1037 < prev    next >
Encoding:
Text File  |  1992-12-29  |  13.1 KB  |  272 lines

  1. Newsgroups: comp.graphics.avs
  2. Path: sparky!uunet!gatech!concert!doppler!thorpe
  3. From: thorpe@doppler.ncsc.org (Steve Thorpe)
  4. Subject: Top 10 Modules at the IAC
  5. Message-ID: <BzzJJI.DMo@doppler.ncsc.org>
  6. Organization: North Carolina Supercomputing Center
  7. Date: Mon, 28 Dec 1992 19:59:41 GMT
  8. Lines: 262
  9.  
  10. Hi Folks,
  11.  
  12. The 10 most frequently downloaded AVS modules have been determined
  13. through analysis of our ftp log.  Compressed tar archives of all of 
  14. these binary executables have been created for each of the AVS Consortium 
  15. platforms, as well as an archive of all the source.  These can be found
  16. on the ftp site at avs.ncsc.org:avs_top10_mods/*
  17.  
  18.     -rwxr-xr-x  1 avs       2564497 Dec 28 13:56 Convex10.exe.tar.Z*
  19.     -rwxr-xr-x  1 avs       4721820 Dec 28 13:56 DEC10.exe.tar.Z*
  20.     -rwxr-xr-x  1 avs       3578731 Dec 28 13:56 HP10.exe.tar.Z*
  21.     -rwxr-xr-x  1 avs       4174357 Dec 28 13:56 IBM10.exe.tar.Z*
  22.     -rwxr-xr-x  1 avs       2537085 Dec 28 13:56 Kubota10.exe.tar.Z*
  23.     -rwxr-xr-x  1 avs       4289329 Dec 28 13:56 Sun10.exe.tar.Z*
  24.     -rwxr-xr-x  1 avs        391710 Dec 28 13:56 Top10.src.tar.Z*
  25.  
  26. There are actually 11 modules included, as there are two 3D_axis modules
  27. included in the statistics.  Their names and rankings are:
  28.  
  29.         Top Ten IAC Modules
  30.         -------------------
  31.             12/28/92
  32.     Rank         Module  
  33.     ----         ------ 
  34.     1.   READ_ANY_IMAGE  
  35.     2.    Wes's 3D_axis 
  36.           KCI's 3D_axis 
  37.     3.  WRITE_ANY_IMAGE
  38.     4.        read_tiff 
  39.     5.         plot_xyz
  40.     6.       mandelbrot 
  41.     7.          contour  
  42.     8.         read_gif 
  43.     9.     fast_animate 
  44.     10.    animate_file
  45.  
  46.  
  47. FYI, I'll include their documentation from the catalog below.  Enjoy!
  48.  
  49. -Steve
  50.  
  51. PS  Would you be interested in sharing your AVS work with the
  52. scientific visualization community worldwide via a short article 
  53. and / or slides in an upcoming issue of AVS Network News?  This 
  54. is the IAC's quarterly magazine made up of user contributed 
  55. articles.  Thanks for considering this!
  56. ----------------------------------------------------------------
  57.    Steve Thorpe, Application Visualization System Specialist
  58. International AVS Center, North Carolina Supercomputing Center
  59. PO Box 12889   3021 Cornwallis Rd, RTP, NC 27709   avs@ncsc.org
  60. ----------------------------------------------------------------
  61.  
  62. Name        : READ_ANY_IMAGE  Version      : 2.000     Mod Number : 1211
  63. Author      : Terry Myerson, International AVS Center (NCSC)
  64. Submitted   : 05/21/92        Last Updated : 05/21/92  Language   : C
  65. Ported to   : Sun DEC IBM HP
  66. Description : This module reads an image into an AVS Network in a variety of
  67.               formats. All formats which the San Diego Supercomputing
  68.               Center's image tools support, this module supports. With
  69.               this module you can read in a postscript file, and edit it
  70.               with the standard tools of AVS ! Any of the following image
  71.               file formats can be read in by this module eps Encapsulated
  72.               PostScript file, gif Compuserve Graphics image file, hdf
  73.               Hierarchical Data File, icon Sun Icon and Cursor file, iff
  74.               Sun TAAC Image File Format, mpnt Apple Macintosh MacPaint
  75.               file, pbm Portable Bit Map file, pcx ZSoft IBM PC Paintbrush
  76.               file, pgm Portable Gray Map file, pic PIXAR picture file,
  77.               pict Apple Macintosh QuickDraw/PICT file, pix Alias image
  78.               file, pnm Portable aNy Map file, ppm Portable Pixel Map
  79.               file, ps PostScript file, ras Sun Rasterfile, rgb SGI RGB
  80.               image file, rla Wavefront raster image file, rle Utah Run
  81.               length encoded image file, rpbm Raw Portable Bit Map file,
  82.               rpgm Raw Portable Gray Map file, rpnm Raw Portable aNy Map
  83.               file, rppm Raw Portable Pixel Map file, synu Synu image
  84.               file, tiff Tagged image file, x Stardent AVS X image file,
  85.               xbm X11 bitmap file, xwd X Window System window dump image
  86.               file.
  87.  
  88. Name        : 3D_axis         Version      : 1.000     Mod Number : 1552
  89. Author      : Wes Bethel, Lawrence Berkeley Laboratory
  90. Submitted   : 10/10/91        Last Updated : 12/18/92  Language   : C
  91. Ported to   : Sun DEC Kubota Convex HP IBM
  92. Description : This module generates 3D coordinate axis for a 3D data set.
  93.               It will also optionally generate tick marks along each
  94.               axis, numeric labels for the tick marks, and movable mesh
  95.               planes perpendicular to each of the axes. Ported to HP and
  96.               Sun on 12/18/92 by SRT.
  97.  
  98. Name        : 3D_axis         Version      : 1.000     Mod Number : 1152
  99. Author      : Kubota Pacific Computer Inc
  100. Submitted   : 03/12/92        Last Updated : 03/12/92  Language   : C
  101. Ported to   : Sun DEC Kubota Convex HP IBM
  102. Description : This module displays the coordinate axis of the 3D graphic
  103.               display.
  104.  
  105. Name        : WRITE_ANY_IMAGE Version      : 2.000     Mod Number : 1212
  106. Author      : Terry Myerson, International AVS Center (NCSC)
  107. Submitted   : 05/21/92        Last Updated : 05/21/92  Language   : C
  108. Ported to   : Sun DEC IBM HP
  109. Description : This module writes an image from an AVS Network in a variety
  110.               of formats. All formats which the San Diego Supercomputing
  111.               Center's image tools support, this module supports. With
  112.               this module you can write out an AVS image in MacPaint format
  113.               for inclusion in a to-be published document !! Any of the
  114.               following image file formats can be read in by this module
  115.               eps Encapsulated PostScript file, gif Compuserve
  116.               Graphics image file, hdf Hierarchical Data File, icon Sun
  117.               Icon and Cursor file, iff Sun TAAC Image File Format, mpnt
  118.               Apple Macintosh MacPaint file, pbm Portable Bit Map file,
  119.               pcx ZSoft IBM PC Paintbrush file, pgm Portable Gray Map
  120.               file, pic PIXAR picture file, pict Apple Macintosh
  121.               QuickDraw/PICT file, pix Alias image file, pnm Portable
  122.               aNy Map file, ppm Portable Pixel Map file, ps PostScript
  123.               file, ras Sun Rasterfile, rgb SGI RGB image file, rla
  124.               Wavefront raster image file, rle Utah Run length encoded
  125.               image file, rpbm Raw Portable Bit Map file, rpgm Raw
  126.               Portable Gray Map file, rpnm Raw Portable aNy Map file, rppm
  127.               Raw Portable Pixel Map file, synu Synu image file, tiff
  128.               Tagged image file, x Stardent AVS X image file, xbm X11
  129.               bitmap file, xwd X Window System window dump image file.
  130.               Version 2.0 frees allocated memory after writing each
  131.               image.
  132.  
  133. Name        : read_tiff       Version      : 2.000     Mod Number : 1159
  134. Author      : Steve Thorpe, International AVS Center (NCSC)
  135. Submitted   : 03/20/92        Last Updated : 12/27/92  Language   : C
  136. Ported to   : Sun DEC Kubota Convex HP IBM
  137. Description : This module reads a TIFF format file and creates a 32-bit
  138.               ARGB image in the AVS "field 2D 4-vector byte" format. Code
  139.               modified to compile on Sun, DEC, Kubota, Convex and HP on
  140.               12/27/92 - SRT.
  141.  
  142. Name        : plot_xyz        Version      : 1.000     Mod Number : 1064
  143. Author      : Wes Bethel, Lawrence Berkeley Laboratory
  144. Submitted   : 10/10/91        Last Updated : 10/10/91  Language   : C
  145. Ported to   : Sun DEC Kubota Convex HP IBM
  146. Description : This module reads an ASCII file consisting of lists of x,y,z
  147.               points and constructs a polyline geometry object using the
  148.               points in the file as vertices.
  149.  
  150. Name        : mandelbrot      Version      : 1.000     Mod Number : 1108
  151. Author      : Larry Gelberg, Stardent Computer
  152. Submitted   : 11/27/91        Last Updated : 11/27/91  Language   : C
  153. Ported to   : Sun DEC Kubota Convex HP IBM
  154. Description : Generates the mandelbrot set, at a specific location, for a
  155.               certain number of iterations, at a certain size, all
  156.               determined by paramter widgets.
  157.  
  158. Name        : contour         Version      : 2.000     Mod Number : 1023 
  159. Author      : Stardent Computer
  160. Submitted   : 10/10/91        Last Updated : 12/16/92  Language   : C
  161. Ported to   : Sun DEC Kubota Convex HP IBM
  162. Description : Finds and creates contour lines of similar value in a 2D
  163.               scalar field. The parameter "threshold" controls the
  164.               level of contour being found. The parameter "new" controls
  165.               the byte value written into a black (value = 0) image as the
  166.               contour. This module could be used to find, for example, a
  167.               contour on the red channel of an image, then overlay it back
  168.               onto the original image. Updated by Steve Thorpe as per
  169.               Susan Katz's suggestion on 12/16/92 to remove the
  170.               informational messages every time it is executed.
  171.  
  172. Name        : read_gif        Version      : 1.000     Mod Number : 1101
  173. Author      : Larry Gelberg, Stardent Computer
  174. Submitted   : 11/22/91        Last Updated : 11/22/91  Language   : C
  175. Ported to   : Sun DEC Kubota Convex HP IBM
  176. Description : This module reads a GIF format file and creates a 32-bit ARGB
  177.               image in the AVS "field 2D 4-vector byte" format. If the GIF
  178.               file has an embedded color-map, that is used, otherwise, it
  179.               creates a linear grey-scale ramp.
  180.  
  181. Name        : fast_animate    Version      : 1.000     Mod Number : 1181
  182. Author      : Keith Refson, Oxford University
  183. Submitted   : 04/30/92        Last Updated : 04/30/92  Language   : C
  184. Ported to   : Sun DEC Kubota Convex HP IBM
  185. Description : The fast animate module implements an animation of a
  186.               sequence of AVS geometry files by reading them into memory
  187.               and sending the geometries in rapid succession to its
  188.               output port. By storing the geometries in memory it can
  189.               achieve substantially better animation rates than the use
  190.               of a cycle object in a script would. Furthermore the
  191.               animation rate is independent of the length of the sequence
  192.               until physical memory is exhausted. The module was
  193.               developed for visuali- zation of molecular dynamics
  194.               simulations where the geometries are "ball and stick"
  195.               representations of molecular assemblies, but is not
  196.               restricted to such.
  197.  
  198. Name        : animate_file    Version      : 2.000     Mod Number : 1135
  199. Author      : Terry Myerson, International AVS Center (NCSC)
  200. Submitted   : 02/24/92        Last Updated : 11/04/92  Language   : C
  201. Ported to   : Sun DEC Kubota Convex HP IBM
  202. Description : anim_fname is used to output a series of filenames for input
  203.               into a reader module. The module inputs an integer and a
  204.               filename base, and output a filename in the form
  205.               "$base.%3d". This module is very useful for a series of
  206.               files containing a time series of data. Bug fixes and
  207.               extensions for version 2.0 added by Wes Bethel, LBL.
  208.  
  209. ****************************************************************************
  210.  
  211.                    INTERNATIONAL AVS CENTER CONTACT INFO:
  212.                    -------------------------------------
  213.  
  214.            David Bennett, IAC Director
  215.            Katie Mohrfeld
  216.            Steve Thorpe
  217.            Terry Myerson
  218.            Ann Cadran
  219.            Rebecca Gebuhr
  220.            Sandra Hedrick
  221.            Dianne Reid
  222.  
  223.                    International AVS Center
  224.                    North Carolina Supercomputing Center
  225.                    3021 Cornwallis Road
  226.                    Research Triangle Park, NC 27709
  227.  
  228.            Please send articles and slides for future
  229.            issues of AVS Network News, our quarterly
  230.            magazine featuring articles from AVS users
  231.            worldwide.
  232.  
  233. avs93@ncsc.org     email here for info on the AVS '93 conference
  234.                    to be held outside of Orlando, Florida, on
  235.            May 24-26, 1993.  Theme:  The Magic of Science
  236.  
  237. avsemail@ncsc.org  email anything here to receive an automated
  238.            reply including the latest module catalog,
  239.            AVS User Group registration information, and
  240.            the latest version of the IAC README file
  241.  
  242. avs@ncsc.org       email questions to IAC staff here.  Messages
  243.            will be routed to all of us and answered by
  244.            at least one of us.
  245.  
  246. avsorder@ncsc.org  use this email address to order AVS module source code
  247.            if you do not have ftp access.  These messages are
  248.            sent through an automated script - please see 
  249.            the section "EMAIL FACILITIES" in the mail returned
  250.            by avsemail@ncsc.org for further info on this.
  251.  
  252. avs.ncsc.org       ftp address of the IAC's anonymous ftp site
  253.            (this is IP number 128.109.178.23)
  254.  
  255. 919-248-1100       Our phone number - though frequently its easier to
  256.            track us down via email to avs@ncsc.org 
  257.  
  258. 919-248-1101       Our FAX number
  259.  
  260. WHAT_IS_WAIS       Check these files for information on two useful
  261. WHAT_IS_GOPHER     tools for perusing our anonymous ftp site.  These
  262.            can be obtained via anonymous ftp (of course!) from
  263.            the directory avs.ncsc.org:avs_readme
  264.  
  265. 617-890-4300       Advanced Visual Systems Inc. phone number.
  266.            Call here if you are interested in purchasing AVS.
  267.  
  268. 617-890-8287       AVS Inc.'s FAX Number
  269.  
  270. info@avs.com       AVS Inc.'s email address
  271. ****************************************************************************
  272.