Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Tickets/DM-13204: Create v14.0 versions of validation_data_decam #5

Merged
merged 6 commits into from
Feb 6, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export ASTROMETRY_NET_DATA_DIR=${VALIDATION_DATA_DECAM_DIR}/astrometry_net_data

processCcd.py ${VALIDATION_DATA_DECAM_DIR}/data \
--output ${NEW_OUTPUT_REPO} \
--configfile ${VALIDATION_DATA_DECAM_DIR}/decamConfig.py \
@${VALIDATION_DATA_DECAM_DIR}/Decam.list \
-j 4 \
--clobber-config
-j 4
```

Notes:
Expand All @@ -75,17 +75,18 @@ This repository was created using `examples/runDecamTest.sh` from the `validate_
To fully recreate this Butler `repo` from the `raw` data, set the `mapper` and add the `ingesetImages.py` step:

```
setup validation_data_decam
setup validation_data_decam -t v14_0
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't actually do anything because the ups table file is empty.

Please either fix the ups table file or these instructions so that the correct software is setup

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Done.


mkdir data
echo lsst.obs.decam.DecamMapper > data/_mapper
ingestImagesDecam.py data ${VALIDATION_DATA_DECAM_DIR}/instcal/*.fz --mode copy
ingestImages.py data ${VALIDATION_DATA_DECAM_DIR}/instcal/*.fz --mode copy

export ASTROMETRY_NET_DATA_DIR=${VALIDATION_DATA_DECAM_DIR}/astrometry_net_data
processCcdDecam.py data \
processCcd.py data --output data \
@${VALIDATION_DATA_DECAM_DIR}/Decam.list \
--configfile ${VALIDATION_DATA_DECAM_DIR}/config/decamConfig.py \
-j 4 \
--logdest processCcd.log
>& processCcd.log
```

Notes
Expand Down