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
I have a dataset consisting of a compound datatype:
Name - 64 characters
AcquisitionTimeUTC - I64LE
CenterZ - F64LE
PixelSizeZ - F64LE
I write all the rows of the dataset at one time. When I browse through the HSDS objects and download the dataset, I see that the data was written correctly. If I only want to return the Names for all the rows, it says it is successful but the 2nd Name starts with data from the 1st AcquisitionTimeUTC row.
The text was updated successfully, but these errors were encountered:
I have a dataset consisting of a compound datatype:
I write all the rows of the dataset at one time. When I browse through the HSDS objects and download the dataset, I see that the data was written correctly. If I only want to return the Names for all the rows, it says it is successful but the 2nd Name starts with data from the 1st AcquisitionTimeUTC row.
The text was updated successfully, but these errors were encountered: