Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/asapgrid.py

    r2686 r2894  
    486486                    #print irow
    487487        # show image
    488         extent=[self.trc[0]+0.5*self.cellx,
    489                 self.blc[0]-0.5*self.cellx,
     488        extent=[self.blc[0]-0.5*self.cellx,
     489                self.trc[0]+0.5*self.cellx,
    490490                self.blc[1]-0.5*self.celly,
    491491                self.trc[1]+0.5*self.celly]
Note: See TracChangeset for help on using the changeset viewer.