- Timestamp:
- 03/05/12 00:35:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapgrid.py
r2421 r2423 298 298 else: 299 299 opt += ', channel %s'%(chan) 300 data = self.getData( chan, pol ) 300 data = self.getData( chan, pol ) 301 data = numpy.fliplr( data ) 301 302 title = 'Gridded Image (%s)'%(opt) 302 303 pl.figure(10) … … 326 327 #print irow 327 328 # show image 328 extent=[self. blc[0]-0.5*self.cellx,329 self. trc[0]+0.5*self.cellx,329 extent=[self.trc[0]+0.5*self.cellx, 330 self.blc[0]-0.5*self.cellx, 330 331 self.blc[1]-0.5*self.celly, 331 332 self.trc[1]+0.5*self.celly]
Note:
See TracChangeset
for help on using the changeset viewer.