Commits

Ville Suoranta authored 3c0b7deafc1
Increase frequency resolution in task_plotweather.py

gcwrap/python/scripts/task_plotweather.py

Modified
188 188 h0 = qa.quantity(2.0,'km')
189 189 wvl = qa.quantity(-5.6, 'K/km')
190 190 mxA = qa.quantity(48,'km')
191 191 dpr = qa.quantity(10.0,'mbar')
192 192 dpm = 1.2
193 193 att = 1
194 194 nb = 1
195 195
196 196 fC=qa.quantity(25.0,'GHz')
197 197 fW=qa.quantity(50.,'GHz')
198 - fR=qa.quantity(0.25,'GHz')
198 + fR=qa.quantity(0.025,'GHz')
199 199
200 200 at=casac.atmosphere()
201 201 hum=20.0
202 202
203 203 myatm=at.initAtmProfile(alt,tmp,pre,mxA,hum,wvl,dpr,dpm,h0,att)
204 204
205 205 at.initSpectralWindow(nb,fC,fW,fR)
206 206 sg=at.getSpectralWindow()
207 207 mysg = sg['value']
208 208

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut