ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/cv/pabopto2bsdf.c
Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Fri Oct 3 21:57:06 2014 UTC (9 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2, rad5R0
Changes since 2.26: +10 -3 lines
Diff to previous 2.26
Added default 90-degree rotation to align PAB's up vector to BSDF standard

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 10:33:48 2014 UTC (9 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1
Changes since 2.25: +3 -3 lines
Diff to previous 2.25
Added grazing angle extrapolation to BSDF interpolation

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Fri Jun 6 00:58:22 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.24: +2 -2 lines
Diff to previous 2.24
Removed redundant address operator

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Mon Mar 24 02:31:02 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.23: +2 -2 lines
Diff to previous 2.23
Bug fix for BTDF sample point plotting in debug version (pabopto2rad)

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Sun Mar 23 17:46:25 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.22: +4 -2 lines
Diff to previous 2.22
Made more accepting of older Mountain formats

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 23:11:44 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.21: +2 -2 lines
Diff to previous 2.21
Fixed format on debug statement

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Fri Mar 21 01:04:42 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.20: +8 -4 lines
Diff to previous 2.20
Changed behavior so bad incident directions are skipped rather than dying

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Thu Mar 20 16:54:23 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.19: +20 -23 lines
Diff to previous 2.19
Hopefully final change to angle collusion method

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 19:48:57 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.18: +8 -6 lines
Diff to previous 2.18
Fixed potential bug due with closely-spaced incident angles

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Wed Mar 19 00:19:11 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.17: +8 -6 lines
Diff to previous 2.17
Rejiggered epsilon tests so as not to confuse qsort()

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Tue Mar 18 19:08:24 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.16: +7 -5 lines
Diff to previous 2.16
Increased epsilon for incident angle equivalence test

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Mar 17 01:52:51 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.15: +4 -4 lines
Diff to previous 2.15
Fixed pabopto2rad for new grid union

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Sat Mar 8 01:05:00 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.14: +2 -1 lines
Diff to previous 2.14
Fixed compiler warnings

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 09:21:32 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.13: +4 -4 lines
Diff to previous 2.13
Fixed problems where BSDF evaluates to 0.

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Mon Feb 17 21:56:22 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.12: +2 -2 lines
Diff to previous 2.12
Fixed problem with zero min_bsdf value

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Jan 31 00:47:10 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.11: +2 -2 lines
Diff to previous 2.11
Moved misplaced assignment

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Thu Jan 30 18:19:43 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.10: +21 -4 lines
Diff to previous 2.10
Added RBF peak locations to Radiance output (-DTEST_MAIN)

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Sat Nov 9 05:47:49 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.9: +3 -1 lines
Diff to previous 2.9
Added tracking of BSDF sample name

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Fri Nov 8 03:43:01 2013 UTC (10 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.8: +4 -1 lines
Diff to previous 2.8
Added debugging output for pabopto2rad test module

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 22 04:29:27 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.7: +6 -6 lines
Diff to previous 2.7
Added bsdf2rad test program and fixed bug in normalization for interpolant

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Mon Oct 21 18:33:15 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.6: +7 -18 lines
Diff to previous 2.6
Major overhaul/redesign of radial basis function derivation

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sat Oct 19 00:11:50 2013 UTC (10 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.5: +75 -1 lines
Diff to previous 2.5
Fixed overflow and tweaked culling operations

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 12 16:09:31 2013 UTC (10 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.4: +11 -8 lines
Diff to previous 2.4
Fixed brittle parser that was not recognizing format from different systems

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 30 14:46:29 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.3: +3 -1 lines
Diff to previous 2.3
Added normalization step for azimuth angle

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 22:38:25 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.2: +4 -4 lines
Diff to previous 2.2
Fixed debug output a bit

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat Jun 29 22:35:15 2013 UTC (10 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.1: +94 -26 lines
Diff to previous 2.1
Added handling of multiple input files with identical incident angles

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 04:14:29 2012 UTC (11 years, 6 months ago) by greg
Branch: MAIN
Broke pabopto2xml into pabopto2bsdf and bsdf2ttree

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rad4R2P2: (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