Nilearn: Next steps for Mesh and Surface objects

Created on 3 Feb 2021  路  1Comment  路  Source: nilearn/nilearn

Mesh and surface were introduced in #2474 and #2672.
The next steps are:

  • [ ] Update related functions with backward compatibility
  • [ ] Start deprecating previous usage
  • [ ] Update documentation
Documentation Enhancement

Most helpful comment

I think also this means #2424 is not blocked anymore. And in general Surface Maskers implementation can be done.

Once we have surface maskers, most of our object such as FirstLevelModel() and SecondLevelModle(), Decoder(), CanICA() will be able to accept surface almost seemlessly if we just add a input check and call the appropriate masker. A few functions such as Parcellations() might need a bit more work.

>All comments

I think also this means #2424 is not blocked anymore. And in general Surface Maskers implementation can be done.

Once we have surface maskers, most of our object such as FirstLevelModel() and SecondLevelModle(), Decoder(), CanICA() will be able to accept surface almost seemlessly if we just add a input check and call the appropriate masker. A few functions such as Parcellations() might need a bit more work.

Was this page helpful?
0 / 5 - 0 ratings