IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2016, 3:29:05 PM (10 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/czw_branch/20160809
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809

  • branches/czw_branch/20160809/tools/heather/pv3slicer/slicebatch_ST.py

    r39571 r39719  
    4040image_data [:] = image_data_decfix
    4141   
    42 decmin = -55
     42decmin = -35
    4343xmin = decmin + 90
    4444#print "full total", np.nansum(image_data,dtype='double')
     
    6363        decmin = dec
    6464        sumtotal = sumtotal + sumcheck
    65         segsize = sumcheck/2.
     65        segsize = sumcheck/4.
    6666        jj =0
    6767        sumtotalra = 0
     
    8787                decccmin=imin-90
    8888                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)
    9191               
    9292                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.