jgomezdans / KaFKA

Kascading Fast Kalman Assimilation
GNU General Public License v3.0
5 stars 8 forks source link

Add prior to initialise kernels #15

Open NPounder opened 7 years ago

NPounder commented 7 years ago

I'm making an issue out of this ;-) To let you know that I am going to make a pull request to add my existing code for this.

jgomezdans commented 7 years ago

Since I needed this for testing, I added my quick'n'dirty version on https://github.com/jgomezdans/KaFKA/blob/master/kafka/modis_kernels_kf.py#L160

NPounder commented 7 years ago

Thanks for that, I'll hold off then. Are you going to merge that into master?

jgomezdans commented 7 years ago

I thought it was merged already? https://github.com/jgomezdans/KaFKA/blob/master/kafka/modis_kernels_kf.py#L239 is what calls it, the code that reads the data in and stuff is in https://github.com/jgomezdans/KaFKA/blob/master/kafka/modis_kernels_kf.py#L160