Changeset 33292
- Timestamp:
- Feb 16, 2012, 3:32:37 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/dvo.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/dvo.py
r33272 r33292 56 56 if not self.correctDvo: 57 57 print "*******************************************************************************" 58 response = raw_input("**** Wrong DVO in use. Do you want to reset and use '" + self.config.dvoLocation + "' instead(y/n)? ")58 response = raw_input("**** Wrong or no DVO in use. Do you want to reset and use '" + self.config.dvoLocation + "' (y/n)? ") 59 59 if response == "y": 60 60 response = raw_input("**** Are you ABSOLUTELY sure you want to do this? (y/n)? ") … … 180 180 181 181 halfSide = side/2.0 182 print "%f %f %f" % (ra, dec, side)183 182 self.setSkyArea(ra-halfSide, ra+halfSide, dec-halfSide, dec+halfSide) 184 183
Note:
See TracChangeset
for help on using the changeset viewer.
