IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 8, 2008, 12:49:54 PM (19 years ago)
Author:
eugene
Message:

split full color into color histogram vs set color scale; fixed F1-3 buttons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa2/test/input

    r16037 r16039  
    55  set y = yramp(a)
    66  set z = sqrt((x-256)^2 + (y-256)^2)
    7   tvchannel 0
     7  tvchannel 1
    88  tv x 0 512
    9   tvchannel 1
     9  tvchannel 2
    1010  tv y 0 512
    11   tvchannel 2
     11  tvchannel 3
    1212  tv z 0 512
    1313end
     
    2020  set G = g*(g >= 0) + (g + 256)*(g < 0)
    2121  set B = b*(b >= 0) + (b + 256)*(b < 0)
    22   tvchannel 0
     22  tvchannel 1
    2323  tv R 0 256
    24   tvchannel 1
     24  tvchannel 2
    2525  tv G 0 256
    26   tvchannel 2
     26  tvchannel 3
    2727  tv B 0 256
     28
     29  tvcolor ruffcolor
     30  sleep 1
     31  tvcolor fullcolor
    2832end
Note: See TracChangeset for help on using the changeset viewer.