Replicating sextractor command with sep. #113
Unanswered
igorkolesnikov13
asked this question in
Q&A
Replies: 1 comment
-
SEP breaks what
The tutorial gives a good overview of how to piece these together. Specifically, for some of the options you're using:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi to everyone.
Guys, I'm really looking forward to being able to improve my code with sep.
I have the following command that I'm currently employing in my pipeline:
sextractor image.fit -BACK_SIZE 32 -DETECT_THRESH 0.8 -CATALOG_NAME image.cat -CHECKIMAGE_TYPE SEGMENTATION,BACKGROUND -CHECKIMAGE_NAME image_segmented.fits, image_background.fits -VERBOSE_TYPE QUIET
I already found the part of the
Background
image in the documentation, but the part of theSegmented
image and.cat
file (with several parameters) is not clear. Is this possible to achieve with sep?Appreciate any help.
Beta Was this translation helpful? Give feedback.
All reactions