Skip to content

Commit efd3020

Browse files
Merge pull request #100 from DiamondLightSource/change-cor-sweep-pipeline-params
Remove normalisation functions from CoR pipeline
2 parents 1bc40ef + 8c05c90 commit efd3020

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

frontend/src/components/workflows/sweepPipeline/SubmissionFormCOR.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,6 @@ const SubmissionFormCOR = (props: {
160160
module_path: module_path,
161161
parameters: updatedLoaderParams,
162162
},
163-
{
164-
method: "normalize",
165-
module_path: "tomopy.prep.normalize",
166-
parameters: { cutoff: null, averaging: "mean" },
167-
},
168-
{
169-
method: "minus_log",
170-
module_path: "tomopy.prep.normalize",
171-
parameters: {},
172-
},
173163
{
174164
method: "recon",
175165
module_path: "tomopy.recon.algorithm",

0 commit comments

Comments
 (0)