You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a TIFF file is missing the "axes" tag, Cytokit issues a warning, in which it prints all the tags found and their contents. Sometimes files have tags such as "LUTs" or "Overlays" which contain large arrays and when these are printed they fill the logs with superfluous text.
One way to get around this is to pass export PYTHONWARNINGS="ignore" before running Cytokit, but this might mean we miss other important warnings.
Are there better ways to circumvent this? E.g. adding the "axes" tag, or removing the "LUTs"/"Overlays" tags?
The text was updated successfully, but these errors were encountered:
If a TIFF file is missing the "axes" tag, Cytokit issues a warning, in which it prints all the tags found and their contents. Sometimes files have tags such as "LUTs" or "Overlays" which contain large arrays and when these are printed they fill the logs with superfluous text.
One way to get around this is to pass
export PYTHONWARNINGS="ignore"
before running Cytokit, but this might mean we miss other important warnings.Are there better ways to circumvent this? E.g. adding the "axes" tag, or removing the "LUTs"/"Overlays" tags?
The text was updated successfully, but these errors were encountered: