Now, I do the same with the flag write_outputs=False and I expected to obtain the same maps. Instead, while the noise maps are the same, the total maps are not since the last one doesn't contain noise:
It might be possible to make the output maps independet on the value of the flag write_outputs or, at least, to update the documentation of the method instrument.observe?
Hi, I've created the following instrument:
Then, I observe my sky with:
and I read the maps:
Now, I do the same with the flag
write_outputs=False
and I expected to obtain the same maps. Instead, while the noise maps are the same, the total maps are not since the last one doesn't contain noise:So, if you add the noise:
It might be possible to make the output maps independet on the value of the flag
write_outputs
or, at least, to update the documentation of the methodinstrument.observe
?