Module AutoCurate
source code
Automatically runs the necessary curation tasks to prepare a 
  programme's data for release. Once the data are ingested into the load 
  database. It works for any programme, but non-surveys should be both 
  automatically prepared and released together using the 
  NonSurveyRelease.py script, and curation tasks for shallow UKIDSS surveys
  are best run in stages due to the data quantities involved. So for 
  practical purposes this script should be used for curating the deep 
  UKIDSS surveys, DXS, UDS, which have smaller data volumes. This script 
  cuts out many of the otherwise manual tasks that must be performed for 
  deep surveys so is useful for curating the CAL data set too.
      Author:
        N.J.G. Cross
      
      Organization:
        WFAU, IfA, University of Edinburgh
      
      Contributors:
        R.S. Collins
      
 
    | 
       
     | 
        __package__ = 'invocations.cu0'
     | 
  
  
  
  
  
    - Returns: bool
 
        - True, if the product list supplied contains only recognised 
          products.
 
   
 |