[Radiance-general] Where does bgraph look for .plt files?

Greg Ward gregoryjward at gmail.com
Tue Apr 15 11:36:38 PDT 2014


That is very strange in that case.  What happens when you run the following:

	csh -f -c 'ls -l ${MDIR}line.plt'

You should see something like:

	-rw-r--r--  1 gward  admin  728 Feb 13  1990   /usr/share/radiance/meta/line.plt

...only with your user name, obviously.  Make sure the file is readable.  The contents of the file should be:

#
#	This file defines a standard line plot,
#	where a curve is represented by lines
#	connecting each point.
#

include = standard.plt		# standard definitions

lthick = 2	# line thickness

(...and so on...)

I can't think what else might be wrong.

-Greg

> From: Vaib <vaibhavjain.co at gmail.com>
> Subject: Re: [Radiance-general] Where does bgraph look for .plt files?
> Date: April 15, 2014 11:19:31 AM PDT
> 
> Sorry if I missed to mention, all the .plt files are present at /usr/share/radiance/meta/ only, and I have set the MDIR environment variable (in both .profile, and .bashrc) to the same path. I just crosschecked again. May be there is something not working on my system. Or not a good day today. Thank you!
> 
> Vaib
> 
> 
> On 15 April 2014 19:34, Greg Ward <gward at lmi.net> wrote:
> As I *said*, you need to determine where the files are living on your system.  I don't know.  That's why there's an environment variable.  You need to FIRST find the file "line.plt" on your system, THEN set the $MDIR variable to that location.  Simple.
> 
> -Greg
> 
>> From: Vaib <vaibhavjain.co at gmail.com>
>> Subject: Re: [Radiance-general] Where does bgraph look for .plt files?
>> Date: April 15, 2014 10:20:06 AM PDT
>> 
>> Thank you Dr.Greg,
>> 
>> Still it remains same.
>> 
>> echo $MDIR
>> /usr/share/radiance/meta/
>> 
>> bgraph lux.plt | x11meta
>> include=line.plt
>> bgraph: lux.plt: File not found: line.plt
>> 
>> 
>> Vaib
>> 
>> 
>> 
>> On 15 April 2014 18:38, Greg Ward <gregoryjward at gmail.com> wrote:
>> You probably need to set the $MDIR environment variable in your .bashrc (or other) startup script.  Some default directory location gets compiled in, but it must not agree with your particular installation location.  This variable is separate from the $RAYPATH setting, but similar.  It is the only other variable you need set in Radiance, as these plotting tools predate any of the others.
>> 
>> Once you find where these files are located (try "/usr/share/radiance/meta" for starters), set your environment variable like so:
>> 
>> 	export MDIR=/usr/share/radiance/meta/
>> 
>> The trailing '/' is necessary in this case.
>> 
>> Good luck!
>> -Greg
>> 
>>> From: Vaib <vaibhavjain.co at gmail.com>
>>> Subject: [Radiance-general] Where does bgraph look for .plt files?
>>> Date: April 15, 2014 9:16:28 AM PDT
>>> 
>>> Hello everyone!
>>> 
>>> I found a similar discussion on this link: 
>>> http://www.radiance-online.org/pipermail/radiance-dev/2013-December/001383.html
>>> 
>>> But still couldn't figure out. What could be the reason?
>>> 
>>> When I try bgraph command, I get an error that .plt file is not found.
>>> bgraph lux.plt | x11meta 
>>> include=line.plt
>>> bgraph: lux.plt: File not found: line.plt
>>> 
>>> Here is the lux.plt file:
>>> include=line.plt 
>>> title="Working Plane Illuminance" 
>>> xlabel="Distance from Window" 
>>> ylabel="Illuminance [lux]" 
>>> Adata=lux.csv 
>>> Acolor=2
>>> 
>>> line.plt file is present in:
>>> /usr/share/radiance/meta
>>> 
>>> RAYPATH is set to:
>>> echo $RAYPATH
>>> .:/usr/share/radiance:
>>> 
>>> When I copied the line.plt file to working directory, the error is:
>>> include=line.plt
>>> bgraph: lux.plt: File not found: line.plt
>>> 
>>> When I gave absolute path of line.plt file in lux.plt file, the error is:
>>> bgraph: Cannot open: /usr/share/radiance/meta/line.plt
>>> 
>>> Radiance version is:
>>> RADIANCE 4R1+20120125-1+b1 (Debian package) 32bit
>>> 
>>> So the question arises, Where does bgraph look for .plt files?
>>> 
>>> Thank you!
>>> 
>>> Vaib
>>> 
>>> _______________________________________________
>>> Radiance-general mailing list
>>> Radiance-general at radiance-online.org
>>> http://www.radiance-online.org/mailman/listinfo/radiance-general
>> 
>> _______________________________________________
>> Radiance-general mailing list
>> Radiance-general at radiance-online.org
>> http://www.radiance-online.org/mailman/listinfo/radiance-general
>> 
>> 
>> _______________________________________________
>> Radiance-general mailing list
>> Radiance-general at radiance-online.org
>> http://www.radiance-online.org/mailman/listinfo/radiance-general
> 
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general
> 
> 
> _______________________________________________
> Radiance-general mailing list
> Radiance-general at radiance-online.org
> http://www.radiance-online.org/mailman/listinfo/radiance-general
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.radiance-online.org/pipermail/radiance-general/attachments/20140415/7d1fd971/attachment.html>


More information about the Radiance-general mailing list