Skip to content

Commit

Permalink
rebase imsim-vignetting.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Feb 28, 2024
1 parent 5c5259c commit 857315b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions devel-tools/vignetting/imsim-vignetting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ eval_variables:
dec:
type: Degrees
theta: { type: OpsimData, field: fieldDec }
bisComCam: False # Set True for ComCam, False for LSSTCam
bIsComCam: False # Set True for ComCam, False for LSSTCam
sband: { type: OpsimData, field: band}

input:
Expand All @@ -27,7 +27,7 @@ input:
snap: 1

telescope:
file_name: $f"ComCam_{band}.yaml" if isComCam else f"LSST_{band}.yaml"
file_name: $f"ComCam_{band}.yaml" if IsComCam else f"LSST_{band}.yaml"
rotTelPos:
type: Degrees
theta: { type: OpsimData, field: rotTelPos }
Expand Down Expand Up @@ -98,9 +98,9 @@ stamp:
output:
type: LSST_CCD
nproc: 9
nfiles: $9 if isComCam else 189
nfiles: $9 if IsComCam else 189

camera: $"LsstComCamSim" if isComCam else "LsstCam"
camera: $"LsstComCamSim" if IsComCam else "LsstCam"

exptime: 30

Expand All @@ -111,7 +111,7 @@ output:
nitems: 189
first: 0

dir: $"output_vignetting_ComCam" if isComCam else "output_vignetting_LsstCam"
dir: $"output_vignetting_ComCam" if IsComCam else "output_vignetting_LsstCam"
file_name:
type: FormattedStr
format : eimage_%08d-%1d-%s-%s-det%03d.fits
Expand Down

0 comments on commit 857315b

Please sign in to comment.