Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Aug 17, 2023
1 parent 35b3e0b commit 3668a4f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public static void main( final String[] args ) throws IOException
final Assembler< AffineModel2D, RigidModel2D, AffineModel2D, ZBlockFactory > assembler = new Assembler<>( allItems, solver );
assembler.createAssembly();

// TODO: interface to interpolate many R's into a Z given the weights - should support trivial case of 1 single R to Z

/*
//
// Saving the result
Expand Down

0 comments on commit 3668a4f

Please sign in to comment.