- Timestamp:
- Sep 24, 2016, 3:29:05 PM (10 years ago)
- Location:
- branches/czw_branch/20160809
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tools/heather/pv3slicer/slicebatch_ST.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809
-
branches/czw_branch/20160809/tools/heather/pv3slicer/slicebatch_ST.py
r39571 r39719 40 40 image_data [:] = image_data_decfix 41 41 42 decmin = - 5542 decmin = -35 43 43 xmin = decmin + 90 44 44 #print "full total", np.nansum(image_data,dtype='double') … … 63 63 decmin = dec 64 64 sumtotal = sumtotal + sumcheck 65 segsize = sumcheck/ 2.65 segsize = sumcheck/4. 66 66 jj =0 67 67 sumtotalra = 0 … … 87 87 decccmin=imin-90 88 88 decccmax = i-90 89 PSPS = "PSPS_PV3_OB_ra"+str(360-armax)+"to"+str(360-armin)+"dec"+str(imin-90)+"to"+str(i-90)90 PSPS2 = "PSPS_PV3_ OB_SLICE_"+str(slicecnt)89 #PSPS = "PSPS_PV3_OB_ra"+str(360-armax)+"to"+str(360-armin)+"dec"+str(imin-90)+"to"+str(i-90) 90 PSPS2 = "PSPS_PV3_ST_SLICE_"+str(slicecnt) 91 91 92 92 print str(ramin).ljust(5), str(ramax).ljust(5),str(decccmin).ljust(5), str(decccmax).ljust(5),PSPS2,newsumcheckra, datamachines[dmcnt]
Note:
See TracChangeset
for help on using the changeset viewer.
