Software Release Note for core version 10.9.0.p2

(click here for SRN history)

Author: Frans Jacobs [frans.jacobs@rssd.esa.int]
Date: 08-06-2005
Summary: Patch for SPR 672

Dependencies

System name ID Version
ISOC Database DB 4.1.9

Fixed SPRs:

OSS:

SPR 672 Split observation can go into 3x3 mode which is unintended. Due to the fact that OSS calculates the remainer of points based on the (approved duration + extra time - scheduled duration) / dwell time. This calculation is no longer valid when the observation is splitted, because the appoved time is reduced, but the dwell time is still the same, so much to early OSS will switch to 3x3 mode. A property is added called "isoc.oss.enable3X3" which is false by default. this will swich off 3x3 mode. The 3x3 mode need some rethinkingh now that the flexible dwelltime is used, hence its is switched off.