ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/dctimestep.c
Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Sun Jun 1 03:20:29 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2, rad4R2P1
Changes since 2.32: +2 -1 lines
Diff to previous 2.32 , to selected 2.23
Added number of rows to dctimestep output and rmtxop to cmake build

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Fri May 30 00:07:37 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.31: +3 -3 lines
Diff to previous 2.31 , to selected 2.23
Fixed usage message

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Fri May 30 00:00:54 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Changes since 2.30: +19 -6 lines
Diff to previous 2.30 , to selected 2.23
Added NROWS, NCOLS and NCOMP to matrix headers

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Sat Feb 8 01:28:06 2014 UTC (10 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.29: +42 -19 lines
Diff to previous 2.29 , to selected 2.23
Added -od and -of options for binary output

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 22:18:29 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.28: +4 -9 lines
Diff to previous 2.28 , to selected 2.23
Fixed improper handling of diffuse transmission matrix

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Mon Jan 20 21:29:04 2014 UTC (10 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.27: +2 -499 lines
Diff to previous 2.27 , to selected 2.23
Split out color coefficient matrix routines from dctimestep

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 22:30:55 2013 UTC (11 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.26: +26 -1 lines
Diff to previous 2.26 , to selected 2.23
Improved efficiency of large matrix multiplications containing zero vectors

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 17:54:17 2013 UTC (11 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.25: +3 -3 lines
Diff to previous 2.25 , to selected 2.23
Minor fix in unreachable error

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 17:21:39 2013 UTC (11 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.24: +34 -12 lines
Diff to previous 2.24 , to selected 2.23
Fixed bug in dctimestep argument logic and added -if/-id options

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 05:07:47 2013 UTC (11 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.23: +153 -40 lines
Diff to previous 2.23
Added -n and -o options to dctimestep

Revision 2.23 - (view) (download) (annotate) - [selected]
Fri Nov 2 00:26:55 2012 UTC (11 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.22: +3 -3 lines
Diff to previous 2.22
Fixed bug using wrong side of BTDF (thanks to David G-M)

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Tue Oct 23 22:24:09 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.21: +70 -4 lines
Diff to previous 2.21 , to selected 2.23
Fixed reciprocity calculation

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 15:53:04 2012 UTC (11 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.20: +12 -10 lines
Diff to previous 2.20 , to selected 2.23
Added support for "Transmission Front" data

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 18:17:17 2012 UTC (11 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.19: +46 -11 lines
Diff to previous 2.19 , to selected 2.23
Added Rob G's Ruby version of objview and fixed dctimestep for Lambertian BTDFs

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Tue Feb 21 20:09:25 2012 UTC (12 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.18: +3 -2 lines
Diff to previous 2.18 , to selected 2.23
Bug fix for all-zero sky vector and image output

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Fri Oct 21 16:31:03 2011 UTC (12 years, 5 months ago) by greg
Branch: MAIN
CVS Tags: rad4R1
Changes since 2.17: +17 -11 lines
Diff to previous 2.17 , to selected 2.23
Made format check a little more robust

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Fri Apr 15 18:43:57 2011 UTC (12 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.16: +3 -5 lines
Diff to previous 2.16 , to selected 2.23
Eliminated unused variable

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Apr 11 03:47:46 2011 UTC (12 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.15: +20 -56 lines
Diff to previous 2.15 , to selected 2.23
Final fix to Klems angles -- I hope

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Fri Apr 8 18:13:48 2011 UTC (12 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.14: +99 -34 lines
Diff to previous 2.14 , to selected 2.23
Changed dctimestep over to new BSDF interface and minor bug fixes

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Sun Apr 3 03:06:19 2011 UTC (12 years, 11 months ago) by greg
Branch: MAIN
Changes since 2.13: +4 -1 lines
Diff to previous 2.13 , to selected 2.23
Added check for zero components when adding images

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 1 22:44:25 2010 UTC (13 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.12: +9 -9 lines
Diff to previous 2.12 , to selected 2.23
Bug fix in last change

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 1 21:54:56 2010 UTC (13 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.11: +37 -27 lines
Diff to previous 2.11 , to selected 2.23
Added new form to dctimestep that takes a combined DC matrix (or image set)

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Wed Dec 9 20:33:48 2009 UTC (14 years, 3 months ago) by greg
Branch: MAIN
CVS Tags: rad4R0
Changes since 2.10: +6 -6 lines
Diff to previous 2.10 , to selected 2.23
Made input image name format more flexible.

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Jul 2 02:13:08 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.9: +2 -2 lines
Diff to previous 2.9 , to selected 2.23
Created genskyvec script as a more general replacement to gentregvec

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 21:53:10 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.8: +2 -3 lines
Diff to previous 2.8 , to selected 2.23
Minor tweaks

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 21:49:13 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.7: +4 -3 lines
Diff to previous 2.7 , to selected 2.23
Fixed bug in previous change

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Sun Jun 21 21:42:12 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.6: +17 -14 lines
Diff to previous 2.6 , to selected 2.23
Improved BSDF conversion efficiency

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Sat Jun 20 04:37:43 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.5: +4 -4 lines
Diff to previous 2.5 , to selected 2.23
Added check against empty input

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Sat Jun 20 04:27:18 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.4: +5 -7 lines
Diff to previous 2.4 , to selected 2.23
Changed order of matrix reading to fix size

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Fri Jun 19 14:24:06 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.3: +4 -3 lines
Diff to previous 2.3 , to selected 2.23
Fixed problem in error reporting

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Fri Jun 19 14:21:42 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.2: +26 -3 lines
Diff to previous 2.2 , to selected 2.23
Fixed conversion of BTDF to matrix

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Fri Jun 19 06:49:42 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Changes since 2.1: +20 -15 lines
Diff to previous 2.1 , to selected 2.23
Improvements and bug fixes

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Wed Jun 17 20:41:47 2009 UTC (14 years, 9 months ago) by greg
Branch: MAIN
Diff to selected 2.23
Created dctimestep utility for daylight coefficient calculations

Convenience Links

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