([sp_maxspfreq],[r2],[shrange],[prj-radius],[iter1],[iter-end],[sp_lambda],[small-ang],[sp_winsiz],[converg]) ; ;
;
; SOURCE: spider/docs/techs/recon/newprogs/refine_settings.pam
; New ArDean Leith Jul 2002
; [] ArDean Leith Dec 2005
; Rewritten More stacks ArDean Leith Dec 2006
; Input locations altered ArDean Leith Dec 2009
; Variable assignment ArDean Leith Jan 2010
; Uses AP SH for 2 iters ArDean Leith Oct 2010
; Even-odd removed ArDean Leith Jan 2011
; Dala removal ArDean Leith Jan 2012
;
; INPUT REGISTERS:
; none
;
; OUTPUT REGISTERS (SET BELOW):
; [sp_maxspfreq] Maximum spatial freq (1/A)
; [r2] Alignment radius of structure (pixels)
; [shrange] Alignment shift +- allowed (pixels)
; [prj-radius] Projection radius of structure (pixels)
; [iter1] Starting iteration
; [iter-end] Ending iteration
; [sp_lambda] Lambda (A)
; [small-ang] Small angle refinement flag (1 is true)
; [sp_winsiz] Image or window size = volume size
; [converg] Convergence criterion fraction
;
; ============== DO NOT COPY FROM WEB BROWSER ==============
; ---------Set Refinement parameters from parameter file ----------
;
GLO [params] = '../params' ; Parameter doc file (REQUIRED input file)
UD 5,[sp_pixsiz] ; Get pixelsize (A/pixel) (.17730)
[params] ; Parameter doc. file
UD 6,[sp_kev] ; Electron energy (kV)
[params] ; Parameter doc. file
UD 14,[sp_lambda] ; Get Lambda (A)
[params] ; Parameter doc. file
UD 15,[sp_maxspfreq] ; Get maximum spatial frequency (1/A)
[params] ; Parameter doc. file
UD 17,[sp_winsiz] ; Get windowsize (Pixels), used to find projection radius
[params] ; Parameter doc. file
UD E ; End params doc. file usage
; ---- Adjust these parameters for your project --------------------- EDIT -----
[shrange] = 6 ; Alignment shift (pixels) searched is +- this value
[iter1] = 1 ; Starting alignment step (iteration)
[iter-end] = 4 ; Ending alignment step (iteration)
[diam] = 349 ; Diameter of the structure (A) used in alignment search.
; (Default is for ribosome. EDIT as needed.)
; Diameter is used to find radius for last alignment ring.
[win-frac] = 0.95 ; Fraction of window diameter used in projection (.95= use 95% window size)
[converg] = 0.05 ; Convergence criterion fraction
; Converges when [converg] of all images move < 1.5 * stepsize.
[small-ang] = 0 ; For SMALL angle refinement set this to 1
IF ([small-ang].EQ.1) THEN
; For SMALL angle refinement
GLO [ang-step-sm] = '(0.5)' ; Angular degree steps
GLO [theta-range] = '(2.0)' ; Theta range
ELSE
; For normal angle refinement
GLO [ang-steps] = '2.,2.,2.,2.,2.,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5,1.5' ; Angular degree steps
GLO [ang-limits] = '0.,0.,15.,8.,6.,5.,5.,5.,5.,5.,5.,5.,5.,5.,5.,5.' ; Angular limits
ENDIF
GLO [amp-enhance-flags] = '.0,.0,.0,.0,.0,.0,.0,.0,.0,.0,.0,.0,.0,.0,.0,.0' ; Amplitude enhancement selector
; ---- Should not need to adjust following parameters --------------------------
[r2] = INT([diam]/(2.0*[sp_pixsiz])) ; Alignment radius (pixels) used in alignment search
; Ensure that sum of alignment radius + translation are within window dimensions
[ring-sh] = [r2] + [shrange] ; Last ring + translation step
[maxrad] = INT([sp_winsiz]/2) - 1 ; Max. radius of object in window
IF ([ring-sh].GE.[maxrad]) THEN
; Must reduce radius of outer ring, not translation step
[r2] = [maxrad] - [shrange] - 2 ; Reduces rotational search radius
ENDIF
[prj-radius] = INT(([win-frac]*[sp_winsiz])/2.0 ) ; Convert fraction to radius in pixels
; ============== DO NOT COPY FROM WEB BROWSER ==============
; ----------------- Input files --- May have to EDIT these names ------
GLO [input_dir] = 'input/' ; Main dir. for input files
GLO [vol_orig] = '../Reconstruction/vol{**[iter]}' ; Initial reconstructed volume
GLO [sel_group_orig] = '../Reconstruction/sel_group_cclim' ; Group selection doc file
GLO [sel_particles_orig] = '../Reconstruction/sel_particles_{***[grp]}' ; Particle selection doc file
GLO [group_align_orig] = '../Alignment/align_{**[iter]}_{***[grp]}' ; Initial alignment parameter file
GLO [unaligned_images_orig] = '../Alignment/data{***[grp]}' ; Original unaligned images stack
; Following two files OPTIONAL (Only needed if using amplitude enhancement)
GLO [scattering_doc] = 'input/scattering' ; OPTIONAL enhancement document input
GLO [mask] = 'input/mask' ; OPTIONAL mask for amplitude enhancement
; -------------- Output files -- No need to edit for default refinement ----------
GLO [final_dir] = 'final/' ; Main dir. for output files
GLO [temp_work_dir] = 'work/' ; Temp work dir
GLO [temp_local_dir] = '/scratch/' ; An OPTIONAL local disk scratch dir for PubSub use
GLO [start_vol] = 'input/vol01' ; Initial reconstructed volume copy
GLO [sel_group] = 'input/sel_group' ; Group selection doc file
GLO [sel_group_sorted] = 'input/sel_group_sort' ; Sorted group selection doc file
GLO [sel_particles] = 'input/sel_particles_{***[grp]}' ; Particle selection doc file
GLO [unaligned_images] = 'input/data{***[grp]}' ; Unaligned images stack (usually links)
GLO [current_vol] = 'final/vol{**[iter]}' ; Produced by 'AP SH' or previous iter.
GLO [next_vol] = 'final/vol{**[next-iter]}' ; Made for next iter.
GLO [next_val] = 'final/val{**[next-iter]}' ; Volumes
GLO [group_align] = 'final/align_{**[iter]}_{***[grp]}' ; Aignment parameter input file
GLO [next_group_align] = 'final/align_{**[next-iter]}_{***[grp]}' ; Alignment parameter output file
; -------------------------
GLO [group_vol] = 'work/vol_{**[iter]}_{***[grp]}' ; Current group volumes
GLO [next_group_vol] = 'work/vol_{**[next-iter]}_{***[grp]}' ; Next group volumes
GLO [next_group_vol_template]= 'work/vol_{**[next-iter]}_***' ; Group volume template
IF ([small-ang].EQ.0) THEN
GLO [temp_ref_projs] = '[temp_local_dir]/refproj{**[iter]}_{***[grp]}' ; For temp. local scratch file (deleted)
ELSE
GLO [img_ang_vora] = 'final/angvora_{**[iter]}_{***[grp]}' ; For Small angles use only
GLO [temp_ref_projs] = '_5@' ; For Small angles temp. local scratch file (deleted)
ENDIF
GLO [next_dres] = 'final/dres{**[next-iter]}' ; Next resolution output doc. file
GLO [temp_ctf_file] = 'input/ctf{***[grp]}' ; CTF correction files
GLO [temp_ctf_file_template] = 'input/ctf***' ; CTF correction file template
GLO [iter_vft] = 'final/vft{**[iter]}' ; Temp. vft file template
GLO [group_bpr] = 'final/bpr{**[iter]}_{***[grp]}' ; Group volume file
GLO [group_bpr_template] = 'final/bpr{**[next-iter]}_***' ; Group volume template
GLO [next_group_bpr] = 'final/bpr{**[next-iter]}_{***[grp]}' ; Group volume file
GLO [iter_refangs] = 'work/ang_refs_{**[iter]}' ; Iter. reference angle file
GLO [iter_sel_refangs] = 'work/sel_ang_refs_{**[iter]}' ; Iter. ref. angle selection file
GLO [next_group_dres] = 'final/dres{**[next-iter]}_{***[grp]}' ; Group dres output doc. file
GLO [dbpr] = 'final/dbpr{**[next-iter]}' ; Output resolution doc files
GLO [next_group_dbpr] = 'final/dbpr{**[next-iter]}_{***[grp]}' ; Output group resolution doc files
GLO [dbpr_resol] = 'final/resolutions' ; Output resolution doc file
GLO [grp_resol] = 'final/group_resolutions' ; Output resolution doc file
GLO [bpr] = 'final/bpr{**[next-iter]}' ; Refined output volume
GLO [enhance_doc] = 'work/enhance_doc_{**[next-iter]}' ; OPTIONAL Enhancement doc file output
GLO [ref_rings] = 'work/SCR_{**[iter]}_{***[grp]}' ; OPTIONAL Reference rings files output
; ----------------- END BATCH HEADER ---------------------------------
RE
;