Hi,
I want to use sextractor and it was downloaded successfully. However, when i run "time solve-field -D $DEMODIR --crpix-center --overwrite --use-source-extractor \
--no-plots --no-verify --no-remove-lines \
--corr none --match none --new-fits none --rdls none --solved none --index-xyls none \
-L 0.897903 -H 1.340788 --source-extractor-config ../default.sex \
--uniformize 0 $DEMODIR/demo.fits \"
there is some error:
$ ./demo.sh
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/hyayh/Astrometry.net-0.92/workdir/bin
Reading input file 1 of 1: "/home/hyayh/Astrometry.net-0.92/workdir/demo/demo.fits"...
Extracting sources...
> WARNING: default.sex not found, using internal defaults
----- Source Extractor 2.25.0 started on 2023-08-08 at 16:13:54 with 1 thread
----- Measuring from: demo.fits
"Unnamed" / no ext. header / 2064x1386 / 16 bits (integers)
(M+D) Background: 4111.52 RMS: 224.21 / Threshold: 336.315
Objects: detected 2995 / sextracted 2060
> All done (in 0.2 s: 7223.9 lines/s , 10736.8 detections/s)
Sorting brightness using MAG_AUTO and BACKGROUND columns failed; falling back to MAG_AUTO.
Reading sort column "MAG_AUTO"
Sorting sort column
mmapping input file
Copying table header.
Writing row 0
Done
Solving...
It remind me that Sorting brightness using MAG_AUTO and BACKGROUND columns failed; falling back to MAG_AUTO. Is it a mistake that i should solve?
What's more, there is warning: default.sex not found, using internal defaults. In order to make it right, i made my own configuration file.But there is error appearing then:
./demo.sh
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/home/hyayh/Astrometry.net-0.92/workdir/bin
Reading input file 1 of 1: "/home/hyayh/Astrometry.net-0.92/workdir/demo/demo.fits"...
Extracting sources...
----- Source Extractor 2.25.0 started on 2023-08-08 at 17:12:59 with 1 thread
> Reading detection filter
> *Error*: cannot open default.conv
augment-xylist.c:591:backtick Failed to run command: source-extractor -c ../default.sex -CATALOG_TYPE FITS_1.0 -CATALOG_NAME /tmp/tmp.xyls.FAWzVu /home/hyayh/Astrometry.net-0.92/workdir/demo/demo.fits
ioutils.c:568:run_command_get_outputs Command failed: return value 1
The domo.sh inludes my cmd-line. What can i do to solve it? Any help you can provide would be greatly appreciated,
Thank you