Commit 20e5e541 authored by Kristin Berry's avatar Kristin Berry
Browse files

Switched interpolation_method to use an enum in the isd

parent 14001c47
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -227,7 +227,8 @@
      },
      "interpolation_method": {
         "description": "The type of interpolation method to use.",
         "type": "string"
         "type": "string",
	 "enum" : ["lagrange"]
      },
   "required": ["focal_length_model", "ephemeris_start_time, "ccd_center","reference_height","sensor_orientation", 
                "focal2pixel_lines","focal2pixel_samples","radii","image_samples", "image_lines", "starting_detector_sample"