Sunday, July 19, 2020

PSF GSoC students blogs: GSoC: Week #8

Hello!

What did you do this week?

I finally completed the sync offset feature, with and without a ROI, for the HDF5 format! I spent some time to understand the FRMS6 format, found a bug with the ROI selector in the GUI and opened an issue for the same. I also introduced a new member to our community and he’s interested to improve the UI which I’m really happy about!

What is coming up next?

I’ll finish the reshaping feature for most of the formats which use the common I/O implementation and I'll continue working on the offset feature for FRMS6.

Did you get stuck anywhere?

No, but I think I took quite some time to finish HDF5’s offset feature.



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...