User Tools

Site Tools


pipeline:isac:sxisac2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
pipeline:isac:sxisac2 [2020/08/19 16:39]
fschoenfeld
pipeline:isac:sxisac2 [2020/08/19 16:40]
fschoenfeld
Line 96: Line 96:
 new_pixel_size = original_pixel_size / shrink_ratio new_pixel_size = original_pixel_size / shrink_ratio
 new_box_size   = original_box_size * shrink_ratio new_box_size   = original_box_size * shrink_ratio
-IF shrink_ratio =/= 1.0: resample images using shrink_ratio +IF shrink_ratio =/= 1.0 THEN: resample images using shrink_ratio 
-IF new_box_size > target_nx : CUT image to be target_nx in size +IF new_box_size > target_nx THEN: CUT image to be target_nx in size 
-IF new_box_size < target_nx : PAD image to be target_nx in size</code>+IF new_box_size < target_nx THEN: PAD image to be target_nx in size</code>
     * The target_radius and target_nx options allow the user to finely adjust the image so that it contains enough background information.     * The target_radius and target_nx options allow the user to finely adjust the image so that it contains enough background information.
   - The program will iterate through generations of ISAC2 by alternating two steps. The outcome of these two steps is in subdirectory generation_*** (stars replaced by the current generation number).   - The program will iterate through generations of ISAC2 by alternating two steps. The outcome of these two steps is in subdirectory generation_*** (stars replaced by the current generation number).
pipeline/isac/sxisac2.txt · Last modified: 2020/08/19 16:40 by fschoenfeld