Changeset 2365
- Timestamp:
- 12/08/11 19:13:17 (13 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapgrid.py
r2364 r2365 123 123 pl.figure(10) 124 124 pl.clf() 125 pl.plot(self.grid[0],self.grid[1],' .',color='blue')126 pl.plot(self.pointing[0],self.pointing[1],' .',color='red')125 pl.plot(self.grid[0],self.grid[1],',',color='blue') 126 pl.plot(self.pointing[0],self.pointing[1],',',color='green') 127 127 extent=[self.grid[0].min()-0.5*self.cellx, 128 128 self.grid[0].max()+0.5*self.cellx, -
trunk/src/STGrid.cpp
r2364 r2365 438 438 LogIO os( LogOrigin("STGrid","getData",WHERE) ) ; 439 439 os << LogIO::SEVERE 440 << "No corresponding rows for given selection: IFNO " << ifno441 << " SCANNO " << scanlist_440 << "No corresponding rows for given selection: IFNO " << ifno 441 << " SCANNO " << scanlist_ 442 442 << LogIO::EXCEPTION ; 443 443 }
Note:
See TracChangeset
for help on using the changeset viewer.