SainsburyWellcomeCentre / ara_tools

Analysis of mouse brain STP data with respect to the Allen Reference Atlas
GNU Lesser General Public License v3.0
7 stars 6 forks source link

rescaleAllSparsePoints needs to make logging .mat file #11

Open raacampbell opened 5 years ago

raacampbell commented 5 years ago

This is the file that invertExportedSparseFiles uses (or can use) to work out what to transform. So it should be saved along with the data. Could also consider writing column names onto data. Which would make things less confusing.

raacampbell commented 5 years ago

Looking at this again, it's probably better to ditch this file. It contributes nothing. The rescale amount we know from the .txt log files made when the images are downsampled. We can just assume that all .csv files in the downsampled directory contain sparse points.

raacampbell commented 4 years ago

Logging file should not be a .mat file, as we need to be more compatible with Python.