Skip to content

Commit

Permalink
Merge pull request #198 from lsst/tickets/DM-24570
Browse files Browse the repository at this point in the history
Change metadata keys to uppercase standard.
  • Loading branch information
ktlim committed Apr 23, 2020
2 parents 3656c5d + 5ce0bde commit 3dc1a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/measAlgTasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def run(display=False):

algMetadata = dafBase.PropertyList()
measureTask = SingleFrameMeasurementTask(schema, algMetadata=algMetadata, config=config)
radii = algMetadata.getArray("base_CircularApertureFlux_radii")
radii = algMetadata.getArray("BASE_CIRCULARAPERTUREFLUX_RADII")
#
# Create the output table
#
Expand Down

0 comments on commit 3dc1a33

Please sign in to comment.