-
- Downloads
Task #3651: Add skip field to Mapfile
- Implement a mapfile replacement: DataMap adding a skip field to the host, file pair. msss_target_pipeline and msss_calibrator_pipeline do now implement the skip behaviour for dataproduct. msss_imaging_pipeline use the new DataMap and MultiDataMap classes for dataproduct communication. Does NOT listen to the skip field (default behaviour) - Some minor changes in the location of imports (from start of module to function) to allow running of unittest on windows - Update of the unittest to reflect the new behaviour and adding of DataMap unittests
Showing
- CEP/Pipeline/framework/lofarpipe/CMakeLists.txt 1 addition, 0 deletionsCEP/Pipeline/framework/lofarpipe/CMakeLists.txt
- CEP/Pipeline/framework/lofarpipe/cuisine/cook.py 3 additions, 1 deletionCEP/Pipeline/framework/lofarpipe/cuisine/cook.py
- CEP/Pipeline/framework/lofarpipe/support/baserecipe.py 6 additions, 6 deletionsCEP/Pipeline/framework/lofarpipe/support/baserecipe.py
- CEP/Pipeline/framework/lofarpipe/support/control.py 4 additions, 2 deletionsCEP/Pipeline/framework/lofarpipe/support/control.py
- CEP/Pipeline/framework/lofarpipe/support/data_map.py 312 additions, 0 deletionsCEP/Pipeline/framework/lofarpipe/support/data_map.py
- CEP/Pipeline/framework/lofarpipe/support/group_data.py 8 additions, 109 deletionsCEP/Pipeline/framework/lofarpipe/support/group_data.py
- CEP/Pipeline/framework/lofarpipe/support/lofarexceptions.py 4 additions, 0 deletionsCEP/Pipeline/framework/lofarpipe/support/lofarexceptions.py
- CEP/Pipeline/framework/lofarpipe/support/loggingdecorators.py 13 additions, 8 deletions...Pipeline/framework/lofarpipe/support/loggingdecorators.py
- CEP/Pipeline/framework/lofarpipe/support/pipelinelogging.py 1 addition, 1 deletionCEP/Pipeline/framework/lofarpipe/support/pipelinelogging.py
- CEP/Pipeline/recipes/sip/bin/msss_calibrator_pipeline.py 54 additions, 56 deletionsCEP/Pipeline/recipes/sip/bin/msss_calibrator_pipeline.py
- CEP/Pipeline/recipes/sip/bin/msss_imager_pipeline.py 94 additions, 92 deletionsCEP/Pipeline/recipes/sip/bin/msss_imager_pipeline.py
- CEP/Pipeline/recipes/sip/bin/msss_target_pipeline.py 88 additions, 101 deletionsCEP/Pipeline/recipes/sip/bin/msss_target_pipeline.py
- CEP/Pipeline/recipes/sip/master/bbs_reducer.py 76 additions, 75 deletionsCEP/Pipeline/recipes/sip/master/bbs_reducer.py
- CEP/Pipeline/recipes/sip/master/copier.py 112 additions, 130 deletionsCEP/Pipeline/recipes/sip/master/copier.py
- CEP/Pipeline/recipes/sip/master/dppp.py 77 additions, 88 deletionsCEP/Pipeline/recipes/sip/master/dppp.py
- CEP/Pipeline/recipes/sip/master/gainoutliercorrection.py 22 additions, 16 deletionsCEP/Pipeline/recipes/sip/master/gainoutliercorrection.py
- CEP/Pipeline/recipes/sip/master/get_metadata.py 20 additions, 7 deletionsCEP/Pipeline/recipes/sip/master/get_metadata.py
- CEP/Pipeline/recipes/sip/master/imager_awimager.py 13 additions, 10 deletionsCEP/Pipeline/recipes/sip/master/imager_awimager.py
- CEP/Pipeline/recipes/sip/master/imager_bbs.py 26 additions, 26 deletionsCEP/Pipeline/recipes/sip/master/imager_bbs.py
- CEP/Pipeline/recipes/sip/master/imager_create_dbs.py 21 additions, 17 deletionsCEP/Pipeline/recipes/sip/master/imager_create_dbs.py
Loading
Please register or sign in to comment