ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/radcompare.c
Revision 2.34 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 20:01:39 2023 UTC (4 months ago) by greg
Branch: MAIN
CVS Tags: HEAD
Changes since 2.33: +22 -1 lines
Diff to previous 2.33 , to selected 2.24
refactor(radcompare): introduced alternate spectral comparison (commented out)

Revision 2.33 - (view) (download) (annotate) - [select for diffs]
Tue Nov 21 19:22:38 2023 UTC (4 months ago) by greg
Branch: MAIN
Changes since 2.32: +117 -4 lines
Diff to previous 2.32 , to selected 2.24
feat(radcompare): Added ability to compare spectral images (untested)

Revision 2.32 - (view) (download) (annotate) - [select for diffs]
Wed Mar 8 19:59:48 2023 UTC (12 months, 2 weeks ago) by greg
Branch: MAIN
CVS Tags: rad5R4
Changes since 2.31: +7 -4 lines
Diff to previous 2.31 , to selected 2.24
feat: made it so line number in ASCII file is not repeated if the same

Revision 2.31 - (view) (download) (annotate) - [select for diffs]
Fri May 27 17:27:53 2022 UTC (22 months ago) by greg
Branch: MAIN
Changes since 2.30: +1 -2 lines
Diff to previous 2.30 , to selected 2.24
fix(radcompare): backed out last change - didn't realize FORMAT entry was used

Revision 2.30 - (view) (download) (annotate) - [select for diffs]
Tue May 24 22:34:18 2022 UTC (22 months ago) by greg
Branch: MAIN
Changes since 2.29: +2 -1 lines
Diff to previous 2.29 , to selected 2.24
perf(radcompare): Added "FORMAT" to ignored header variables, since it's dealt with separately

Revision 2.29 - (view) (download) (annotate) - [select for diffs]
Thu Mar 3 00:01:48 2022 UTC (2 years ago) by greg
Branch: MAIN
Changes since 2.28: +20 -2 lines
Diff to previous 2.28 , to selected 2.24
feat(radcompare): Added '-n' option to allow escaped newlines

Revision 2.28 - (view) (download) (annotate) - [select for diffs]
Mon Sep 27 19:00:04 2021 UTC (2 years, 6 months ago) by greg
Branch: MAIN
Changes since 2.27: +2 -2 lines
Diff to previous 2.27 , to selected 2.24
perf(radcompare): minor improvement in handling of EXPOSURE header info

Revision 2.27 - (view) (download) (annotate) - [select for diffs]
Thu Feb 18 23:16:35 2021 UTC (3 years, 1 month ago) by greg
Branch: MAIN
Changes since 2.26: +4 -3 lines
Diff to previous 2.26 , to selected 2.24
fix: relative minimum was not being used correctly

Revision 2.26 - (view) (download) (annotate) - [select for diffs]
Mon Jul 27 16:49:56 2020 UTC (3 years, 8 months ago) by greg
Branch: MAIN
CVS Tags: rad5R3
Changes since 2.25: +22 -3 lines
Diff to previous 2.25 , to selected 2.24
feat(radcompare): added -c option to ignore comments

Revision 2.25 - (view) (download) (annotate) - [select for diffs]
Thu Jul 9 17:29:04 2020 UTC (3 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.24: +3 -2 lines
Diff to previous 2.24
fix(radcompare): was not switching back to text input mode in cases with header

Revision 2.24 - (view) (download) (annotate) - [selected]
Tue Jun 30 22:53:05 2020 UTC (3 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.23: +8 -2 lines
Diff to previous 2.23
fix(radcompare): added special case for EXPOSURE header value

Revision 2.23 - (view) (download) (annotate) - [select for diffs]
Tue Jun 30 01:17:54 2020 UTC (3 years, 8 months ago) by greg
Branch: MAIN
Changes since 2.22: +2 -2 lines
Diff to previous 2.22 , to selected 2.24
fix(radcompare): missing reference depth setting

Revision 2.22 - (view) (download) (annotate) - [select for diffs]
Sat Aug 24 02:22:02 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.21: +3 -3 lines
Diff to previous 2.21 , to selected 2.24
Fixed issue of some very different vectors as nearly equal

Revision 2.21 - (view) (download) (annotate) - [select for diffs]
Thu Aug 15 17:28:45 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.20: +13 -6 lines
Diff to previous 2.20 , to selected 2.24
Added mention of byte-swapping on input(s)

Revision 2.20 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 18:20:02 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.19: +14 -1 lines
Diff to previous 2.19 , to selected 2.24
Added explicit byte-swap checks in headers using BigEndian= line

Revision 2.19 - (view) (download) (annotate) - [select for diffs]
Wed Aug 14 04:18:12 2019 UTC (4 years, 7 months ago) by greg
Branch: MAIN
Changes since 2.18: +194 -18 lines
Diff to previous 2.18 , to selected 2.24
Added depth, normal, and ID file types to radcompare

Revision 2.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 1 21:09:53 2018 UTC (5 years, 3 months ago) by greg
Branch: MAIN
Changes since 2.17: +2 -1 lines
Diff to previous 2.17 , to selected 2.24
Added FRAME to ignored header variables

Revision 2.17 - (view) (download) (annotate) - [select for diffs]
Sat Nov 17 20:22:17 2018 UTC (5 years, 4 months ago) by greg
Branch: MAIN
Changes since 2.16: +3 -3 lines
Diff to previous 2.16 , to selected 2.24
Fixed misplaced parentheses in color comparison

Revision 2.16 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 23:45:56 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.15: +5 -5 lines
Diff to previous 2.15 , to selected 2.24
Slight change in warning message

Revision 2.15 - (view) (download) (annotate) - [select for diffs]
Sat Oct 20 15:17:27 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.14: +12 -3 lines
Diff to previous 2.14 , to selected 2.24
Added warning about too-long input lines

Revision 2.14 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 23:56:15 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.13: +18 -18 lines
Diff to previous 2.13 , to selected 2.24
Renamed ptr to str

Revision 2.13 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 23:50:32 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.12: +7 -9 lines
Diff to previous 2.12 , to selected 2.24
Minor corrections related to last change

Revision 2.12 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 22:15:30 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.11: +74 -41 lines
Diff to previous 2.11 , to selected 2.24
Dynamic input line buffers up to 100 MBytes

Revision 2.11 - (view) (download) (annotate) - [select for diffs]
Fri Oct 19 20:32:16 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.10: +32 -6 lines
Diff to previous 2.10 , to selected 2.24
Version with line backtracking for word boundaries

Revision 2.10 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 17:39:23 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.9: +5 -5 lines
Diff to previous 2.9 , to selected 2.24
Made more sense to use globals for header variables

Revision 2.9 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 16:52:05 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.8: +6 -6 lines
Diff to previous 2.8 , to selected 2.24
Made exit value more consistent -- 1 for difference, 2 for error

Revision 2.8 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 16:23:17 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.7: +19 -8 lines
Diff to previous 2.7 , to selected 2.24
Created more robust color-comparison for RGBE/XYZE images

Revision 2.7 - (view) (download) (annotate) - [select for diffs]
Tue Oct 16 00:20:52 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.6: +7 -8 lines
Diff to previous 2.6 , to selected 2.24
Fixed check of two standard inputs

Revision 2.6 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 22:38:31 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.5: +35 -22 lines
Diff to previous 2.5 , to selected 2.24
Additional reporting tweaks

Revision 2.5 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 22:21:45 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.4: +21 -15 lines
Diff to previous 2.4 , to selected 2.24
Fix for files whose first character is binary, and a few output tweaks

Revision 2.4 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 21:47:52 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.3: +58 -55 lines
Diff to previous 2.3 , to selected 2.24
Fixed detection of float/double inputs and changed all regular output to stdout

Revision 2.3 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 18:31:15 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.2: +4 -3 lines
Diff to previous 2.2 , to selected 2.24
Fixed innaccurate header line count

Revision 2.2 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 18:21:01 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Changes since 2.1: +5 -4 lines
Diff to previous 2.1 , to selected 2.24
Minor fixes in string/real comparisons

Revision 2.1 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 17:52:52 2018 UTC (5 years, 5 months ago) by greg
Branch: MAIN
Diff to selected 2.24
Created radcompare utility to check test output during automated unit testing

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