[GRASS-dev] naming for replacements of v6 i.photo.2image & i.image.2target

Hi,

In V6:

i.photo.2image

i.image.2target

for dev of the modules I named them by concatenating their v6 names:

g.gui.iphoto2image (gui/wxpython/iphoto2image)

g.gui.iimage2target (gui/wxpython/iimage2target)

anybody feeling like giving them more practical (shorter) names?

Please feel free to propose or even rename directly in the SVN tree,

Yann

Yann:

Hi,

In V6:

i.photo.2image

i.image.2target

These could (also) be

`i.from.photo` and `i.to.target` since `i` is already image

or

`i.fiducial` and `i.controlpoints`

?

for dev of the modules I named them by concatenating their v6 names:

g.gui.iphoto2image (gui/wxpython/iphoto2image)

g.gui.photo2image
g.gui.fiducial

g.gui.iimage2target (gui/wxpython/iimage2target)

g.gui.image2target
g.gui.controlpoints

Nikos

anybody feeling like giving them more practical (shorter) names?

Please feel free to propose or even rename directly in the SVN tree,