From: Vivien S. <viv...@gm...> - 2017-02-22 16:46:11
|
Hi, I'm recoloring my protein in different shades of similar colors, but to truly see the difference between them, I want to create a view in pyMOL without any shadows. For this purpose, I want to make a half sphere behind the camera with lights, which all emit the same amount of light. I have a hard time figuring out how to set coordinates and changing the strength of the lights. Do you maybe have a suggestion on how to solve this? Thanks, Vivien |
From: Rui S. <Rui...@un...> - 2017-02-23 15:21:34
|
Hi Vivian, I'm not sure if I fully understand your question, but if you want to have a picture without shadows, by using "set light_count, 0" (https://pymolwiki.org/index.php/Light_count) you should be able to achieve this. Rui Le 22/02/2017 17:46, Vivien Schoonenberg a écrit : > > Hi, > > I’m recoloring my protein in different shades of similar colors, but > to truly see the difference between them, I want to create a view in > pyMOL without any shadows. > > For this purpose, I want to make a half sphere behind the camera with > lights, which all emit the same amount of light. I have a hard time > figuring out how to set coordinates and changing the strength of the > lights. Do you maybe have a suggestion on how to solve this? > > Thanks, > > Vivien > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > > _______________________________________________ > PyMOL-users mailing list (PyM...@li...) > Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users > Archives: http://www.mail-archive.com/pym...@li... |
From: Vivien S. <viv...@gm...> - 2017-02-23 15:27:46
|
Hi Rui, Thank you! I also already figured out that if I turn off the depth cue most of my problem is solved as well ( set depth_cue, 0) -Vivien From: Rui Sousa [mailto:Rui...@un...] Sent: Thursday, February 23, 2017 10:02 To: pym...@li... Subject: Re: [PyMOL] Getting rid of shadows Hi Vivian, I'm not sure if I fully understand your question, but if you want to have a picture without shadows, by using "set light_count, 0" (https://pymolwiki.org/index.php/Light_count) you should be able to achieve this. Rui Le 22/02/2017 17:46, Vivien Schoonenberg a écrit : Hi, Im recoloring my protein in different shades of similar colors, but to truly see the difference between them, I want to create a view in pyMOL without any shadows. For this purpose, I want to make a half sphere behind the camera with lights, which all emit the same amount of light. I have a hard time figuring out how to set coordinates and changing the strength of the lights. Do you maybe have a suggestion on how to solve this? Thanks, Vivien ---------------------------------------------------------------------------- -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ PyMOL-users mailing list (PyM...@li... <mailto:PyM...@li...> ) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pym...@li... |
From: Roger R. <rro...@co...> - 2017-02-23 16:19:07
|
One option is to turn off shadows: set ray_shadow, off Will that work for you? _______________________________________ Roger S. Rowlett Gordon & Dorothy Kline Professor Department of Chemistry Colgate University 13 Oak Drive Hamilton, NY 13346 tel: (315)-228-7245 ofc: (315)-228-7395 fax: (315)-228-7935 email: rro...@co... On 2/22/2017 11:46 AM, Vivien Schoonenberg wrote: > > Hi, > > I’m recoloring my protein in different shades of similar colors, but > to truly see the difference between them, I want to create a view in > pyMOL without any shadows. > > For this purpose, I want to make a half sphere behind the camera with > lights, which all emit the same amount of light. I have a hard time > figuring out how to set coordinates and changing the strength of the > lights. Do you maybe have a suggestion on how to solve this? > > Thanks, > > Vivien > > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > > > _______________________________________________ > PyMOL-users mailing list (PyM...@li...) > Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users > Archives: http://www.mail-archive.com/pym...@li... |