Monday, July 27, 2020

PSF GSoC students blogs: GSoC: Week #9

Hello!

What did you do this week?

I added ‘nav_shape’ and ‘sig_shape’ parameters for all the formats, implemented reshaping for formats using the general ‘get_tiles’, reworked on the API and the GUI forms.

What is coming up next?

My mentor suggested a much better way to implement ‘sync_offset’ into the HDF5 format, so I’ll work on that this week. I’ll also try to finish the offset feature for K2IS, FRMS6 and the SER format too, which uses its own I/O functions. There’s a small bug with the DM format which needs to be fixed. I’ll also write suitable tests for the reshaping feature for all the formats.

Did you get stuck anywhere?

No.



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...