{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":161368346,"defaultBranch":"master","name":"ciatah","ownerLogin":"bahanonu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-12-11T17:15:40.000Z","ownerAvatar":"https://github.com/avatars/u/5241605?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1721775369.0","currentOid":""},"activityList":{"items":[{"before":"c168e84f238160a13bccc8c2fb809396cee673cc","after":"53a811d6df7a94efa6480a56568ce0e073fd7402","ref":"refs/heads/master","pushedAt":"2024-07-23T22:53:35.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Merge pull request #140 from bahanonu/bahanonu/functionUpdates\n\nNew motion correction methods, CIAtah QoL updates, etc.","shortMessageHtmlLink":"Merge pull request #140 from bahanonu/bahanonu/functionUpdates"}},{"before":"91db13f1901a6241789b6234f26831743dc150ff","after":"c5d05787f2c1a6368a69a1d58d75acb67008abf9","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2024-07-23T22:12:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update loadDependencies.m","shortMessageHtmlLink":"Update loadDependencies.m"}},{"before":"4ce5a7aee0c4914d29f2fef39aae8ffee8f5597d","after":"91db13f1901a6241789b6234f26831743dc150ff","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2024-07-23T22:00:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"New motion correction methods, QoL updates, etc.\n\n## Main features and changes:\n- Increment to CIAtah version `4.11.0`.\n- Addition of additional spinal cord motion correction functions and demos. These allow for correction of large motion (LD-MCM), non-rigid motion (displacement fields), and cross-session registration (CS-MCM). See below for details of function or https://bahanonu.github.io/ciatah/pipeline_detailed_spinal.\n- Improved DeepLabCut importer function to also allow output of tensors with all tracking data.\n- QoL improvements for a number of CIAtah functions and class methods.\n- Updated `README` to include additional information on spinal cord imaging, Fiji + N5 viewing of files, and other changes.\n\n## New functions\n- `ciapkg.demo.cross_session_motion_correction` - Script to allow multi-step cross-session registration directly on movies. Includes automated registration as well as the ability to perform manual correction to help with large or unusual shifts using a GUI.\n- `ciapkg.demo.displacementFields` - Displacement field motion correction example across several images. This is to help validate that motion correction will work on user systems.\n- `ciapkg.demo.ldmcm` -\n- `ciapkg.motion_correction.ldmcm` - LD-MCM motion correction using deep learning and control point registration. This demo script includes the necessary steps that need to be run after conducting DeepLabCut-based tracking of features in the imaging movie.\n- `ciapkg.video.scaleMatrix8bit` - Scales an input matrix to 8-bit (256) range. Can also save video out to an AVI file.\n- `ciapkg.view.displacementFieldCompare` -Displays different frames along with the displacement fields.\n\n## Updated `@ciatah`\n- `ciatah.computeManualSortSignals` - Update display of information.\n- `ciatah.computeMatchObjBtwnTrials` - Added the option to only keep cells within a specific region of the FOV, useful for when want to register cells in a single region and don't want other cells affecting alignment. Add support for normcorre and imregdemons for registration.\n- `ciatah.getRegistrationSettings` - Add support for gradient-based filtering for motion correction input. Add displacement field-based motion correction. (Updated 2024.02.29 [18:17:06])\n- `ciatah.modelBatchCopyFiles` - Easier user switching between copying or moving files.\n- `ciatah.modelExtractSignalsFromMovie` - Allow input of images from one cell extraction method to CELLMax and EXTRACT, e.g. run PCA-ICA quickly then use as input. Update ROI method of calling other algorithm images.\n- `ciatah.modelGetSignalsImage` - Added support for registering images (e.g. after cross-day registration) using multiple methods instead of just turboreg.\n- `ciatah.modelPreprocessMovieFunction` - Updated NormCorre parameter window to estimate window size from the first frame. Make correlation calculation parallel. Allow detrend movie to use movie subsets to reduce memory overhead. Reduce double calling of mean() for calculation and plotting when conducting detrending. Further eliminate nanmean/nanmin/nanmax usage, use dims instead of (:) [waste memory], and general refactoring. Fix thisMovieMinMask(row,:) = logical(max(isnan(squeeze(thisMovie(row,:,:))),[],2,'omitnan')); as was 3 instead of row. Add support for input of prior motion correction coordinates to be user facing. Empty imagesc() call leading to face appearing. For the curious, see https://blogs.mathworks.com/steve/2006/10/17/the-story-behind-the-matlab-default-image/.\n- `ciatah.modelVarsFromFiles` - CELLMax by default uses the estimated dF/F.\n- `ciatah.modelVerifyDataIntegrity` - Updated movieInformation to have additional movie information.\n- `ciatah.runPipeline` - Use guiFoldersSelected to remember prior user selected folders on next call of CIAtah GUI.\n- `ciatah.viewMatchObjBtwnSessions` - Additional options for choosing which cells to display and additional cellmaps saved out as TIFF files.\n- `ciatah.viewMovie` - Fix readHDF5Subset function unable to be found in certain cases.\n- `ciatah.viewObjmaps` - Update display of cell overlap.\n- `` -\n\n## Updated `+ciapkg`\n- `ciapkg.behavior.importDeepLabCutData` - Added conversion to tensor and cell to the import function from other functions.\n- `ciapkg.classification.matchObjBtwnTrials` - Made ability to switch between different motion correction and image alignment methods user visible.\n- `ciapkg.download.downloadGithubRepositories` - Automatically convert string inputs to character arrays.\n- `ciapkg.download.example_downloadTestData` - Added additional link.\n- `ciapkg.hdf5.appendDataToHdf5.m` - Flag to silence command line output.\n- `ciapkg.hdf5.downsampleHdf5Movie` - Integrated TIFF support from other functions. options.newFilenameTwo is sufficient to initiate secondary movie downsampling. Option to convert data type during downsampling.\n- `ciapkg.image.cropMatrix` - Update to callback. Added support for automatic detection of crop borders from main pre-processing functions. Remove workspace unpacking of options.\n- `ciapkg.image.thresholdImages` - fastThresholding respects normalization=0, so threshold functions as absolute value. Also make sure remove unconnected works with fastThresholding at all times.\n- `ciapkg.io.getMovieFileType` - Added mp4 support to output.\n- `ciapkg.io.loadDependencies` - Update Bio-Formats to 7.3.0.\n- `ciapkg.motion_correction.computeManualMotionCorrection` - Better support for adding custom fill values for both translation and rotation.\n- `ciapkg.motion_correction.getNoRMCorreParams` - Change default parameters and run final output through NoRMCorre parameter function to reduce chance of errors.\n- `ciapkg.motion_correction.turboregMovie` - Changes to GUI display. Correct user options input to normcorre.apply_shifts. Add displacement field-based motion correction. Add back in ability to remove NaNs from each frame before calculating shifts or displacements. Add support for gradient-based filtering for motion correction input. Support loading of prior coordinates from MAT-file in standard of modelPreprocessMovieFunction. Added additional options for displacement field-based motion correction. Update to row assignment for removeInputMovieEdges.\n- `ciapkg.movie_processing.detrendMovie` - Fix detrendDegree passing.\n- `ciapkg.movie_processing.dfofMovie` - Updated to allow users to adjust movies with negative values.\n- `ciapkg.movie_processing.normalizeMovie` - matlabdisk no longer converts to cell array, bad memory usage. Improve other memory usage in function. Change how NaN check before filtering is run. Remove on a per-frame basis so that the NaNs can be added back in at the correct pixel locations. Further eliminate nanmean/nanmin/nanmax usage, use dims instead of (:) [waste memory], and general refactoring. Added movie subset support to reduce memory usage with parfor. Fix detrendDegree passing. Added subfxnFft movie subset support to reduce memory usage with parfor.\n- `ciapkg.overloaded.suptitle` - Added font name option.\n- `ciapkg.settings.cnmfeSettings` - Updated merge settings to reduce duplicates in output.\n- `ciapkg.view.playMovie` - Users can now input a cell array of movies to have the extra movie play instead of the 'extraMovie' option. Added support for additional NWB series.\n\n## Updated `docs`\n- `help_spatial_filtering`\n- `pipeline_detailed_signal_extraction_validation`\n- `pipeline_detailed_signal_sorting_manual`","shortMessageHtmlLink":"New motion correction methods, QoL updates, etc."}},{"before":"03681823bacc53654b86fc142b5853889bff2c86","after":"2c72a138dc234b2b309d0b1160ba18ac2ee567fa","ref":"refs/heads/gh-pages","pushedAt":"2024-05-02T00:23:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"1f656c90f02fd59199fbf751ea9f2138c214c100","after":"03681823bacc53654b86fc142b5853889bff2c86","ref":"refs/heads/gh-pages","pushedAt":"2024-05-02T00:15:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"ddf097807ec4390aa25d153375808a0e5b834a66","after":"1f656c90f02fd59199fbf751ea9f2138c214c100","ref":"refs/heads/gh-pages","pushedAt":"2024-05-01T23:50:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"2f14f0bc1442cb0c12df93d4d2602b2d9557638d","after":"ddf097807ec4390aa25d153375808a0e5b834a66","ref":"refs/heads/gh-pages","pushedAt":"2024-03-28T00:12:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"cbaf6521cfd00489045da32e475203c1ec3f0fd0","after":"2f14f0bc1442cb0c12df93d4d2602b2d9557638d","ref":"refs/heads/gh-pages","pushedAt":"2024-03-27T22:57:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"89fc0f81b8532118692d0fb2fff9c7e75a3ecaca","after":"c168e84f238160a13bccc8c2fb809396cee673cc","ref":"refs/heads/master","pushedAt":"2024-03-20T06:35:59.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Merge pull request #139 from bahanonu/bahanonu/functionUpdates\n\nUpdate README, docs, license, and example data","shortMessageHtmlLink":"Merge pull request #139 from bahanonu/bahanonu/functionUpdates"}},{"before":"e659ff10b30cfa4ba69874953e349179739376dc","after":"4ce5a7aee0c4914d29f2fef39aae8ffee8f5597d","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2024-03-20T06:34:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Add additional example data","shortMessageHtmlLink":"Add additional example data"}},{"before":"a04c55fcab1a30cbbf26fda97704409b8d08b579","after":"e659ff10b30cfa4ba69874953e349179739376dc","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2024-03-20T06:33:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update README, docs, and license","shortMessageHtmlLink":"Update README, docs, and license"}},{"before":"055e824b057a5a37de6e51ecf42591869abb7d65","after":"cbaf6521cfd00489045da32e475203c1ec3f0fd0","ref":"refs/heads/gh-pages","pushedAt":"2024-03-13T02:57:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"be9e53229f8714b39d2cb7e26f7afccb7b9b0f2b","after":"89fc0f81b8532118692d0fb2fff9c7e75a3ecaca","ref":"refs/heads/master","pushedAt":"2023-12-18T00:44:43.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Merge pull request #136 from bahanonu/bahanonu/functionUpdates\n\nFile IO, movie playing, and GUI updates; add open field annotation","shortMessageHtmlLink":"Merge pull request #136 from bahanonu/bahanonu/functionUpdates"}},{"before":"48417bce6ea413e2429b1180c5668ecf083058b6","after":"a04c55fcab1a30cbbf26fda97704409b8d08b579","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2023-12-17T23:32:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"c2b8a645e41963520920b8187546da83a5480006","after":"48417bce6ea413e2429b1180c5668ecf083058b6","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2023-12-17T23:27:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"File IO, movie playing, and GUI updates; add open field annotation\n\n## Main features and changes:\n- Increment to CIAtah version `4.6.1`.\n\n## New functions\n- `ciapkg.behavior.importDeepLabCutData` (see prior pull request).\n- `ciapkg.tracking.annotateOpenFieldParameters` - Requests information on arena size and center area for open field analysis from circular or square arenas.\n\n## Updated `@ciatah`\n- `ciatah` - Add guiFoldersSelected, prior user selected folders kept on next call.\n- `ciatahMainGui` - List of files in selected folder now contain file dates. Folder are now sorted to appear first in the list. Get around error with incorrect filter for input images applied. Allow user to reset folders along with prior select folders stay selected on next reload of object.\n\n## Updated `+ciapkg`\n- 'ciapkg.io.loadMovieList' - Added mp4 support. Update AVI support to do additional cdata checks. To reduce automatic conversion to double when reading HDF5 with largeMovieLoad=1 and a specific set of frames, force outputMovie default value to be single. This is made consistent across all image types, checks if float or not then re-initializes default outputMovie.\n- `ciapkg.io.readFrame` - Update AVI support to do additional cdata checks. Add support for reading multiple files if a character cell array of char vectors is given. Add bioformats passing arguments for loadMovieList as options.\n- `ciapkg.io.loadDependencies` - Ensure display location of SlideBook6Reader.jar saving. Add success output.\n- `ciapkg.io.saveMatrixToFile` - Comment updates.\n- `ciapkg.view.playMovie` - Add support for mp4 files. Add support for overlaying DeepLabCut markers on the movie (including with confidence measure). Users can change size of overlay markers. Change default colormap to gray. Added downsample (both type) support for extra movie, mirrors what happens in the 1st movie. Also improved downsampling when just subsampling by removing unnecessary calls to imresize. Improved tracking point handling to ensure in the correct axes and can turn off prior frame tracking. Better handling of quiver plots with tracking. Convert all nanmin/nanmax to 'omitnan' and (:) to [1 2 3 4] to ensure compatible with 3- and 4-d tensors. Additional Bio-Formats support.\n- `ciapkg.view.changeFont` - Update to handle legend, since use TextColor property instead of Color for text. Users can also put in a blank fontSize to avoid changing that property, can skip UI that would normally appear.\n- `ciapkg.view.setFigureDefaults` - Disable Matlab UI font size change for code and text, that is left to the user.","shortMessageHtmlLink":"File IO, movie playing, and GUI updates; add open field annotation"}},{"before":"af1472c3b7e7712250831745bf153177598975ec","after":"be9e53229f8714b39d2cb7e26f7afccb7b9b0f2b","ref":"refs/heads/master","pushedAt":"2023-12-17T22:59:56.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Merge pull request #135 from bahanonu/bahanonu/functionUpdates\n\nDeepLabCut import function","shortMessageHtmlLink":"Merge pull request #135 from bahanonu/bahanonu/functionUpdates"}},{"before":"dabd516d3e72370ad00acca2e2e79ba9a3ff7f1a","after":"c2b8a645e41963520920b8187546da83a5480006","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2023-12-17T22:59:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Create importDeepLabCutData.m\n\n- Loads DeepLabCut processed CSV files and loads into a table or structure for use by other functions.","shortMessageHtmlLink":"Create importDeepLabCutData.m"}},{"before":"edff76b580488ae3bd48634c47467ceed4ce3af9","after":"af1472c3b7e7712250831745bf153177598975ec","ref":"refs/heads/master","pushedAt":"2023-06-12T22:58:12.570Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Merge pull request #132 from bahanonu/bahanonu/functionUpdates\n\nUpdate README.md","shortMessageHtmlLink":"Merge pull request #132 from bahanonu/bahanonu/functionUpdates"}},{"before":"55e2ffb89475181600db8e655c79b9da41ac96c8","after":"dabd516d3e72370ad00acca2e2e79ba9a3ff7f1a","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2023-06-12T22:57:26.048Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"f25f27660d985795ccb1012a799ab7e0d7afc596","after":"edff76b580488ae3bd48634c47467ceed4ce3af9","ref":"refs/heads/master","pushedAt":"2023-06-12T22:56:24.914Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Merge pull request #131 from bahanonu/bahanonu/functionUpdates\n\nUpdate README.md","shortMessageHtmlLink":"Merge pull request #131 from bahanonu/bahanonu/functionUpdates"}},{"before":"fba08ab6780f21c9c0b9c2c23c6ce9b7bd829705","after":"55e2ffb89475181600db8e655c79b9da41ac96c8","ref":"refs/heads/bahanonu/functionUpdates","pushedAt":"2023-06-12T22:55:53.072Z","pushType":"push","commitsCount":1,"pusher":{"login":"bahanonu","name":"Biafra Ahanonu","path":"/bahanonu","primaryAvatarUrl":"https://github.com/avatars/u/5241605?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEh1sqiwA","startCursor":null,"endCursor":null}},"title":"Activity ยท bahanonu/ciatah"}