Skip to content

Commit

Permalink
Add de-streaking filter for jrc_mus_cerebellum_3
Browse files Browse the repository at this point in the history
  • Loading branch information
minnerbe committed Jan 15, 2025
1 parent fb22e6c commit 2c574ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions render-ws/src/main/scripts/jetty/resources/filter_lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,15 @@
}
],

"jrc_mus_cerebellum_3-destreak-16bit" : [
{
"className" : "org.janelia.alignment.destreak.LocalSmoothMaskStreakCorrector16Bit",
"parameters" : {
"dataString" : "6161,8190,50,8,0.0,5,8.0,0.05"
}
}
],

"simpleTest" : [
{
"className" : "org.janelia.alignment.filter.CLAHE",
Expand Down

0 comments on commit 2c574ad

Please sign in to comment.