30:bd13c2ae3450 | 32:56c8adc32b09 |
---|---|
66 PlotLookup | 66 PlotLookup |
67 }; | 67 }; |
68 use crate::regularisation::{ | 68 use crate::regularisation::{ |
69 NonnegRadonRegTerm, | 69 NonnegRadonRegTerm, |
70 RadonRegTerm, | 70 RadonRegTerm, |
71 }; | 71 RegTerm |
72 use crate::fb::RegTerm; | 72 }; |
73 | 73 |
74 /// Settings for [`pointsource_fw`]. | 74 /// Settings for [`pointsource_fw`]. |
75 #[derive(Clone, Copy, Eq, PartialEq, Serialize, Deserialize, Debug)] | 75 #[derive(Clone, Copy, Eq, PartialEq, Serialize, Deserialize, Debug)] |
76 #[serde(default)] | 76 #[serde(default)] |
77 pub struct FWConfig<F : Float> { | 77 pub struct FWConfig<F : Float> { |