Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

molrender(1) [debian man page]

MOLRENDER(1)						      General Commands Manual						      MOLRENDER(1)

NAME
molrender - render a molecule input file in a variety of ways SYNOPSIS
molrender [ -model { ball | stick | conolly } ] [ -render render ] [ -pdb | -keyval ] [ -keyword keyword ] [ -level integer ] DESCRIPTION
molrender reads a molecule from an input file and can render it in a variety of ways. The output is an OOGL file that can be read and dis- played with the geomview(1) program. If you prefer a GUI over the command line, you can use the tkmolrender(1) script. OPTIONS
molrender takes the following command line options: -model { ball | stick | conolly } Set the output model. -render render Output render. The only accepted value currently is oogl. -pdb Input is a PDB file. -keyval Input is a KeyVal input. -keyword keyword Keyword to read in a KeyVal input. -level integer Integer that represent the sphere subdivision level. SEE ALSO
geomview(1), tkmolrender(1) Version 2 21 Feb 2008 MOLRENDER(1)

Check Out this Related Man Page

STEREO3D(1)						      General Commands Manual						       STEREO3D(1)

NAME
stereo3d - render a Raster3D scene as a side-by-side stereo pair SYNOPSIS
stereo3d [options] [-png [outfile.png ]] < infile.r3d > outfile.png stereo3d [options] -tiff [outfile.tiff] < infile.r3d > outfile.tiff stereo3d is a shell script that renders a single Raster3D input file as a side-by-side stereo pair. stereo3d uses the Raster3D utilities normal3d and render, and the ImageMagick image processing package. Intermediate scratch files are created in directory TMPDIR, if defined, otherwise in /usr/tmp. The right eye and left eye views are separately rendered, optionally given black borders, and merged to form a single side-by-side stereo pair. Input is from stdin, output is to stdout unless a filename is given as an argument to the -png or -tiff options. EXAMPLES
If the following line would render a single image: render -tiff single.tiff < input.r3d then the following line would render the same scene as a stereo pair instead: stereo3d -tiff stereo.tiff < input.r3d OPTIONS
The options below are specific to stereo3d. All other options, e.g. -labels or -gamma 1.2 are passed through to the render program. -angsep By default the stereo effect is generated by a shear operation. The -angsep option creates stereo by using angular separation instead. Neither option is perfect: the default handles shadows badly, and the -angsep option blurs specular highlights. -border By default the left and right images are placed next to each other with no intervening space and no frame around them. The -border option requests a 4 pixel wide black border separating and surrounding the component images. SOURCE
web URL: http://www.bmsc.washington.edu/raster3d/raster3d.html contact: Ethan A Merritt University of Washington, Seattle WA 98195 merritt@u.washington.edu SEE ALSO
normal3d(l), render(l), raster3d(l) AUTHORS
Ethan A Merritt. Raster3D 19 Dec 2010 STEREO3D(1)
Man Page

15 More Discussions You Might Find Interesting

1. Linux

recover deleted files from memory stick

I'm running Fedora Core4. I deleted images off of my Sony DSC-P73 digital camera's memory stick. I'm looking for a *nix tool to recover the photos from the memory stick. Does anyone know of such a tool? (2 Replies)
Discussion started by: dangral
2 Replies

2. Programming

C++ program help

Hi I was wondering if i can get a little help with constructing a particular program please. The program has the following specifications: Input One integer, read from standard input, representing the deposit, in pounds. The following prompt should be displayed before the deposit is... (4 Replies)
Discussion started by: rushhour
4 Replies

3. UNIX for Dummies Questions & Answers

Ways to know about a command.......

What are the ways to know about a command? (7 Replies)
Discussion started by: g.ashok
7 Replies

4. Programming

How to take input from cmd line into file

Hi, I want to be able to write a simple program that takes in input from the command line. I;m am at the level of getchar and putchar. Any examples would be a great help thanks. I intend/prefer also to use the pipe command | eg: input | file1 ---------- Post updated at 04:08 PM ----------... (4 Replies)
Discussion started by: metros
4 Replies

5. Shell Programming and Scripting

Searching for "/"

trying to have user submit a string...then search for "$input/" e.g. input=ball Want to search a file for all instances of ball/ (input followed by a fwd slash) I have tried: grep -w $input/ grep -w $input\/ thanks (3 Replies)
Discussion started by: fatman278
3 Replies

6. Linux

installing CDlinux onto a SD stick?

what program(s) will i need, for either windows 7 or ubuntu (i have both installed on my HDD), to install onto a SD card, and how big should the memory stick be for this? the ISO is about 230mb (rounded up) and the SD card i plan to use is 512mb. (3 Replies)
Discussion started by: Sterist
3 Replies

7. Shell Programming and Scripting

Using sed to delete a line having a particular keyword

Hi Geeks :b:, I need to delete a line from file that contains a particular keyword. I had read in some forum of unix.com that below code could be used sed "/$titlesearch/d" movielist >tmp mv tmp movielist But my file contains lines which contain slashes (/) FOr eg: /etc/movie/title/... (5 Replies)
Discussion started by: ajincoep
5 Replies

8. Shell Programming and Scripting

How can i use sed to replace a keyword in an xml file?

Hello Unix gurus! I'm a unix newbie. Can I use sed to replace a keyword in an xml file and convert this keyword with an output of a unix cat command? for example: <test>keyword</test> and temp.txt = hello! I would like to replace "keyword" with the output of "cat temp.txt". I think... (6 Replies)
Discussion started by: 4dirk1
6 Replies

9. AIX

Memory - Which slots and how much?

Hi, all. I was wondering if there's a command or log file that will tell me how much RAM is in the system and, more specifically, the size of each stick. Thanks, Jason (3 Replies)
Discussion started by: JasonRkr
3 Replies

10. Shell Programming and Scripting

a little help with using AWK to display whats being read in

I am making a script that reads in the model of a car and then searches a file and displays the make model and price of anything matching the input provided. here is what I have so far #!/bin/sh echo Please enter a car model: read model if test $? -eq 0 then grep $model /home/cars awk... (4 Replies)
Discussion started by: subway69
4 Replies

11. Shell Programming and Scripting

Reading file contents until a keyword

Hi Guys, I need to read a file until I find a blank line. and in the next iteration I want to continue reading from the line I find a keyword. For ex: my file looks like PDS_JOB_ALIAS CRITERIA_ITEM_TYPE PDS_JOB_CRITERIA_ITEM CRITERIA_ITEM_TYPE First I want to read the file... (2 Replies)
Discussion started by: infintenumbers
2 Replies

12. Shell Programming and Scripting

Replacing keyword using sed

Hi All, I am workingon below script, Where requirement is first copy the file with differnt name and than remove the specific keyword in the file after reading from the input file. So I have to copy of file equal to the number of lines present in the input file and replace the specfic... (7 Replies)
Discussion started by: sharsour
7 Replies

13. UNIX for Dummies Questions & Answers

Input for read command

Hello, I want to use the read command in order to input a keyword from the keyboard. I then want to use this keyword in a grep command. How to I input a phrase as a keyword? For example if I use read keyword "today is" and then use grep, I get "No such file or directory" error. (6 Replies)
Discussion started by: FelipeAd
6 Replies

14. Shell Programming and Scripting

Search for a Keyword in file and replace another keyword or add at the end of line

Hi I want to implement something like this: if( keyword1 exists) then check if(keyword2 exists in the same line) then replace keyword 2 with New_Keyword else Add New_Keyword at the end of line end if eg: Check for Keyword JUNGLE and add/replace... (7 Replies)
Discussion started by: dashing201
7 Replies

15. Shell Programming and Scripting

Grep multi line with keyword ?

Hello Everyone, i need to grep specific keyword in a file. i want need solution to output. example file.txt 03-08-2019 21:02:20,938 ::: Recieve Data From Amazon ::: 03-08-2019 21:02:20,938 IP : 192.168.1.1 | msg = Your confirmation code for 'Verify phone number' is xxxxx | sno =... (2 Replies)
Discussion started by: ooilinlove
2 Replies