This shows you the differences between two versions of the page.
| 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 | new_box_size | ||
| - | 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 |
| - | IF new_box_size < target_nx : PAD image to be target_nx in size</ | + | IF new_box_size < target_nx |
| * 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). | ||