Skip to content
Snippets Groups Projects
Commit 902f60db authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Clean up: Remove email addresses from author tags

parent 2987af7f
Branches
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -44,7 +44,7 @@ import net.imglib2.type.NativeType;
/**
* Abstract {@link ViewerSetupImgLoader} with a VolatileGlobalCellCache.
*
* @author Stephan Saalfeld <saalfelds@janelia.hhmi.org>
* @author Stephan Saalfeld
*/
abstract public class AbstractCachedViewerSetupImgLoader< T extends NativeType< T > , V extends Volatile< T > & NativeType< V >, A extends VolatileAccess >
extends AbstractViewerSetupImgLoader< T, V >
......
......@@ -91,7 +91,7 @@ import net.imglib2.util.Intervals;
* A data-set can be stored in a single hdf5 file or split across several hdf5
* "partitions" with one master hdf5 linking into the partitions.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class WriteSequenceToHdf5
{
......
......@@ -32,7 +32,7 @@ package bdv.img.hdf5;
* The dimensions of an image and a flag indicating whether that image
* exists (can be loaded)
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class DimsAndExistence
{
......
......@@ -57,7 +57,7 @@ import ch.systemsx.cisd.hdf5.IHDF5Reader;
* The HDF5 fileId is extracted from a jhdf5 HDF5Reader using reflection to
* avoid having to do everything ourselves.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
class HDF5AccessHack implements IHDF5Access
{
......
......@@ -44,7 +44,7 @@ import mpicbg.spim.data.sequence.ViewId;
* created using the Partition information (without looking at the constituent
* files).
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class Partition
{
......
......@@ -37,7 +37,7 @@ import java.util.HashMap;
*
* <a href="http://openconnecto.me/ocp/ca/bock11/info/">http://openconnecto.me/ocp/ca/bock11/info/</a>
*
* @author Stephan Saalfeld &lt;saalfelds@janelia.hhmi.org&gt;
* @author Stephan Saalfeld
*/
public class OpenConnectomeDataset implements Serializable
{
......
......@@ -35,7 +35,7 @@ import java.io.Serializable;
*
* {@linkplain }
*
* @author Stephan Saalfeld &lt;saalfelds@janelia.hhmi.org&gt;
* @author Stephan Saalfeld
*/
public class OpenConnectomeProject implements Serializable
{
......
......@@ -54,7 +54,7 @@ import mpicbg.spim.data.sequence.TimePoints;
import mpicbg.spim.data.sequence.ViewId;
/**
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class MergeExample
{
......
......@@ -43,7 +43,7 @@ import bdv.viewer.animate.OverlayAnimator;
* Draw one line of text in the center or bottom right of the display. Text is
* fading in and out.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class BookmarkTextOverlayAnimator implements OverlayAnimator
{
......
......@@ -72,7 +72,7 @@ import net.imglib2.type.numeric.ARGBType;
/**
* Adjust brightness and colors for individual (or groups of) {@link BasicViewSetup setups}.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
@Deprecated
public class BrightnessDialog extends DelayedPackDialog
......
......@@ -49,7 +49,7 @@ import bdv.util.BoundedValueDouble;
* An {@link UpdateListener} (usually a GUI component) can be notified about
* changes.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class MinMaxGroup extends BoundedIntervalDouble
{
......
......@@ -49,7 +49,7 @@ import mpicbg.spim.data.XmlHelpers;
* <li>No group is empty.</li>
* </ol>
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
@Deprecated
public class SetupAssignments
......
......@@ -56,7 +56,7 @@ import bdv.viewer.Source;
* This {@link ImgLoader} provides views and transformations into a cropped
* region of a data-set (provided by list of {@link Source Sources}).
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class CropImgLoader implements BasicImgLoader
{
......
......@@ -36,7 +36,7 @@ import net.imglib2.util.LinAlgHelpers;
* {@link AffineTransform3D}. Note that most of these helpers assume additional
* restrictions on the affine transform.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class Affine3DHelpers
{
......
......@@ -35,7 +35,7 @@ package bdv.util;
* {@link BoundedValue#setUpdateListener(UpdateListener) minimum and maximum}
* values and/or overriding the {@link #updateInterval(int, int)} method.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class BoundedInterval
{
......
......@@ -35,7 +35,7 @@ package bdv.util;
* {@link BoundedValueDouble#setUpdateListener(UpdateListener) minimum and maximum}
* values and/or overriding the {@link #updateInterval(double, double)} method.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class BoundedIntervalDouble
{
......
......@@ -33,7 +33,7 @@ package bdv.util;
* {@link #setUpdateListener(UpdateListener) listener} is notified when the
* value or its allowed range is changed.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class BoundedValue
{
......
......@@ -33,7 +33,7 @@ package bdv.util;
* {@link #setUpdateListener(UpdateListener) listener} is notified when the
* value or its allowed range is changed.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public class BoundedValueDouble
{
......
......@@ -45,7 +45,7 @@ import net.imglib2.view.Views;
*
* @param <T>
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public abstract class RealRandomAccessibleSource< T extends Type< T > > implements Source< T >
{
......
......@@ -44,7 +44,7 @@ import net.imglib2.realtransform.AffineTransform3D;
* {@link TimePoint#getId() id}. This timepoint index is an index into the
* ordered list of timepoints {@link TimePoints#getTimePointsOrdered()}.
*
* @author Tobias Pietzsch &lt;tobias.pietzsch@gmail.com&gt;
* @author Tobias Pietzsch
*/
public interface Source< T >
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment