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

Comparing ray/src/px/pfilt.c (file contents):
Revision 2.10 by greg, Fri Jun 25 17:07:03 1993 UTC vs.
Revision 2.19 by greg, Wed Oct 2 16:56:16 1996 UTC

# Line 1 | Line 1
1 < /* Copyright (c) 1992 Regents of the University of California */
1 > /* Copyright (c) 1996 Regents of the University of California */
2  
3   #ifndef lint
4   static char SCCSid[] = "$SunId$ LBL";
# Line 17 | Line 17 | static char SCCSid[] = "$SunId$ LBL";
17  
18   #include  "color.h"
19  
20 + #include  "view.h"
21 +
22   #include  "resolu.h"
23  
24   #include  "paths.h"
# Line 53 | Line 55 | double spread = 1e-4;          /* spread for star points */
55  
56   char  *tfname = NULL;
57  
58 + char  template[] = TEMPLATE;
59 +
60   char  *lampdat = "lamp.tab";    /* lamp data file */
61  
62   int  order;                     /* scanline ordering of input */
# Line 62 | Line 66 | int  correctaspect = 0;                /* aspect ratio correction? *
66  
67   int  wrongformat = 0;
68  
69 + VIEW  ourview = STDVIEW;
70 + int  gotview = 0;
71 + int  wrapfilt = 0;              /* wrap filter horizontally? */
72 +
73 + int  estatus = 0;               /* exit status (for non-fatal errors) */
74 +
75   int  xrad;                      /* x search radius */
76   int  yrad;                      /* y search radius */
77   int  xbrad;                     /* x box size */
# Line 100 | Line 110 | char  **argv;
110          if (signal(SIGINT, quit) == SIG_IGN)
111                  signal(SIGINT, SIG_IGN);
112          if (signal(SIGHUP, quit) == SIG_IGN)
113 <                signal(SIGINT, SIG_IGN);
113 >                signal(SIGHUP, SIG_IGN);
114          signal(SIGTERM, quit);
115          signal(SIGPIPE, quit);
116   #ifdef  SIGXCPU
# Line 145 | Line 155 | char  **argv;
155                                          fprintf(stderr,
156                                                  "%s: exposure out of range\n",
157                                                          argv[0]);
158 <                                        exit(1);
158 >                                        quit(1);
159                                  }
160                                  switch (argv[i][2]) {
161                                  case '\0':
# Line 217 | Line 227 | char  **argv;
227                          fprintf(stderr, "%s: unknown lamp type\n", lamptype);
228                          quit(1);
229                  }
230 <                for (i = 0; i < 3; i++)
231 <                        if (lampcolor[i] > 1e-4)
232 <                                colval(exposure,i) /= lampcolor[i];
230 >                for (j = 0; j < 3; j++)
231 >                        if (lampcolor[j] > 1e-4)
232 >                                colval(exposure,j) /= lampcolor[j];
233                  freelamps();
234          }
235                                          /* open input file */
# Line 227 | Line 237 | char  **argv;
237                  if (singlepass)
238                          fin = stdin;
239                  else {
240 <                        tfname = mktemp(TEMPLATE);
240 >                        tfname = mktemp(template);
241                          if ((fin = fopen(tfname, "w+")) == NULL) {
242                                  fprintf(stderr, "%s: can't create ", progname);
243                                  fprintf(stderr, "temp file \"%s\"\n", tfname);
# Line 265 | Line 275 | char  **argv;
275          }
276          if (!(order & YMAJOR))
277                  inpaspect = 1.0/inpaspect;
278 +                                        /* wrap around for cylindrical view? */
279 +        wrapfilt = gotview && ourview.type == VT_CYL &&
280 +                        ourview.horiz >= 360.-FTINY && order & YMAJOR;
281                                          /* compute output resolution */
282          if (ncols <= 0)
283                  ncols = x_c*xres + .5;
# Line 296 | Line 309 | char  **argv;
309          }
310          pass2(fin);
311  
312 <        quit(0);
312 >        quit(estatus);
313   }
314  
315  
316 + double
317 + rgb_bright(clr)
318 + COLOR  clr;
319 + {
320 +        return(bright(clr));
321 + }
322 +
323 +
324 + double
325 + xyz_bright(clr)
326 + COLOR  clr;
327 + {
328 +        return(clr[CIEY]);
329 + }
330 +
331 +
332 + double  (*ourbright)() = rgb_bright;
333 +
334 +
335   headline(s)                             /* process line from header */
336   char  *s;
337   {
# Line 308 | Line 340 | char  *s;
340          fputs(s, stdout);               /* copy to output */
341          if (isaspect(s))                /* get aspect ratio */
342                  inpaspect *= aspectval(s);
343 <        else if (isexpos(s))
343 >        else if (isexpos(s))            /* get exposure */
344                  hotlvl *= exposval(s);
345 <        else if (isformat(s)) {
346 <                formatval(fmt, s);
347 <                wrongformat = strcmp(fmt, COLRFMT);
348 <        }
345 >        else if (formatval(fmt, s)) {   /* get format */
346 >                wrongformat = 0;
347 >                if (!strcmp(COLRFMT, fmt))
348 >                        ourbright = rgb_bright;
349 >                else if (!strcmp(CIEFMT, fmt))
350 >                        ourbright = xyz_bright;
351 >                else
352 >                        wrongformat = !globmatch(PICFMT, fmt);
353 >        } else if (isview(s) && sscanview(&ourview, s) > 0)
354 >                gotview++;
355   }
356  
357  
# Line 356 | Line 394 | FILE  *in;
394                                          progname, (int)(100L*i/yres));
395                          yres = i;
396                          y_r = (double)nrows/yres;
397 +                        estatus++;
398                          break;
399                  }
400                  pass1scan(scan, i);
# Line 375 | Line 414 | FILE  *in;
414          scan2init();
415          yread = 0;
416          for (r = 0; r < nrows; r++) {
417 <                ycent = (long)r*yres/nrows;
417 >                ycent = (r+.5)*yres/nrows;
418                  while (yread <= ycent+yrad) {
419                          if (yread < yres) {
420                                  if (freadscan(scanin[yread%barsize],
421                                                  xres, in) < 0) {
422                                          fprintf(stderr,
423 <                                                "%s: bad read (y=%d)\n",
423 >                                                "%s: truncated input (y=%d)\n",
424                                                  progname, yres-1-yread);
425                                          quit(1);
426                                  }
# Line 392 | Line 431 | FILE  *in;
431                  if (obarsize > 0)
432                          scan2sync(r);
433                  for (c = 0; c < ncols; c++) {
434 <                        xcent = (long)c*xres/ncols;
434 >                        xcent = (c+.5)*xres/ncols;
435                          if (thresh > FTINY)
436                                  dothresh(xcent, ycent, c, r);
437                          else if (rad > FTINY)
# Line 428 | Line 467 | scan2init()                    /* prepare scanline arrays */
467                          rad *= (y_r + x_c)/2.0;
468  
469                  if (thresh > FTINY) {
431                        xrad = CHECKRAD*THRESHRAD*rad/x_c + xbrad;
432                        yrad = CHECKRAD*THRESHRAD*rad/y_r + ybrad;
470                          orad = CHECKRAD*THRESHRAD*rad + 1;
471 +                        xrad = orad/x_c + xbrad;
472 +                        yrad = orad/y_r + ybrad;
473                          obarsize = 2*orad + 1;
474                  } else {
475                          xrad = CHECKRAD*rad/x_c + 1;
# Line 473 | Line 512 | scan2init()                    /* prepare scanline arrays */
512                          fputaspect(d, stdout);
513          }
514                                          /* record exposure */
515 <        d = bright(exposure);
515 >        d = (*ourbright)(exposure);
516          if (!FEQ(d,1.0))
517                  fputexpos(d, stdout);
518                                          /* record color correction */
# Line 500 | Line 539 | int  r;
539          int  ybot;
540          register int  c;
541                                          /* average input scanlines */
542 <        while (nextrow < r+orad && nextrow < nrows) {
543 <                ybot = (long)nextrow*yres/nrows;
542 >        while (nextrow <= r+orad && nextrow < nrows) {
543 >                ybot = (nextrow+.5)*yres/nrows;
544                  for (c = 0; c < ncols; c++) {
545 <                        dobox(ctmp, (int)((long)c*xres/ncols),ybot, c,nextrow);
546 <                        greybar[nextrow%obarsize][c] = bright(ctmp);
545 >                        dobox(ctmp, (int)((c+.5)*xres/ncols),ybot, c,nextrow);
546 >                        greybar[nextrow%obarsize][c] = (*ourbright)(ctmp);
547                  }
548                                          /* and zero output scanline */
549                  bzero((char *)scoutbar[nextrow%obarsize], ncols*sizeof(COLOR));
# Line 527 | Line 566 | scan2flush()                   /* flush output buffer */
566                          break;
567          if (fflush(stdout) < 0) {
568                  fprintf(stderr, "%s: write error at end of pass2\n", progname);
569 <                exit(1);
569 >                quit(1);
570          }
571   }
572  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines