ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/util/wrapBSDF.c
(Generate patch)

Comparing ray/src/util/wrapBSDF.c (file contents):
Revision 2.11 by greg, Fri Feb 20 18:07:10 2015 UTC vs.
Revision 2.21 by greg, Fri Oct 14 00:54:22 2016 UTC

# Line 7 | Line 7 | static const char RCSid[] = "$Id$";
7   *      G. Ward         February 2015
8   */
9  
10 + #include "platform.h"
11   #include <ctype.h>
12   #include "rtio.h"
13 < #include "rtprocess.h"
13 > #include "paths.h"
14   #include "ezxml.h"
15   #include "bsdf.h"
16   #include "bsdf_m.h"
# Line 25 | Line 26 | const char     *attr_unit = "meter";
26   const char      legal_units[] = "meter|foot|inch|centimeter|millimeter";
27                                          /* system materials & geometry */
28   const char      *mgf_geometry = NULL;
29 <
29 >                                        /* comment list */
30 > #define MAXCOMM         30
31 > const char      *commlist[MAXCOMM];
32 > int             ncomm = 0;
33                                          /* angle bases */
34   enum { ABdefault=-1, ABklemsFull=0, ABklemsHalf, ABklemsQuarter,
35                  ABtensorTree3, ABtensorTree4, ABend };
# Line 79 | Line 83 | struct s_dfile {
83  
84   int             ndataf = 0;             /* number of data files */
85  
86 + int             unlink_datafiles = 0;   /* unlink data files when done */
87 +
88   const char      *spectr_file[MAXFILES]; /* custom spectral curve input */
89  
90   const char      top_level_name[] = "WindowElement";
# Line 160 | Line 166 | input2str(const char *inpspec)
166                          fprintf(stderr, "%s: cannot open\n", inpspec);
167                          return "";
168                  }
169 + #if !defined(_WIN32) && !defined(_WIN64)
170 +                                /* XXX somehow broken on Windows */
171                  len = lseek(fd, 0L, SEEK_END);
172                  if (len > 0) {
173                          lseek(fd, 0L, SEEK_SET);
# Line 178 | Line 186 | input2str(const char *inpspec)
186                          close(fd);
187                          return str;
188                  }
189 + #endif
190                  fp = fdopen(fd, "r");           /* not a regular file */
191          }
192                                                  /* reading from stream */
# Line 386 | Line 395 | determine_angle_basis(const char *fn, ezxml_t wtl)
395   static int
396   filter_klems_matrix(FILE *fp)
397   {
389 #define MAX_COLUMNS     145
398          const char      *bn = klems_basis_name[angle_basis];
391        float           col_corr[MAX_COLUMNS];
399          int             i, j, n = nabases;
400                                          /* get angle basis */
401          while (n-- > 0)
# Line 396 | Line 403 | filter_klems_matrix(FILE *fp)
403                          break;
404          if (n < 0)
405                  return 0;
399        if (abase_list[n].nangles > MAX_COLUMNS) {
400                fputs("Internal error - too many Klems columns!\n", stderr);
401                return 0;
402        }
403                                        /* get correction factors */
404        for (j = abase_list[n].nangles; j--; )
405                col_corr[j] = 1.f / io_getohm(j, &abase_list[n]);
406                                          /* read/correct/write matrix */
407          for (i = 0; i < abase_list[n].nangles; i++) {
408 +            const double        corr = 1./io_getohm(i, &abase_list[n]);
409              for (j = 0; j < abase_list[n].nangles; j++) {
410                  double  d;
411                  if (fscanf(fp, "%lf", &d) != 1)
# Line 413 | Line 414 | filter_klems_matrix(FILE *fp)
414                          fputs("Negative BSDF data!\n", stderr);
415                          return 0;
416                  }
417 <                printf(" %.3e", d*col_corr[j]*(d > 0));
417 >                printf(" %.3e", d*corr*(d > 0));
418              }
419              fputc('\n', stdout);
420          }
# Line 423 | Line 424 | filter_klems_matrix(FILE *fp)
424                          return 0;
425                  }
426          return 1;                       /* all is good */
426 #undef MAX_COLUMNS
427   }
428  
429   /* Write out BSDF data block with surrounding tags */
# Line 443 | Line 443 | writeBSDFblock(const char *caller, struct s_dfile *df)
443                  break;
444          case DSxbar31:
445                  puts("\t\t<Wavelength unit=\"Integral\">CIE-X</Wavelength>");
446 <                puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
446 >                puts("\t\t<SourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
447                  puts("\t\t<DetectorSpectrum>ASTM E308 1931 X.dsp</DetectorSpectrum>");
448                  break;
449          case DSzbar31:
450                  puts("\t\t<Wavelength unit=\"Integral\">CIE-Z</Wavelength>");
451 <                puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
451 >                puts("\t\t<SourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
452                  puts("\t\t<DetectorSpectrum>ASTM E308 1931 Z.dsp</DetectorSpectrum>");
453                  break;
454          case DSuprime:
455 <                puts("\t\t<Wavelength unit=\"Integral\">CIE-Z</Wavelength>");
456 <                puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
457 <                puts("\t\t<DetectorSpectrum>ASTM E308 1931 u.dsp</DetectorSpectrum>");
455 >                puts("\t\t<Wavelength unit=\"Integral\">CIE-u</Wavelength>");
456 >                puts("\t\t<SourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
457                  break;
458          case DSvprime:
459 <                puts("\t\t<Wavelength unit=\"Integral\">CIE-Z</Wavelength>");
460 <                puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
462 <                puts("\t\t<DetectorSpectrum>ASTM E308 1931 v.dsp</DetectorSpectrum>");
459 >                puts("\t\t<Wavelength unit=\"Integral\">CIE-v</Wavelength>");
460 >                puts("\t\t<SourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
461                  break;
462          case DSsolar:
463                  puts("\t\t<Wavelength unit=\"Integral\">Solar</Wavelength>");
464 <                puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
464 >                puts("\t\t<SourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
465                  puts("\t\t<DetectorSpectrum>None</DetectorSpectrum>");
466                  break;
467          case DSnir:
468                  puts("\t\t<Wavelength unit=\"Integral\">NIR</Wavelength>");
469 <                puts("\t\tSourceSpectrum>PLACE_HOLDER</SourceSpectrum>");
469 >                puts("\t\t<SourceSpectrum>PLACE_HOLDER</SourceSpectrum>");
470                  puts("\t\t<DetectorSpectrum>PLACE_HOLDER</DetectorSpectrum>");
471                  break;
472          default:
# Line 479 | Line 477 | writeBSDFblock(const char *caller, struct s_dfile *df)
477                                  spectr_file[df->spectrum]);
478                  if (cp != NULL)
479                          *cp = '.';
480 <                puts("\t\tSourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
480 >                puts("\t\t<SourceSpectrum>CIE Illuminant D65 1nm.ssp</SourceSpectrum>");
481                  printf("\t\t<DetectorSpectrum>%s</DetectorSpectrum>\n",
482                                  spectr_file[df->spectrum]);
483                  break;
# Line 585 | Line 583 | writeBSDF(const char *caller, ezxml_t fl)
583                  free(xml);
584                  return 0;
585          }
586 +        puts("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
587 +        for (i = 0; i < ncomm; i++)
588 +                printf("<!-- %s -->\n", commlist[i]);
589          fflush(stdout);                         /* write previous XML info. */
590          if (write(fileno(stdout), xml, ei) != ei) {
591                  free(xml);
# Line 598 | Line 599 | writeBSDF(const char *caller, ezxml_t fl)
599          fputs(xml+ei, stdout);                  /* write trailer */
600          free(xml);                              /* free string */
601          fputc('\n', stdout);
602 <        return (fflush(stdout) == 0);
602 >        if (fflush(stdout) != 0)
603 >                return 0;
604 >                                                /* unlink data files if req. */
605 >        for (i = ndataf*(unlink_datafiles != 0); i--; )
606 >                if (data_file[i].fname != stdin_name &&
607 >                                data_file[i].fname[0] != '!')
608 >                        unlink(data_file[i].fname);
609 >        if (unlink_datafiles > 1 && mgf_geometry != NULL &&
610 >                        mgf_geometry != stdin_name &&
611 >                        mgf_geometry[0] != '!')
612 >                unlink(mgf_geometry);
613 >        return 1;
614   }
615  
616   /* Insert BSDF data into XML wrapper */
# Line 717 | Line 729 | UsageExit(const char *pname)
729          fputs("Usage: ", stderr);
730          fputs(pname, stderr);
731          fputs(" [-W][-c][-a {kf|kh|kq|t3|t4}][-u unit][-g geom][-f 'x=string;y=string']", stderr);
732 <        fputs(" [-s spectr][-tb inp][-tf inp][-rb inp][-rf inp]", stderr);
732 >        fputs(" [-s spectr][-tb inp][-tf inp][-rb inp][-rf inp][-C comm]", stderr);
733          fputs(" [input.xml]\n", stderr);
734          exit(1);
735   }
# Line 762 | Line 774 | main(int argc, char *argv[])
774                          }
775                          attr_unit = argv[i];
776                          continue;
777 +                case 'U':               /* unlink data files when done */
778 +                        unlink_datafiles = 1 + (argv[i][2] == 'U');
779 +                        continue;
780                  case 'a':               /* angle basis */
781                          if (++i >= argc)
782                                  UsageExit(argv[0]);
# Line 785 | Line 800 | main(int argc, char *argv[])
800                          continue;
801                  case 'c':               /* correct solid angle */
802                          correct_solid_angle = 1;
803 +                        continue;
804 +                case 'C':               /* comment */
805 +                        if (ncomm >= MAXCOMM) {
806 +                                fprintf(stderr, "%s: too many comments\n",
807 +                                                argv[0]);
808 +                                return 1;
809 +                        }
810 +                        if (strchr(argv[++i], '>') != NULL) {
811 +                                fprintf(stderr, "%s: illegal character in comment\n",
812 +                                                argv[0]);
813 +                                return 1;
814 +                        }
815 +                        commlist[ncomm++] = argv[i];
816                          continue;
817                  case 't':               /* transmission */
818                          if (i >= argc-1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines