Conversation
| ) | ||
|
|
||
| def local_intervals(self, _): | ||
| start_time = ( |
There was a problem hiding this comment.
Hi @ziotom78, I added this small piece here to handle obs.start_time passed as an astropy.time.Time object. In this case, obs.start_time is not a number and we have to call obs.start_time.cxcsec
|
Hi @ziotom78, we changed a bit the destriper, now it retrives the pointing from the observations (or pointings can be passed as optional argument). The previous version failed with a rotating hwp. If you like the last changes we can merge and release 0.5.0. I think @sgiardie has also an example notebook ready. |
|
Hi @ziotom78 and @paganol, I did some small changes in |
|
I reverted the changes in as I am doing now. |
|
Hi @ziotom78, I removed the destriper examples from the notebook. You may want to reformat it again, though. I was not able to do that |
|
Hi Serena, I checked and the code looks ok, black does not need to change it. You can merge it, thanks! |
This PR corrects a typo in
make_bin_map, improves the testtest_mapping.py, and adds some documentation.It also improves
add_dipole_to_observations, now ifpointingsis not provided it can be retrieved fromObservation.pointings