Changeset 39654
- Timestamp:
- Aug 15, 2016, 6:16:04 AM (10 years ago)
- Location:
- trunk/tools/heather/pv3slicer
- Files:
-
- 1 added
- 1 edited
-
slicebatch_ST.py (modified) (3 diffs)
-
st.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/heather/pv3slicer/slicebatch_ST.py
r39571 r39654 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.
