Hi community,
I was trying to run the image differencing on two downloaded HSC images of the same field, but I have a problem with the ingestion. I put the files into a test directory, with the images into a img folder and an ups directory with the file test.table, trying to reply the structure of the tutorial testdata_ci_hsc.
Then, I have launched these commands:
setup -j -r test
echo $TEST_DIR
mkdir DATA
echo “lsst.obs.hsc.HscMapper” > DATA/_mapper
ingestImages.py DATA $test/img/*.fits --mode=copy
But I got this error message:
root INFO: Loading config overrride file ‘/home/user/lsst_stack/stack/miniconda3-4.7.10-4d7b902/Linux64/obs_subaru/19.0.0+2/config/ingest.py’
HscMapper WARN: Unable to find calib root directory
CameraMapper INFO: Loading exposure registry from /home/user/Scrivania/DATA/registry.sqlite3
ingest WARN: /img/*.fits doesn’t match any file
ingest.register INFO: Table “raw” exists. Skipping creation
Any idea of what can be the problem?
What I would like to do is to use the lsst.ip.diffim
module, but the images of the tutorial doesn’t seem to be suitable for this purpose. If you could indicate me a set of tested images to launch the task and see the output or any suggested reading about it, I would appreciate it a lot.