{{{tell application "Finder" to set homePath to (home as string)

set pixel to latLongToPixel(45.5192, -122.6856)

tell application "Adobe Photoshop CS"

end tell

on latLongToPixel(lat, long)

end latLongToPixel}}}