# Bojan Nikolic # # # Generate simulations of switched observations execfile("../simulate.py") execfile("../bnalmasim.py") direction1='J2000 19h00m00 -40d00m00' direction2='J2000 19h00m00 -41d00m00' CreatePointSourceSD([direction1,direction2], "switchsrc.cl", 2.0) if 0: SimulateSwitched(project="shortswitch", complist_fname="switchsrc.cl", directionl=[direction1, direction2, direction1 ], obstimel =[2, 28, 2] , integrationtime= 2, obsstart = "2008/06/21/03:25:00", conf=1) if 0: SimulateSwitched(project="midswitch", complist_fname="switchsrc.cl", directionl=[direction1, direction2, direction1 ], obstimel =[2, 28, 2] , integrationtime= 2, obsstart = "2008/06/21/03:25:00", conf=15) if 0: SimulateSwitchedV2(project="midswitch_v2", complist_fname="switchsrc.cl", directionl=[direction1, direction2], obstimel =[2, 13 ] , integrationtime= 1, obsstart = "2008/06/21/03:25:00", conf=15, cycles=4*50) if 0: SimulateSwitchedV2(project="small_v2", complist_fname="switchsrc.cl", directionl=[direction1, direction2], obstimel =[2, 13 ] , integrationtime= 1, obsstart = "2008/06/21/03:25:00", conf=1, cycles=4*50) if 0: SimulateSwitchedV2(project="large_v2", complist_fname="switchsrc.cl", directionl=[direction1, direction2], obstimel =[2, 13 ] , integrationtime= 1, obsstart = "2008/06/21/03:25:00", conf=28, cycles=4*50) if 1: SimulateSwitchedV2(project="midswitch_v3", complist_fname="switchsrc.cl", directionl=[direction1, direction2], obstimel =[2, 198 ] , integrationtime= 1, obsstart = "2008/06/21/03:25:00", conf=15, cycles=15)