- Timestamp:
- 01/31/14 19:07:26 (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapgrid.py
r2686 r2894 486 486 #print irow 487 487 # 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, 490 490 self.blc[1]-0.5*self.celly, 491 491 self.trc[1]+0.5*self.celly] -
trunk/src/STGrid.cpp
r2868 r2894 1992 1992 pix(1) = (Double)(iy); 1993 1993 for ( Int ix = 0 ; ix < nx_ ; ix++ ) { 1994 pix(0) = (Double)( nx_-1-ix);1994 pix(0) = (Double)(ix); 1995 1995 dircoord_->toWorld(dir,pix); 1996 1996 //os << "dir[" << ix << "," << iy << "]=" << dir << LogIO::POST;
Note:
See TracChangeset
for help on using the changeset viewer.