Skip to content

Commit

Permalink
Change metadata keys to uppercase standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Apr 23, 2020
1 parent 3656c5d commit 5ce0bde
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 5ce0bde

Please sign in to comment.