Resources

Photographic Quality Example

 /****************************************************************/
 /*          S A S   S A M P L E   L I B R A R Y                 */
 /*                                                              */
 /*    NAME: ISHIKAW2                                            */
 /*   TITLE: Photographic Quality Example                        */
 /* PRODUCT: QC                                                  */
 /*  SYSTEM: ALL                                                 */
 /*    KEYS: Ishikawa Diagrams,                                  */
 /*   PROCS: GANNO                                               */
 /*    DATA:                                                     */
 /*                                                              */
 /*     REF: SAS/QC Software:  Examples                          */
 /*    MISC: Before you run this program, include a statement    */
 /*          that associates the fileref name ISHIKAWA with      */
 /*          the program ISHIKAWA that is located in the sample  */
 /*          library.                                            */
 /*                                                              */
 /****************************************************************/

options ps=60 ls=80;
data default;
   input textht     textht2    dfltcol $  fill $
         font $     xfont $    alength    awidth
         lwidth     hsize      vsize      angle
         blength    slength    llength;
   cards;
1.5 1.25 RED E SIMPLEX SWISS 1 0.5 0.25 10 7 75 45 15 3
;

data title;
   length title $ 80;
   input title & $ textht align $ color $ font $;
   cards;
.  . . . .
;

data footnote;
   length footnote $ 80;
   input footnote & $ textht align $ color $ font $;
   cards;
.  . . . .
;

data border;
   input line size color $;
   cards;
. . .
;

data effect;
   length t1-t5 $ 80;
   input fromx      tox        y          shrinkx    shrinky
         trunkth    textht     color $    font $     fill $
         t1 & $     t2 & $     t3 & $     t4 & $     t5 & $ ;
   cards;
10 90 50 0 0 2 . .   SWISS . Photographic  Quality  .  .  .
;

data causes;
   length text1 text2 $ 80;
   input bsl $ side $ length pct color $ text1 & $ text2 & $;
   cards;
BRANCH        T   .  .23   .    Exposing the           Negative
   STEM       .   10 .     .    Photographer           .
      LEAF    .   .  .     .    Steadiness             .
      LEAF    .   .  .     .    Artistic               composition
      LEAF    .   .  .     .    Experience             .
   STEM       .   .  .     .    Camera                 .
      LEAF    .   .  .     .    Age                    .
      LEAF    .   .  .     .    Available              light
      LEAF    .   .  .     .    Shutter                speed
      LEAF    .   .  .     .    FSTOP                  .
      LEAF    .   .  .     .    Mechanical             order
      LEAF    .   .  .     .    Lens                   .
   STEM       .   12 .     .    Lens                   .
      LEAF    .   .  .     .    Focus                  .
      LEAF    .   .  .     .    Speed                  .
      LEAF    .   .  .     .    Grain                  .
      LEAF    .   .  .     .    Scratches              .
      LEAF    .   .  .     .    Dust                   .
   STEM       .   .  .     .    Film                   .
      LEAF    .   .  .     .    Age                    .
      LEAF    .   .  .     .    Speed                  .
      LEAF    .   .  .     .    Quality                .
      LEAF    .   .  .     .    Grain                  .
      LEAF    .   .  .     .    Temperature            .
      LEAF    .   .  .     .    Unexposed              film
BRANCH        B   .  .92   .    Exposing the           Print
   STEM       .   10 .     .    Exposed                negative
      LEAF    .   .  .     .    Dust                   .
      LEAF    .   .  .     .    Scratches              .
      LEAF    .   .  .     .    Proper                 development
   STEM       .   .  .     .    Enlarger               .
      LEAF    .   .  .     .    Lens                   quality
      LEAF    .   .  .     .    Exposure               time
      LEAF    .   .  .     .    Focus                  .
      LEAF    .   .  .     .    Dust                   .
      LEAF    .   .  .     .    Apperture              .
      LEAF    .   .  .     .    Compose/scale          image
   STEM       .   7  .     .    Environment            .
      LEAF    .   .  .     .    Ambient                light
      LEAF    .   .  .     .    Dust                   .
   STEM       .   .  .     .    Paper                  .
      LEAF    .   .  .     .    Chemical               composition
      LEAF    .   .  .     .    Finish                 .
      LEAF    .   .  .60   .    Age                    .
      LEAF    .   .  .     .    Grain                  .
      LEAF    .   .  .95   .    Unexposed              .
      LEAF    .   .  .     .    Blemishes              .
BRANCH        B   .  .35   .    Developing the         Negative
   STEM       .   .  .     .    Environment            .
      LEAF    .   .  .     .    Light                  .
      LEAF    .   .  .     .    Dust                   .
      LEAF    .   .  .     .    Temperature            20C
   STEM       .   .  .     .    Developing             agent
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Time                   (varies)
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Temperature            20C
      LEAF    .   .  .     .    Impurities             .
   STEM       .   .  .     .    Stop                   bath
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Time                   .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Impurities             .
      LEAF    .   .  .     .    Temperature            .
   STEM       .   .  .     .    Fixing                 agent
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Time                   .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Impurities             .
      LEAF    .   .  .     .    Temperature            .
   STEM       .   .  .     .    Clearing               agent
      LEAF    .   .  .     .    Time                   (varies)
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Impurities             .
      LEAF    .   .  .     .    Temperature            20C
   STEM       .   .  .     .    Wetting                agent
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Time                   .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Impurities             .
      LEAF    .   .  .     .    Temperature            .
BRANCH        T   .  .85   .    Developing the         Print
   STEM       .   .  .     .    Environment            .
      LEAF    B   2  .40   .    Dust                   .
      LEAF    T   .  .20   .    Light                  .
      LEAF    T   .  .60   .    Temperature            .
   STEM       .   .  .     .    Developing             agent
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Time                   .
      LEAF    .   .  .     .    Impurities             .
      LEAF    .   .  .     .    Temperature            .
   STEM       .   .  .     .    Stop                   bath
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .18   .    Time                   .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .60   .    Impurities             .
      LEAF    .   .  .     .    Temperature            .
   STEM       .   .  .     .    Fixing                 agent
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .     .    Time                   2-10m
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .     .    Temperature            20C
      LEAF    .   .  .     .    Impurities             .
   STEM       .   .  .     .    Rinsing                agent
      LEAF    .   .  .     .    Agitation              .
      LEAF    .   .  .15   .    Time                   .
      LEAF    .   .  .     .    Strength               .
      LEAF    .   .  .90   .    Impurities             .
      LEAF    .   .  .     .    Temperature            .
   STEM       .   10 .     .    Testing                .
      LEAF    .   .  .     .    Contact                sheet
      LEAF    .   .  .     .    Test                   strips
   STEM       .   .  .     .    Drying                 .
      LEAF    .   .  .     .    Dryer                  temperature
      LEAF    .   .  .     .    Squeegee               .
      LEAF    .   .  .     .    Paper Content          .
      LEAF    .   .  .     .    Air flow               .
;

%include ishikawa / nosource2;

data all;
   set effect causes;
run;

proc ganno anno=all;
   run;
goptions reset=all;