scanamorphosNoiseSpectrum task outputs can have subtle differences between runs due to using a different random seed each time
Changed:
< <
Ticket number: HCSS-21420 (Won't fix)
> >
Ticket number: PACS-6858
Changed:
< <
Versions affected: 14.x, 15.x
> >
Versions affected: 14.x
Changed:
< <
Description: Maps that are mosaicked using the Scanamorphos method can have subtle differences in the output flux between runs of the mosaicking pipeline.
> >
Description: Maps reduced using the JScanam method can have subtle (always below the noise level) differences in the output flux between runs.
Changed:
< <
Root cause: While initialising a (pseudo) random number generator in task =scanamorphosIndividualDrifts, the seed is left up to the system, so the distribution of the values is different between runs and this affects the final result.
> >
Root cause: While initialising a (pseudo) random number generator in task scanamorphosNoiseSpectrum, used internally in scanamorphosIndividualDrifts, the seed is left up to the system, so the distribution of the values is different between runs and this affects the final result.
Workaround: None at the time, because this behaviour is not controlled by any user property or parameter.