Closed lpatiny closed 1 week ago
There is a new format for apodization parameters
@jobo322
{ "sineBell": { "apply": true, //false if the shape should be ignored "shape": { "kind": "sineBell", "options": { "exponent": 2, "offset": 0 //0.5 for cosine } } }, "exponential": { "apply": true, //false if the shape should be ignored "shape": { "kind": "exponential", "options": { "lb": 1 } } } }
There is a new format for apodization parameters
@jobo322