Monday, August 3, 2020

PSF GSoC students blogs: GSoC: Week #10

Hi there!

What did you do this week?

I completed ‘sync_offset’ for SER, fixed a few bugs, wrote tests for ‘reshaping’ all the formats and continued working on HDF5, FRMS6 and K2IS.

What is coming up next?

My next aim is to figure out how to integrate the reshape feature into the UDF interface and write tests for the same. This would be helpful to get the coordinates in the actual navigation space for UDFs. I’ll also continue working on offset for K2IS and HDF5. The FRMS6 format is almost done, I just need to figure out how to handle the dark frame correction when the signal dimensions are changed.

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