IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 33292


Ignore:
Timestamp:
Feb 16, 2012, 3:32:37 PM (14 years ago)
Author:
rhenders
Message:

slight re-wording when prompting user if he/she wishes to ingest a new DVO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/dvo.py

    r33272 r33292  
    5656        if not self.correctDvo:
    5757            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)? ")
    5959            if response == "y":
    6060                response = raw_input("**** Are you ABSOLUTELY sure you want to do this? (y/n)? ")
     
    180180
    181181        halfSide = side/2.0
    182         print "%f %f %f" % (ra, dec, side)
    183182        self.setSkyArea(ra-halfSide, ra+halfSide, dec-halfSide, dec+halfSide)
    184183   
Note: See TracChangeset for help on using the changeset viewer.