Skip to content

Commit

Permalink
adding copyright notice to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Jun 13, 2023
1 parent 6efb8f8 commit 59bd0cd
Show file tree
Hide file tree
Showing 22 changed files with 86 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cellpose/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os, glob, pathlib, time
import numpy as np
from natsort import natsorted
Expand Down
4 changes: 4 additions & 0 deletions cellpose/cli.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu and Michael Rariden.
"""

import argparse


Expand Down
4 changes: 4 additions & 0 deletions cellpose/core.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, sys, time, shutil, tempfile, datetime, pathlib, subprocess
import logging
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions cellpose/dynamics.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import time, os
from scipy.ndimage import maximum_filter1d, find_objects
import torch
Expand Down
4 changes: 4 additions & 0 deletions cellpose/gui/gui.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os, pathlib, warnings, datetime, tempfile, glob, time
import gc
from natsort import natsorted
Expand Down
4 changes: 4 additions & 0 deletions cellpose/gui/guiparts.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import PyQt5
from PyQt5 import QtGui, QtCore, QtWidgets
from PyQt5.QtGui import QPainter, QPixmap
Expand Down
4 changes: 4 additions & 0 deletions cellpose/gui/io.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, datetime, gc, warnings, glob, shutil, copy
from natsort import natsorted
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions cellpose/gui/menus.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import PyQt5
from PyQt5.QtWidgets import QAction
from . import io
Expand Down
4 changes: 4 additions & 0 deletions cellpose/io.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, datetime, gc, warnings, glob, shutil
from natsort import natsorted
import numpy as np
Expand Down
3 changes: 3 additions & 0 deletions cellpose/metrics.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""
import numpy as np
from . import utils, dynamics
from numba import jit
Expand Down
4 changes: 4 additions & 0 deletions cellpose/models.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, sys, time, shutil, tempfile, datetime, pathlib, subprocess
from pathlib import Path
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions cellpose/plot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os
import numpy as np
import cv2
Expand Down
3 changes: 3 additions & 0 deletions cellpose/resnet_torch.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, sys, time, shutil, tempfile, datetime, pathlib, subprocess
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions cellpose/test_mkl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, sys
os.environ["MKLDNN_VERBOSE"]="1"
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions cellpose/transforms.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import numpy as np
import warnings
import cv2
Expand Down
4 changes: 4 additions & 0 deletions cellpose/utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import os, warnings, time, tempfile, datetime, pathlib, shutil, subprocess
from tqdm import tqdm
from urllib.request import urlopen
Expand Down
4 changes: 4 additions & 0 deletions cellpose/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

from importlib.metadata import PackageNotFoundError, version
import sys
from platform import python_version
Expand Down
4 changes: 4 additions & 0 deletions paper/1.0/cp_unets.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os, time, string, shutil
from natsort import natsorted
from glob import glob
Expand Down
4 changes: 4 additions & 0 deletions paper/1.0/performance_figs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os
import numpy as np
import matplotlib.pyplot as plt
Expand Down
4 changes: 4 additions & 0 deletions paper/2.0/datasets.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os, argparse
from tifffile import imread, imsave
import numpy as np
Expand Down
4 changes: 4 additions & 0 deletions paper/2.0/train_specialists.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os, argparse, time
import numpy as np
from glob import glob
Expand Down
4 changes: 4 additions & 0 deletions paper/2.0/train_subsets.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"""
Copright © 2023 Howard Hughes Medical Institute, Authored by Carsen Stringer and Marius Pachitariu.
"""

import sys, os, argparse
from tifffile import imread, imsave
import numpy as np
Expand Down

0 comments on commit 59bd0cd

Please sign in to comment.