|
|
@@ -108,7 +108,7 @@ extension PreferencesEditor {
|
|
|
displayName: NSLocalizedString("Adjustment Factor", comment: "Adjust Dynamic ISF constant"),
|
|
|
type: .decimal(keypath: \.adjustmentFactor),
|
|
|
infoText: NSLocalizedString(
|
|
|
- "Adjust Dynamic ratios by a constant. Default is 0.5. The higher the value, the larger the correction of your ISF will be for a high or a low BG. Maximum correction is determined by the Autosens min/max settings. For Sigmoid function an adjustment factor of 0.4 - 0.5 is recommended to begin with. For the logaritmic formula threre is less consensus, but starting with 0.5 - 0.8 is more appropiate for most users",
|
|
|
+ "Adjust Dynamic ratios by a constant. Default is 0.8. The higher the value, the larger the correction of your ISF will be for a high or a low BG. Maximum correction is determined by the Autosens min/max settings.",
|
|
|
comment: "Adjust Dynamic ISF constant"
|
|
|
),
|
|
|
settable: self
|
|
|
@@ -124,6 +124,18 @@ extension PreferencesEditor {
|
|
|
),
|
|
|
Field(
|
|
|
displayName: NSLocalizedString(
|
|
|
+ "Sigmoid Adjustment Factor",
|
|
|
+ comment: "Adjust Dynamic ISF constant for Sigmoid"
|
|
|
+ ),
|
|
|
+ type: .decimal(keypath: \.adjustmentFactorSigmoid),
|
|
|
+ infoText: NSLocalizedString(
|
|
|
+ "Adjust Dynamic ratios by a constant. Default is 0.5. The higher the value, the larger the correction of your ISF will be for a high or a low BG. Maximum correction is determined by the Autosens min/max settings.",
|
|
|
+ comment: "Adjust Dynamic ISF constant for Sigmoid"
|
|
|
+ ),
|
|
|
+ settable: self
|
|
|
+ ),
|
|
|
+ Field(
|
|
|
+ displayName: NSLocalizedString(
|
|
|
"Weighted Average of TDD. Weight of past 24 hours:",
|
|
|
comment: "Weight of past 24 hours of insulin"
|
|
|
),
|