IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37173


Ignore:
Timestamp:
Aug 1, 2014, 5:27:47 PM (12 years ago)
Author:
eugene
Message:

remove deprecated code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/dvo.py

    r37160 r37173  
    267267           regionDec = region[2]
    268268           regionPath = region[3]
    269 
    270            # get paths for this region for the file types we are interested in
    271            # XXX ipptopsps cannot check files -- it does not know where they are
    272            ## paths = []
    273            ## for fileType in self.ingestFileTypes:
    274            ##     paths.append(self.skychunk.dvoLocation + "/" + regionPath + "." + fileType)
    275 
    276            # check for the existence of all interested file types
    277            # XXX ipptopsps cannot check files -- it does not know where they are
    278            ## skipThisRegion = False
    279            ## for path in paths:
    280            ##     if not os.path.isfile(path):
    281            ##         skipThisRegion = True
    282            ##         break
    283 
    284            ## if skipThisRegion: continue
    285269
    286270           # ok, have real, populated files so add this region to the list
Note: See TracChangeset for help on using the changeset viewer.