Changes in trunk/python/asapgrid.py [2894:2686]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapgrid.py
r2894 r2686 486 486 #print irow 487 487 # show image 488 extent=[self. blc[0]-0.5*self.cellx,489 self. trc[0]+0.5*self.cellx,488 extent=[self.trc[0]+0.5*self.cellx, 489 self.blc[0]-0.5*self.cellx, 490 490 self.blc[1]-0.5*self.celly, 491 491 self.trc[1]+0.5*self.celly]
Note:
See TracChangeset
for help on using the changeset viewer.