I'm not entirely certain, but I think this forum is most appropriate for this question.
I know the location of three observers. A nearby source, who's location is unknown emits a beam of radiation at an unknown time. I know the time at which each observer "saw" the radiation, and I also know the propagation speed of the beam (namely, the speed of light).
Is there a way to determine the location of the source? Or, perhaps, to determine some bits of information about it's location (its direction, etc)? I've been doing some research into multilateration techniques, however I'm unable to find anything that solves this particular problem.
[EDIT]:
This seems to be similar to what I'm after: Multilateration Code
Namely, I want to code an algorithm that, given the timestamps and locations of the observers, can compute the location of many sources. However, the answers to the above question aren't particularly useful.

