Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion example/cfis/config_exp_SpMh.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ TIMEOUT = 96:00:00

[SPLIT_EXP_RUNNER]

INPUT_DIR = last:get_images_runner2
INPUT_DIR = $SP_RUN/output/run_sp_Gie:get_images_runner

# Matches compressed single-exposure files
FILE_EXT = .fitsfz, .fitsfz, .fitsfz
Expand Down
4 changes: 2 additions & 2 deletions example/cfis/config_get_exp_symlink.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN_DATETIME = True
[EXECUTION]

# Module name, single string or comma-separated list of valid module runner names
MODULE = get_images_runner2
MODULE = get_images_runner

# Parallel processing mode, SMP or MPI
MODE = SMP
Expand Down Expand Up @@ -51,7 +51,7 @@ TIMEOUT = 96:00:00


## Module options
[GET_IMAGES_RUNNER2]
[GET_IMAGES_RUNNER]

FILE_PATTERN = exp_numbers

Expand Down
4 changes: 2 additions & 2 deletions example/cfis/config_get_exp_vos.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN_DATETIME = True
[EXECUTION]

# Module name, single string or comma-separated list of valid module runner names
MODULE = get_images_runner2
MODULE = get_images_runner

# Parallel processing mode, SMP or MPI
MODE = SMP
Expand Down Expand Up @@ -51,7 +51,7 @@ TIMEOUT = 96:00:00


## Module options
[GET_IMAGES_RUNNER2]
[GET_IMAGES_RUNNER]

FILE_PATTERN = exp_numbers

Expand Down
4 changes: 2 additions & 2 deletions example/cfis/config_get_tiles_symlink.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ INPUT_NUMBERING = \d{3}\.\d{3}
OUTPUT_FILE_PATTERN = CFIS_image-, CFIS_weight-

# Copy/download method, one in 'vos', 'symlink'
COPY = symlink
RETRIEVE = symlink

# Copy command options, optional.
# -L: follow links
COPY_OPTIONS = -L
RETRIEVE_OPTIONS = -L
4 changes: 2 additions & 2 deletions example/cfis/config_get_tiles_vos.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ INPUT_NUMBERING = \d{3}\.\d{3}
OUTPUT_FILE_PATTERN = CFIS_image-, CFIS_weight-

# Copy/download method, one in 'vos', 'symlink'
COPY = vos
RETRIEVE = vos

# Copy command options, optional
COPY_OPTIONS = --certfile=$VM_HOME/.ssl/cadcproxy.pem
RETRIEVE_OPTIONS = --certfile=$VM_HOME/.ssl/cadcproxy.pem
2 changes: 1 addition & 1 deletion example/cfis/config_tile_Ma.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TIMEOUT = 96:00:00
[MASK_RUNNER]

# Input directory, containing input files, single string or list of names
INPUT_DIR = last:get_images_runner, last:uncompress_fits_image_runner
INPUT_DIR = $SP_RUN/output/run_sp_Git:get_images_runner, last:uncompress_fits_image_runner

# NUMBERING_SCHEME (optional) string with numbering pattern for input files
NUMBERING_SCHEME = -000-000
Expand Down
4 changes: 2 additions & 2 deletions example/cfis/config_tile_MaSxMiViSmVi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LOG_NAME = log_sp
RUN_LOG_NAME = log_run_sp

# Input directory, containing input files, single string or list of names
INPUT_DIR = last:get_images_runner, last:uncompress_fits_image_runner
INPUT_DIR = $SP_RUN/output/run_sp_Git:get_images_runner, last:uncompress_fits_image_runner

# Output directory
OUTPUT_DIR = $SP_RUN/output
Expand Down Expand Up @@ -81,7 +81,7 @@ SUFFIX = pipeline

[SEXTRACTOR_RUNNER]

INPUT_DIR = last:get_images_runner, last:uncompress_fits_image_runner, last:mask_runner
INPUT_DIR = $SP_RUN/output/run_sp_Git:get_images_runner, last:uncompress_fits_image_runner, last:mask_runner

FILE_PATTERN = CFIS_image, CFIS_weight, pipeline_flag

Expand Down
4 changes: 2 additions & 2 deletions example/cfis/config_tile_MaSxPiViSmVi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ LOG_NAME = log_sp
RUN_LOG_NAME = log_run_sp

# Input directory, containing input files, single string or list of names
INPUT_DIR = last:get_images_runner, last:uncompress_fits_image_runner
INPUT_DIR = $SP_RUN/output/run_sp_Git:get_images_runner, last:uncompress_fits_image_runner

# Output directory
OUTPUT_DIR = $SP_RUN/output
Expand Down Expand Up @@ -81,7 +81,7 @@ SUFFIX = pipeline

[SEXTRACTOR_RUNNER]

INPUT_DIR = last:get_images_runner, last:uncompress_fits_image_runner, last:mask_runner
INPUT_DIR = $SP_RUN/output/run_sp_Git:get_images_runner, last:uncompress_fits_image_runner, last:mask_runner

FILE_PATTERN = CFIS_image, CFIS_weight, pipeline_flag

Expand Down
96 changes: 0 additions & 96 deletions example/cfis/config_tile_Ng1u.ini

This file was deleted.

96 changes: 0 additions & 96 deletions example/cfis/config_tile_Ng2u.ini

This file was deleted.

Loading