Antonio Valentino pushed to branch upstream at Debian GIS Project / pyaps3
Commits:
b55bc609 by Antonio Valentino at 2024-06-30T09:59:50+02:00
New upstream version 0.3.4
- - - - -
1 changed file:
- src/pyaps3/processor.py
Changes:
=====================================
src/pyaps3/processor.py
=====================================
@@ -216,13 +216,13 @@ def PTV2del(Presi,Tempi,Vpri,hgt,cdict,verbose=False):
DDry2[:,:,:] = k1*Rd*(Presi[:,:,:] -
Presi[:,:,-1][:,:,np.newaxis])*1.0e-6/g
#Wet delay
- S1 = intg.cumtrapz(WonT,x=hgt,axis=-1)
+ S1 = intg.cumulative_trapezoid(WonT,x=hgt,axis=-1)
val = 2*S1[:,:,-1]-S1[:,:,-2]
val = val[:,:,None]
S1 = np.concatenate((S1,val),axis=-1)
del WonT
- S2 = intg.cumtrapz(WonT2,x=hgt,axis=-1)
+ S2 = intg.cumulative_trapezoid(WonT2,x=hgt,axis=-1)
val = 2*S2[:,:,-1]-S2[:,:,-2]
val = val[:,:,None]
S2 = np.concatenate((S2,val),axis=-1)
View it on GitLab:
https://salsa.debian.org/debian-gis-team/pyaps3/-/commit/b55bc6092774388b476ec1f14b916e7aeb646fb6
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://salsa.debian.org/debian-gis-team/pyaps3/-/commit/b55bc6092774388b476ec1f14b916e7aeb646fb6
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel