[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["Calculates the Histogram Error Ring Statistic (HERS) for each image pixel, comparing it to a reference descriptor."],["Returns an image containing only the bands where HERS computation was successful."],["Allows for customization of the HERS peak width scale during calculation."],["Utilizes a reference descriptor generated using `ee.Feature.hersDescriptor`."]]],["The function calculates the Histogram Error Ring Statistic (HERS) for each pixel in specified bands of an input image. It uses a provided reference descriptor to match keys and compute HERS. The `peakWidthScale` argument adjusts the HERS peak width (defaulting to 1). Only bands where HERS is successfully computed are included in the output. The function `Image.hersFeature` takes the input `image`, the `reference` descriptor, and `peakWidthScale` and return an `Image`.\n"]]