Skip to content

Commit

Permalink
docs: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 7, 2022
1 parent eae8ec7 commit 9edea62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
- setup: remove deprecated setup.py test
- setup: bump dclab to 0.33.1 (filters were ignored when exporting
trace data to hdf5,
see https://github.com/ZELLMECHANIK-DRESDEN/DCKit/issues/17)
see https://github.com/DC-analysis/DCKit/issues/17)
2.6.0
- feat: add background correction in quickview (#54)
- fix: workaround for different plot widths due to title label (#33)
Expand Down
2 changes: 1 addition & 1 deletion docs/sec_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ your data analysis from Shape-Out 1 to Shape-Out 2:
- Shape-Out 2 does not anymore support the .tdms file format. If you
would like to use .tdms data in Shape-Out 2, you have to convert those
data to the .rtdc file format first. You can do just that with
`DCKit <https://github.com/ZELLMECHANIK-DRESDEN/DCKit/releases/latest>`_,
`DCKit <https://github.com/DC-analysis/DCKit/releases/latest>`_,
which provides a convenient GUI for several other RT-DC data
management tasks as well. The .rtdc file format is faster, occupies less
space on disk, and consists of only one file per measurement
Expand Down
2 changes: 1 addition & 1 deletion shapeout2/gui/quick_view/qv_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def get_event_image(self, ds, event):
if state["event"]["image contour"]:
# Compute contour image from mask. If you are wondering
# whether this is kosher, please take a look at issue #76:
# https://github.com/ZELLMECHANIK-DRESDEN/dclab/issues/76
# https://github.com/DC-analysis/dclab/issues/76
cont = mask ^ binary_erosion(mask)
# set red contour pixel values in original image
cellimg[cont, 0] = int(255*.7)
Expand Down

0 comments on commit 9edea62

Please sign in to comment.