diff --git a/docs/source/installation.md b/docs/source/installation.md index bfe4e8096..63f030c17 100644 --- a/docs/source/installation.md +++ b/docs/source/installation.md @@ -33,7 +33,7 @@ cd shapepipe where `` is a [tagged release](https://github.com/CosmoStat/shapepipe/releases) of ShapePipe -(e.g. `v1.0.0`). It is recommend to use the +(e.g. `v1.0.1`). It is recommend to use the [latest release](https://github.com/CosmoStat/shapepipe/releases/latest) unless you want to reproduce an older set of results. diff --git a/example/cfis/config_make_cat_mccd.ini b/example/cfis/config_make_cat_mccd.ini index b4d6d886a..5aa33d272 100644 --- a/example/cfis/config_make_cat_mccd.ini +++ b/example/cfis/config_make_cat_mccd.ini @@ -70,7 +70,7 @@ FILE_EXT = .fits, .fits, .sqlite, .fits NUMBERING_SCHEME = -000-000 SM_DO_CLASSIFICATION = True -SM_STAR_STRESH = 0.003 +SM_STAR_THRESH = 0.003 SM_GAL_THRESH = 0.01 SHAPE_MEASUREMENT_TYPE = ngmix diff --git a/example/cfis/config_tile_MiViSmVi.ini b/example/cfis/config_tile_MiViSmVi.ini index ddddbebcf..6198c324c 100644 --- a/example/cfis/config_tile_MiViSmVi.ini +++ b/example/cfis/config_tile_MiViSmVi.ini @@ -90,7 +90,7 @@ ME_LOG_WCS = $SP_RUN/output/log_exp_headers.sqlite [VIGNETMAKER_RUNNER_RUN_1] -# Create vignets for tiles weights +# Create vignets for tile weights INPUT_DIR = last:sextractor_runner_run_1, last:uncompress_fits_runner @@ -177,5 +177,5 @@ PREFIX = # Additional parameters for path and file pattern corresponding to single-exposure # run outputs ME_IMAGE_DIR = split_exp_runner, split_exp_runner, split_exp_runner, sextractor_runner_run_2 -ME_IMAGE_PATTERN = flag, image, weight, sexcat_background +ME_IMAGE_PATTERN = flag, image, weight, background ME_LOG_WCS = $SP_RUN/output/log_exp_headers.sqlite diff --git a/shapepipe/modules/mask_package/mask.py b/shapepipe/modules/mask_package/mask.py index 572f91bad..17e61b847 100644 --- a/shapepipe/modules/mask_package/mask.py +++ b/shapepipe/modules/mask_package/mask.py @@ -364,7 +364,7 @@ def make_mask(self): self._config[_type]['cat_path'], size_plus=self._config[_type]['size_plus'], flag_value=self._config[_type]['flag'], - typ=_type, + obj_type=_type, ) if not self._err: @@ -535,7 +535,13 @@ def mask_border(self, width=100, flag_value=4): return flag - def mask_dso(self, cat_path, size_plus=0.1, flag_value=8, typ='Messier'): + def mask_dso( + self, + cat_path, + size_plus=0.1, + flag_value=8, + obj_type='Messier', + ): """Mask DSO. Create a circular patch for deep-sky objects (DSOs), e.g.