NDCube ready to use.

So finally the NDCube was merged in the CubeND branch. It is pretty generic, it has all the stuff I think would make it useful to the Sunpy community. Hoping it get’s used in the Sunpy repository in the future.Now the work on the CubeSequence to change it to NDCubeSequence, the transition to use NDC ...READ MORE...

Gum

Well, the title of this blog post aptly describes my last month. For the Hindi speakers out there, you fellas understand the pun there, dont you? For those who dont, not to worry. Let me tell you a story. In a far far land made of candies, a young naive girl (probably the female version Continue re ...READ MORE...

A fortnight and a few days to go

The last procedure PR for AstroLib.jl is now open. With that, my main objective for Google Summer of Code is completed (technically it still has to be merged but oh well).Perfect time to update my Github ProfileTo be honest I did get a bit teary-eyed after making the PR. Working with Julia and Astro ...READ MORE...

NDCube the generic class.

So my journey began with adding code to the present sunpycube, breaking and moulding it as per the requirement of the project. We went back and forth with different ideas and then added a CubeSequence class and finally a version 0.0 of IRISPy using the Cube and Cubesequence was made.All this work ma ...READ MORE...

RGB tile drawing in hips package

The hips package now supports RGB tile drawing. To make this possible, the output image dimensions had to be altered according to the following configuration: The output image shape is two dimensional for grayscale, and three dimensional for color images:

shape = (height, width) for FITS images wit ...READ MORE...

More than an IRISPy usable code.

This project has become even more interesting now that the code of Cube just might be used as a super class of all the Sunpy object 😝.This will make me destroy/delete/end the present sunpycube code 😄. The plan is to make a hierarchy of Cubes. There will be Cube2D and Cube1D having superclass Cube. C ...READ MORE...

Week 5 and 6

Hello, World! More than 6 weeks have completed so far and I have completed modernizing and testing most of the modules of python-casacore till now. Coming to the bug, I talked about in my last post, by playing around a bit with the tables modules, I realized that, as tableiter is also a table itself ...READ MORE...