ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/rmtxop.c
Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 16:09:20 2023 UTC (3 months, 1 week ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.31: +3 -3 lines
Diff to previous 2.31 , to selected 2.13
fix(rmtxop,rcomb): Added checks for "xyz" and "rgb" format output

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 00:39:03 2023 UTC (3 months, 1 week ago) by greg
Branch: MAIN
Changes since 2.30: +26 -9 lines
Diff to previous 2.30 , to selected 2.13
feat(rmtxop,rcomb): Added lower-case versions of component outputs w/o efficacy conversions

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 00:12:31 2023 UTC (3 months, 2 weeks ago) by greg
Branch: MAIN
Changes since 2.29: +3 -4 lines
Diff to previous 2.29 , to selected 2.13
fix(rmtxop,rmtxcomb): Eliminated the option of spectral output with 3 components

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 03:44:42 2023 UTC (3 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.28: +2 -1 lines
Diff to previous 2.28 , to selected 2.13
fix(rmtxop): Corrected wavelength split output based on reference input

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Sun Dec 3 02:28:33 2023 UTC (3 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.27: +8 -7 lines
Diff to previous 2.27 , to selected 2.13
fix(rmtxop): Corrected scalar post-multiplying component transform

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 00:42:21 2023 UTC (3 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.26: +89 -20 lines
Diff to previous 2.26 , to selected 2.13
feat(rmtxop): Added -c _file_ and -C options for specifying color spaces

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Fri Dec 1 02:05:00 2023 UTC (3 months, 3 weeks ago) by greg
Branch: MAIN
Changes since 2.25: +10 -11 lines
Diff to previous 2.25 , to selected 2.13
refactor(rmtxop): Changed rmatrix library interface for by row matrix output

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 18:57:10 2023 UTC (3 months, 4 weeks ago) by greg
Branch: MAIN
Changes since 2.24: +2 -2 lines
Diff to previous 2.24 , to selected 2.13
fix(rmtxop): compile error

Revision 2.24 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 18:56:28 2023 UTC (3 months, 4 weeks ago) by greg
Branch: MAIN
Changes since 2.23: +8 -4 lines
Diff to previous 2.23 , to selected 2.13
feat(rmtxop): Added 'A' symbolic component for average of all channels

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Nov 28 16:36:50 2023 UTC (3 months, 4 weeks ago) by greg
Branch: MAIN
Changes since 2.22: +5 -13 lines
Diff to previous 2.22 , to selected 2.13
fix(rmtxop): Eliminated redundant error messages

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Mon Nov 27 22:04:45 2023 UTC (3 months, 4 weeks ago) by greg
Branch: MAIN
Changes since 2.21: +216 -35 lines
Diff to previous 2.21 , to selected 2.13
feat(rmtxop): Added symbolic transforms to -c option and made -s apply after any such transform, so both may be used simultaneously

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 01:30:20 2023 UTC (4 months ago) by greg
Branch: MAIN
Changes since 2.20: +3 -1 lines
Diff to previous 2.20 , to selected 2.13
feat(rmtxop): Added handling of Radiance spectral pictures as matrices

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Wed Mar 23 00:58:35 2022 UTC (2 years ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.19: +3 -3 lines
Diff to previous 2.19 , to selected 2.13
fix(rmtxop): Made error reporting consistent regardless of concatination direction

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Thu Jan 21 17:47:07 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.18: +2 -2 lines
Diff to previous 2.18 , to selected 2.13
docs: formatting of option reminder

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Tue Jan 19 23:32:00 2021 UTC (3 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.17: +12 -6 lines
Diff to previous 2.17 , to selected 2.13
feat: Added -rf and -rb options to rmtxop to load XML reflectance matrices

Revision 2.17 - (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.16: +1 -2 lines
Diff to previous 2.16 , to selected 2.13
Removed redundant include files

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Mon Aug 12 20:38:19 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.15: +11 -8 lines
Diff to previous 2.15 , to selected 2.13
Added warning about divide-by-zero to matrix information header

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Mon Aug 12 16:55:24 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.14: +10 -4 lines
Diff to previous 2.14 , to selected 2.13
Fixed argument parsing issue and added further explanations to man page

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Mon Aug 12 02:26:46 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.13: +21 -9 lines
Diff to previous 2.13
Added support for trailing unary operations on final matrix result

Revision 2.13 - (view) (download) (annotate) - [selected]
Mon Aug 12 01:20:26 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.12: +246 -107 lines
Diff to previous 2.12
Take advantage of matrix multiplication associativity

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 23:03:05 2018 UTC (5 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R2
Changes since 2.11: +16 -16 lines
Diff to previous 2.11 , to selected 2.13
Moved transpose operation later to save memory with -c (transform) reduction

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Mon Aug 28 15:59:46 2017 UTC (6 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.10: +25 -6 lines
Diff to previous 2.10 , to selected 2.13
Added element-wise multiplication and division to rmtxop command

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Thu Aug 18 17:57:57 2016 UTC (7 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad5R1
Changes since 2.9: +3 -4 lines
Diff to previous 2.9 , to selected 2.13
Changed to using SET_FILE_BINARY() where possible

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Sun Mar 6 01:13:18 2016 UTC (8 years ago) by schorsch
Branch: MAIN
Changes since 2.8: +2 -2 lines
Diff to previous 2.8 , to selected 2.13
Prepare for SCons build on Win32 and Win64

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Wed Jul 22 04:47:51 2015 UTC (8 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R0
Changes since 2.7: +1 -4 lines
Diff to previous 2.7 , to selected 2.13
Moved some file settings around to improve logic

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Fri Jan 23 01:03:17 2015 UTC (9 years, 2 months ago) by greg
Branch: MAIN
Changes since 2.6: +2 -2 lines
Diff to previous 2.6 , to selected 2.13
Minor fix

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 20:21:46 2014 UTC (9 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.5: +3 -1 lines
Diff to previous 2.5 , to selected 2.13
Fixed output format for ASCII from ASCII inputs

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 23:20:12 2014 UTC (9 years, 6 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P2
Changes since 2.4: +3 -7 lines
Diff to previous 2.4 , to selected 2.13
Took out unreliable call to ftell()

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 5 21:45:05 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2P1
Changes since 2.3: +8 -1 lines
Diff to previous 2.3 , to selected 2.13
Added missing _O_BINARY setting for Windows

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 2 17:10:43 2014 UTC (9 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.2: +2 -2 lines
Diff to previous 2.2 , to selected 2.13
Made rmtxop output the same type as lesser of inputs by default

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Sat May 31 19:21:21 2014 UTC (9 years, 9 months ago) by greg
Branch: MAIN
CVS Tags: rad4R2
Changes since 2.1: +10 -22 lines
Diff to previous 2.1 , to selected 2.13
Bug fixes

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Sat May 31 05:02:37 2014 UTC (9 years, 10 months ago) by greg
Branch: MAIN
Diff to selected 2.13
Created rmtxop command, need to test and debug

Convenience Links

Links to HEAD: (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