IJ.log("Lasers");
Vector v = new Vector();
while (tag.entry != 0x0FFFFFFFF) {
tag = getScanInfoTag(stream);
if (Laser.isLaser(tag.entry)) {
Laser l = new Laser();
while (tag.entry != 0x0FFFFFFFF) {
tag = getScanInfoTag(stream);
if (IJ.debugMode)
IJ.log("Lasertag: " + Long.toHexString(tag.entry));
if (tag.entry != 0x0FFFFFFFF)