[GRASS5] file clones in imagery modules

Markus Neteler neteler at itc.it
Thu Jul 14 10:01:53 EDT 2005


Hi,

what to do withh all the clones files in
imagery/?

imagery]$ find . -name defs.h
./i.ortho.photo/photo.2target/defs.h
./i.ortho.photo/photo.rectify/defs.h
./i.ortho.photo/photo.2image/defs.h
./i.points/defs.h
./i.vpoints/defs.h
./i.class/defs.h

find . -name ask.c
./i.ortho.photo/photo.2target/ask.c
./i.ortho.photo/photo.2image/ask.c
./i.points/ask.c
./i.vpoints/ask.c

find . -name target.c
./i.rectify/target.c
./i.ortho.photo/photo.2target/target.c
./i.ortho.photo/photo.rectify/target.c
./i.ortho.photo/photo.2image/target.c
./i.points/target.c
./i.vpoints/target.c

find . -name cell.c
./i.ortho.photo/photo.2target/cell.c
./i.ortho.photo/photo.2image/cell.c
./i.points/cell.c
./i.vpoints/cell.c

and so on. While starting to clean the file name length mess
in some of the imagery modules I discovered again that lots
of copies are floating around. Time to clean up!

Should the functions be moved to imagery library?

Markus




More information about the grass-dev mailing list