Question about requirement for original stack for CorrectedImageStack #66
Replies: 1 comment 2 replies
-
The current motion correct types are something we've intended to revamp for a while
The primary workaround for this at the moment is to just not annotate the corrected image series using the CorrectedImageStack type (which exists to relate an 'original' ImageSeries with an existing 'corrected' ImageSeries, both of which assumed to be exist in the same file) Instead, simply do not write the 'original' ImageSeries in the same file (perhaps save to a different file for provenance, a kind reminder that the DANDI archive will take files up to 5 TB in size free of charge), and only include the corrected series as the primary ImageSeries of the file
Yes, that workaround has been used to create NWB files before, however
for this reason and some others, the DANDI archive does not currently support external links of this form |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
It seems that the
original
property is needed for the CorrectedImageStack type. I would argue that in many cases it is undesirable to add the original two photon data in the NWB file 1) because it can take up a lot of data space and 2) because the utility of this is very low as common motion correction algorithms are good at stabilising images and represent the original data accurately.What are thoughts on this? Are there known workarounds, like adding a link the an external two-photon series with a pathname that is relative to system that generates the nob file, but not resolvable by anyone else?
Beta Was this translation helpful? Give feedback.
All reactions