Re: [Radiance-dev] dctimestep binary output

2018-04-16 Thread Randolph M. Fritz
. -- Randolph M. Fritz || rmfri...@gmail.com On Mon, Apr 16, 2018 at 5:42 PM, Nathaniel Jones <nathaniel...@gmail.com> wrote: > Hi all, > > I'm trying to read the binary output from dctimestep run with the -od > argument. The idea is that the binary files appear to be a lot faster to &g

Re: [Radiance-dev] specifying X11 location

2018-04-08 Thread Randolph M. Fritz
I see I didn't make clear that in these procedures ssh sets the DISPLAY variable on the Amazon Linux instance, so that one need only connect and ideally everything else just works. -- Randolph M. Fritz || +1 206 659-8617 || rmfri...@gmail.com On Sun, Apr 8, 2018 at 4:55 PM, Randolph M. Fritz

Re: [Radiance-dev] specifying X11 location

2018-04-08 Thread Randolph M. Fritz
. For all of these, you may have to turn X Windows ssh access on on your Amazon LInux instance. -- Randolph M. Fritz || +1 206 659-8617 || rmfri...@gmail.com On Sun, Apr 8, 2018 at 11:47 AM, Lars O. Grobe <gr...@gmx.net> wrote: > Hi Philip, > > don't worry about the "healthy state

Re: [Radiance-dev] Meta files and library

2016-05-12 Thread Randolph M. Fritz
Just to be confusing "gnuplot" and "GNU plotutils" are entirely different programs. The gnuplot developers had the name first and are keeping it. In any event, the GNU plotutils will, as far as i know, work with plotin and (if it is resurrected) plotout. Randolph

Re: [Radiance-dev] Meta files and library

2016-05-12 Thread Randolph M. Fritz
> > > Ah, so "plot files" are indeed something different from "graph files". > > Since the plot(5) man page presumably documenting that format is gone, > > keeping a program around that depends on it doesn't make much sense. > > Well, it was never my package, so I've no idea if it's still "out

Re: [Radiance-dev] running genBSDF

2016-05-11 Thread Randolph M. Fritz
What's in blind1.rad? ___ Radiance-dev mailing list Radiance-dev@radiance-online.org http://www.radiance-online.org/mailman/listinfo/radiance-dev

Re: [Radiance-dev] Glrad on Linux

2016-04-27 Thread Randolph M. Fritz
On Apr 27, 2016 6:50 PM, "Douglas L Reeder" wrote: > > Randolph, > > On os x with a logitech 3 button mouse with the center button being a mouse wheel xev returns button 1 for the left button, 2 for depressing the wheel, 3 for the right button, and 4 for rotating the wheel.

Re: [Radiance-dev] Glrad on Linux

2016-04-27 Thread Randolph M. Fritz
I have confirmed using xev that button 4 is scroll up and 5 is scroll down on Mac OS. Anything fancier, I don't know.​ Randolph ___ Radiance-dev mailing list Radiance-dev@radiance-online.org http://www.radiance-online.org/mailman/listinfo/radiance-dev

Re: [Radiance-dev] Python scripts for Radiance

2016-03-24 Thread Randolph M. Fritz
My impression is that Python has become something of a standard in the research community, with tools like SciPy, NumPy, and SAGE widely used, though Perl has a library comparable to NumPy in PDL, and there is a SciRuby, There is nothing else like SAGE except for the commercial packages

Re: [Radiance-dev] Python scripts for Radiance

2016-03-22 Thread Randolph M. Fritz
Greg: ​ > > Well, we may need to devise some tests to be sure this is still a > problem, but in the past, Windows would deliver binary files in > 128-byte chunks, meaning that the last chunk might have garbage at the > end of it that was not actually produced by the program that sent it. >

Re: [Radiance-dev] Python scripts for Radiance

2016-03-21 Thread Randolph M. Fritz
The problem that code solves is finding the name of the invoked command and getting rid of the Windows .exe extension. I'd write it a bit differently: from os.path import basename, splitext ... progname = splitext(basename(sys.argv[0]))[0] (or, at length) progfile =

Re: [Radiance-dev] Winrview and Winimage sources

2016-03-19 Thread Randolph M. Fritz
On 3/16/16, 1:51 PM, "Randolph M. Fritz" <rmfri...@gmail.com> wrote: Why is Qt an especially onerous dependency? It's LGPL and pretty common. On Wed, Mar 16, 2016 at 12:54 PM, Guglielmetti, Robert < robert.guglielme...@nrel.gov> wrote: > Because it's so fuc*

Re: [Radiance-dev] GitHub projects on geometry translation

2016-03-05 Thread Randolph M. Fritz
Pronoun troubles: who is doing what to which where? So is this correct: 1. I first use the "fork" button to create my own copy of the repository on GitHub 2. Then I use "git clone" on my own system, referencing my fork. This downloads the repository to my system 3. Commit my

Re: [Radiance-dev] Mark Stock's benchmark on native Windows Radiance

2013-06-29 Thread Randolph M. Fritz
I favor xform with no options for this job; if the system has Radiance, I expect it will have xform, regardless of what other commands are or are not available. But, YMMV. Randolph ___ Radiance-dev mailing list Radiance-dev@radiance-online.org

[Radiance-dev] Mark Stock's benchmark on native Windows Radiance

2013-06-27 Thread Randolph M. Fritz
Has anyone got this going? (Yes! I have managed to get it built and installed. No, I have no idea if it is actually working. More, later, when I've tested the thing.) Randolph ___ Radiance-dev mailing list Radiance-dev@radiance-online.org

Re: [Radiance-dev] Mark Stock's benchmark on native Windows Radiance

2013-06-27 Thread Randolph M. Fritz
I am pleased to be able to say that, in fact, I ran a successful simulation. My hasty hack compilations of libtiff 3.9.7 (the last version 3 libtiff) and zlib 1.2.8 also worked, which was nice to see. Performance, well, not so good. It took 4219.9 wall clock seconds on a fairly capable Xeon,

[Radiance-dev] cmake / VS 2010 Express build problem

2013-06-26 Thread Randolph M. Fritz
cmake version 2.8.11.1, Visual Studio version Express SP1. When I go to set up the cmake build (run configure in cmake) I get two warnings like: CMake Warning at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/InstallRequiredSystemLibraries.cmake:343 (message): system runtime

Re: [Radiance-dev] cmake / VS 2010 Express build problem

2013-06-26 Thread Randolph M. Fritz
Got it. This is a bug, due to missing quotes in InstallRules\CMakeLists.txt. Lines 18-23 of that file should read: get_filename_component(qgif_plugin ${QT_QGIF_${qt_plugin_term}_RELEASE} NAME) get_filename_component(qico_plugin ${QT_QICO_${qt_plugin_term}_RELEASE} NAME)

Re: [Radiance-dev] What are people using to compile Radiance on Windows?

2013-06-20 Thread Randolph M. Fritz
Thanks. At the moment, I am downloading VS Express 2010 C++, that being the only no-charge version MS makes available to Vista users (well, it came with my workstation.) Randolph ___ Radiance-dev mailing list Radiance-dev@radiance-online.org

[Radiance-dev] What are people using to compile Radiance on Windows?

2013-06-20 Thread Randolph M. Fritz
In addition to MSVC and CMake, users need Qt and libtiff installed if they want the full complement of executables including the Windows rvu OK. Now, which versions of Qt and libtiff do I use? Do I download the libtiff source and let the cmake build it? Or...? And there are two Qt sites on

Re: [Radiance-dev] What are people using to compile Radiance on Windows?

2013-06-20 Thread Randolph M. Fritz
Guglielmetti, Robert Robert.Guglielmetti@... writes: I use MS VisualStudio Express 2008 (v9) to make the so-called NREL binaries of Radiance Rob, are you creating a VS project to build Radiance? Or...? Randolph ___ Radiance-dev mailing list

Re: [Radiance-dev] compile radiance HEAD 3332 with cmake on command line / linux

2012-10-25 Thread Randolph M. Fritz
The current cmake build files don't work on my Mac because I have multiple versions of the X11 include and library files on the system. Cmake unpredictably picks files from different versions and fails to build Radiance. On a machine with a clean install and nothing extra, the cmake build

[Radiance-dev] Compiling Radiance with the Intel (Vectorizing) C Compiler

2011-06-27 Thread Randolph M. Fritz
I've got it to compile...but rpict crashes. Anyone tried this before? Did you get it to work? -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies Division • Lawrence Berkeley Labs ___ Radiance-dev mailing list Radiance-dev

[Radiance-dev] Possible bug found by Intel cc

2011-06-27 Thread Randolph M. Fritz
In ambient.c: ambient.c(521): warning #279: controlling expression is constant aflock(creat ? F_WRLCK : F_RDLCK); That seems odd. Is it possible that it was supposed to be: aflock(cre8 ? F_WRLCK : F_RDLCK); -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies

Re: [Radiance-dev] Fix for compilation with gcc =4.5

2011-02-18 Thread Randolph M. Fritz
if NAZI or NALT will be redfined somewhere. The issue should be fixed in some way, though. Cheers, Bernd -- Randolph M. Fritz • rfr...@lbl.gov Environmental Energy Technologies Division • Lawrence Berkeley Labs ___ Radiance-dev mailing list Radiance

[Radiance-dev] .dat files missing from 4.0 Debian packages

2011-01-19 Thread Randolph M. Fritz
The following files: ./src/gen/defangle.dat ./src/gen/coeff_perez.dat Are not in the Debian version of Radiance 4.0, version 4R0+20100620-1. They belong in /usr/share/radiance. Randolph ___ Radiance-dev mailing list