ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/ies2rad.c
Revision 2.36 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 01:59:43 2022 UTC (17 months, 1 week ago) by greg
Branch: MAIN
CVS Tags: HEAD, rad5R4
Changes since 2.35: +43 -28 lines
Diff to previous 2.35
fix(ies2rad): Randolph Fritz fixed issue with some luminaire geometries and improved code readability

Revision 2.35 - (view) (download) (annotate) - [select for diffs]
Mon Nov 29 16:07:36 2021 UTC (2 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.34: +673 -216 lines
Diff to previous 2.34
feat(ies2rad): changes and enhancements to ies2rad by Randolph Fritz

Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Thu Sep 30 20:05:09 2021 UTC (2 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.33: +10 -10 lines
Diff to previous 2.33
fix(ies2rad): Changes to allow spaces in input file names

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Mon Sep 20 02:00:05 2021 UTC (2 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.32: +32 -15 lines
Diff to previous 2.32
docs(ies2rad): Randolph Fritz updated some of the comments for us

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Sat Dec 28 18:05:14 2019 UTC (4 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.31: +1 -4 lines
Diff to previous 2.31
Removed redundant include files

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 16:04:00 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.30: +11 -8 lines
Diff to previous 2.30
Increased maximum line length and allow spaces before bracketed keywords

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 23:05:34 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.29: +9 -6 lines
Diff to previous 2.29
Fixed issue with newer IES file version strings

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 18:53:09 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.28: +2 -2 lines
Diff to previous 2.28
Fixed bug in header parsing pointed out by Randolph Fritz

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Wed May 30 22:12:17 2018 UTC (5 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.27: +704 -104 lines
Diff to previous 2.27
Randolph Fritz added copious comments to explain what's going on

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Aug 1 23:27:04 2015 UTC (8 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0, rad5R1
Changes since 2.26: +24 -24 lines
Diff to previous 2.26
Fixed various compiler warnings (mostly harmless)

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 19:57:17 2011 UTC (12 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1, rad4R2, rad4R2P1, rad4R2P2
Changes since 2.25: +2 -2 lines
Diff to previous 2.25
Fixed mgf2rad -m option that needed to be -e

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Thu Jan 24 23:15:46 2008 UTC (16 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad3R9, rad4R0
Changes since 2.24: +8 -2 lines
Diff to previous 2.24
Fixed reversed orientation for anisotropic distrubutions

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed Oct 5 05:17:41 2005 UTC (18 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad3R8
Changes since 2.23: +3 -3 lines
Diff to previous 2.23
Improved robustness of angle range check (minor change)

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Sat Nov 15 13:29:23 2003 UTC (20 years, 5 months ago) by schorsch
Branch: MAIN
CVS Tags: rad3R6, rad3R6P1, rad3R7P1, rad3R7P2
Changes since 2.22: +205 -100 lines
Diff to previous 2.22
ANSIfication. Fixed missing dosides parameter in putsource(). Fixed type of minmax variable in dotilt()

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 22:12:01 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.21: +3 -3 lines
Diff to previous 2.21
Added grouping parens to reduce ambiguity warnings.

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Thu Jul 3 22:41:44 2003 UTC (20 years, 9 months ago) by schorsch
Branch: MAIN
Changes since 2.20: +10 -10 lines
Diff to previous 2.20
Reduced compile problems on Windows.

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 18:18:22 2003 UTC (20 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.19: +3 -2 lines
Diff to previous 2.19
Removed stray strcpy() declarations

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Mon Jun 30 14:59:11 2003 UTC (20 years, 10 months ago) by schorsch
Branch: MAIN
Changes since 2.18: +3 -3 lines
Diff to previous 2.18
Replaced most outdated BSD function calls with their posix equivalents, and cleaned up a few other platform dependencies.

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sat Feb 22 02:07:23 2003 UTC (21 years, 2 months ago) by greg
Branch: MAIN
CVS Tags: rad3R5
Changes since 2.17: +30 -25 lines
Diff to previous 2.17
Changes and check-in for 3.5 release
Includes new source files and modifications not recorded for many years
See ray/doc/notes/ReleaseNotes for notes between 3.1 and 3.5 release

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Mon Nov 10 10:13:58 1997 UTC (26 years, 5 months ago) by gregl
Branch: MAIN
Changes since 2.16: +12 -12 lines
Diff to previous 2.16
removed use of "word", which is a typedef on Cray systems

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 12:08:06 1997 UTC (26 years, 9 months ago) by gregl
Branch: MAIN
Changes since 2.15: +25 -35 lines
Diff to previous 2.15
eliminated use of "glow" type and applied boxcorr and new cylcorr

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 11:18:18 1997 UTC (26 years, 9 months ago) by gregl
Branch: MAIN
Changes since 2.14: +5 -6 lines
Diff to previous 2.14
eliminated output of sides when they're not wanted

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Tue Jun 18 21:28:52 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.13: +4 -1 lines
Diff to previous 2.13
added check to avoid rerunning oconv unnecessarily

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Wed Jun 12 19:13:42 1996 UTC (27 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.12: +22 -12 lines
Diff to previous 2.12
added -s option to send to stdout

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 21:37:14 1995 UTC (29 years ago) by greg
Branch: MAIN
Changes since 2.11: +189 -31 lines
Diff to previous 2.11
added MGF detail geometry conversion

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon May 23 10:45:41 1994 UTC (29 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.10: +2 -2 lines
Diff to previous 2.10
fixed bug in -i option that caused it to assume inappropriate units

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 10:01:30 1993 UTC (30 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.9: +1 -1 lines
Diff to previous 2.9
changed tilt suffix from +.dat to %.dat for MS-DOS compatibility

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 10:22:42 1993 UTC (30 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.8: +4 -1 lines
Diff to previous 2.8
added reporting of lamp color and depreciation in comment

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Fri Jun 4 14:40:25 1993 UTC (30 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.7: +1 -0 lines
Diff to previous 2.7
added math.h for atof() usage

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Apr 5 16:40:07 1993 UTC (31 years ago) by greg
Branch: MAIN
Changes since 2.6: +3 -3 lines
Diff to previous 2.6
corrected error in azimuthal angle specification

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Thu Mar 18 11:21:21 1993 UTC (31 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.5: +64 -9 lines
Diff to previous 2.5
better checking of input data -- allow comma separators

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Mon Feb 22 15:54:55 1993 UTC (31 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.4: +1 -1 lines
Diff to previous 2.4
modified to generate glow types with negative radii of influence

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Sep 8 10:06:29 1992 UTC (31 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.3: +9 -19 lines
Diff to previous 2.3
added paths.h for non-UNIX file naming

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Thu May 21 09:56:36 1992 UTC (31 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.2: +1 -1 lines
Diff to previous 2.2
fixed register allocation IBM RS/6000 didn't like

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Thu Dec 19 15:10:45 1991 UTC (32 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.1: +0 -1 lines
Diff to previous 2.1
removed atof declaration for NeXT

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Tue Nov 12 17:02:02 1991 UTC (32 years, 5 months ago) by greg
Branch: MAIN
Changes since 1.5: +0 -0 lines
Diff to previous 1.5
updated revision number for release 2.0

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Oct 24 12:17:35 1991 UTC (32 years, 6 months ago) by greg
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
fixed conversion between lumens and watts

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Thu Sep 5 13:17:13 1991 UTC (32 years, 7 months ago) by greg
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
corrected lumens to watts conversion factor

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 12:19:10 1991 UTC (33 years, 3 months ago) by greg
Branch: MAIN
Changes since 1.2: +2 -4 lines
Diff to previous 1.2
fixed incorrect calculation of radiance for spherical sources

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 14:41:14 1990 UTC (33 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.1: +50 -10 lines
Diff to previous 1.1
improved use of lamp data

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 08:45:48 1990 UTC (33 years, 4 months ago) by greg
Branch: MAIN
Initial revision

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to MAIN: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a