
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
A package made for stitching ROIs into OME-TIFFS and additional OME-TIFF editing tools
To install the package, use the following command:
pip install mcd_stitcher
Python >3.11
The following packages will installed automatically:
click
numpy
pandas
python_dateutil
xarray
zarr
scikit-image
tifffile
xmltodict
Command:
imc2zarr <mcd_folder> <zarr_folder>
Description: Converts MCD files to Zarr format.
Arguments:
<mcd_folder>/Zarr_converted
will be automatically created.Notes:
Command:
zarr_stitch <zarr_folder>
Description: Stitches Zarr files into a multi-channeled OME-TIFF.
Arguments:
Notes:
<zarr_folder>
should only contain folders with Zarr data. Empty or unexpected folder structures will be skipped.error_log.txt
in the input directory._stitched.ome.tiff
appended to the original filename.Command:
mcd_stitch <mcd_folder> [<zarr_folder>] [--lzw]
Description: Combines the MCD to Zarr conversion and Zarr stitching into a single command.
Arguments:
<mcd_folder>/Zarr_converted
will be automatically created.Command:
tiff_subset <tiff_path> [-c] [-p] [-f CHANNELS]
Description: A function that allows you to remove background channels, view all channels in an OME-TIFF, and generate OME-TIFF with pyramid and tiles.
Arguments:
Notes:
-f
flag (if used) must be the last argument in the command.error_log.txt
in the input directory.Examples:
List channels in a TIFF file:
tiff_subset "path/to/file.ome.tiff" -c
Subset channels 12 to 46:
tiff_subset "path/to/file.ome.tiff" -f "12-46"
Subset all TIFF files in a directory:
tiff_subset "path/to/directory" -f
Notes:
_filtered.ome.tiff
appended to the original filename.Subset Tiff files with Pyramid and Tile Generation:
tiff_subset "path/to/file.ome.tiff" -p -f
Notes:
_filtered_pyramid.ome.tiff
appended to the original filename.This project is licensed under the GNU General Public License v3.0 License. See the LICENSE file for details.
If you encounter any issues, please open a ticket on the issue tracker.
FAQs
MCD to Zarr conversion and stitching
We found that mcd-stitcher demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.