Skip to content

Commit a2f5fdd

Browse files
authored
Fix suggestion for Z projection
1 parent e870124 commit a2f5fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/DCP-documentation/config_examples.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ Our internal configurations for each pipeline are as follows:
5959
| AUTO_MONITOR | 'True' | 'True' | 'True' | 'True' | 'True' | Can be turned off if manually running Monitor. |
6060
| CREATE_DASHBOARD | 'True' | 'True' | 'True' | 'True' | 'True' | |
6161
| CLEAN_DASHBOARD | 'True' | 'True' | 'True' | 'True' | 'True' | |
62-
| CHECK_IF_DONE_BOOL | 'True' | 'True' | 'True' | 'True' | 'True' | Can be turned off if wanting to overwrite old data. |
63-
| EXPECTED_NUMBER_FILES | 1 (an image) | number channels + 1 (an .npy for each channel and isdone) | 3 (Experiment.csv, Image.csv, and isdone) | 1 (an image) | 5 (Experiment, Image, Cells, Nuclei, and Cytoplasm .csvs) | Better to underestimate than overestimate. |
62+
| CHECK_IF_DONE_BOOL | 'False' | 'True' | 'True' | 'True' | 'True' | Can be turned off if wanting to overwrite old data. |
63+
| EXPECTED_NUMBER_FILES | 1 (can be anything, False above) | number channels + 1 (an .npy for each channel and isdone) | 3 (Experiment.csv, Image.csv, and isdone) | 1 (an image) | 5 (Experiment, Image, Cells, Nuclei, and Cytoplasm .csvs) | Better to underestimate than overestimate. |
6464
| MIN_FILE_SIZE_BYTES | 1 | 1 | 1 | 1 | 1 | Count files of any size. |
6565
| NECESSARY_STRING | '' | '' | '' | '' | '' | Not necessary for standard workflows. |
6666
| ALWAYS_CONTINUE | 'False' | 'False' | 'False' | 'False' | 'False' | Use with caution. |

0 commit comments

Comments
 (0)