home *** CD-ROM | disk | FTP | other *** search
/ vis-ftp.cs.umass.edu / vis-ftp.cs.umass.edu.tar / vis-ftp.cs.umass.edu / pub / Roads / new_road_scenes / newr.csh < prev    next >
Text File  |  1995-03-27  |  2KB  |  31 lines

  1. #!/usr/local/bin/tcsh -f
  2. cat >sheets/new_road_scenes.map <<EOF
  3. 00 - road_25red.plane road_25green.plane road_25blue.plane
  4. 01 - road_5red.plane road_5green.plane road_5blue.plane
  5. 02 - test10r.plane test10g.plane test10b.plane test10i.plane
  6. 03 - test10r8p.plane test10g8p.plane test10b8p.plane test10i8p.plane test10b8p_wey_scaled.plane test10g8p_wey_scaled.plane test10i8p_wey_scaled.plane test10r8p_wey_scaled.plane test10r8p_wey_vhigh_normal_h.plane test10r8p_wey_vhigh_normal_v.plane test10u8p_wey_vhigh_init_h.plane test10u8p_wey_vhigh_init_v.plane test10u8p_wey_vhigh_normal_h.plane test10u8p_wey_vhigh_normal_v.plane test10u8p_wey_vhigh_weak_h.plane test10u8p_wey_vhigh_weak_v.plane
  7. 04 - test11r.plane test11g.plane test11b.plane test11i8.plane test11i.plane
  8. 05 - test12r.plane test12g.plane test12b.plane test12i.plane test12i8.plane
  9. 06 - test16r.plane test16g.plane test16b.plane test16i.plane
  10. 07 - test16r8p.plane test16g8p.plane test16b8p.plane test16i8p.plane test16i8.plane test16g8p_wey_scaled.plane test16b8p_wey_scaled.plane test16i8p_br_wey_high_normal_h.plane test16i8p_br_wey_high_normal_v.plane test16i8p_none_high_normal_h.plane test16i8p_none_high_normal_v.plane test16i8p_none_scaled.plane test16i8p_wey_scaled.plane test16r8p_wey_high_normal_h.plane test16r8p_wey_high_normal_v.plane test16r8p_wey_scaled.plane test16u8p_wey_high_normal_h.plane test16u8p_wey_high_normal_v.plane test16u8p_wey_high_weak_h.plane test16u8p_wey_high_weak_v.plane
  11. 08 - test2r.plane test2g.plane test2b.plane test2i.plane
  12. 09 - test2r8p.plane test2g8p.plane test2b8p.plane test2i8.plane test2i8p.plane test2b8p_wey_scaled.plane test2g8p_wey_scaled.plane test2i8p_wey_high_normal_h.plane test2i8p_wey_high_normal_v.plane test2i8p_wey_scaled.plane test2r8p_wey_scaled.plane test2u8p_wey_high_addp_h.plane test2u8p_wey_high_addp_v.plane test2u8p_wey_high_init_h.plane test2u8p_wey_high_init_v.plane test2u8p_wey_high_normal_h.plane test2u8p_wey_high_normal_v.plane
  13. 10 - test5r.plane test5g.plane test5b.plane test5i.plane test5i8.plane
  14. EOF
  15. cat >newsh.csh <<EOF
  16. #!/usr/local/bin/tcsh -f
  17. EOF
  18. nawk <sheets/new_road_scenes.map '{print "ISRcreateColorImage " $3 " " $4 " " $5 " ims/" $1 ".gif";print "mv " $1 ".gif " $1;}' >>newsh.csh
  19. cat >>newsh.csh <<EOF
  20. cd ims
  21. cp 00 ../sheets/new_road_scenes.icon.gif
  22. makesheetsGIF.csh * >&../new_road_scenes.sheet.log
  23. EOF
  24. cat >>sheets/new_road_scenes.map <<EOF
  25. xx - d2gtest10b.plane
  26. xx - test10_signr.plane
  27. EOF
  28. chmod +s newsh.csh
  29. newsh.csh&
  30.  
  31.