~ubuntu-branches/debian/sid/simpleitk/sid

« back to all changes in this revision

Viewing changes to Code/BasicFilters/json/TanImageFilter.json

  • Committer: Package Import Robot
  • Author(s): Ghislain Antony Vaillant
  • Date: 2017-11-02 08:49:18 UTC
  • Revision ID: package-import@ubuntu.com-20171102084918-7hs09ih668xq87ej
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name" : "TanImageFilter",
 
3
  "template_code_filename" : "ImageFilter",
 
4
  "template_test_filename" : "ImageFilter",
 
5
  "number_of_inputs" : 1,
 
6
  "doc" : "Some global documentation",
 
7
  "pixel_types" : "BasicPixelIDTypeList",
 
8
  "vector_pixel_types_by_component" : "VectorPixelIDTypeList",
 
9
  "members" : [],
 
10
  "tests" : [
 
11
    {
 
12
      "tag" : "defaults",
 
13
      "description" : "Simply run with default settings",
 
14
      "settings" : [],
 
15
      "tolerance" : 0.01,
 
16
      "inputs" : [
 
17
        "Input/Ramp-Zero-One-Float.nrrd"
 
18
      ]
 
19
    }
 
20
  ],
 
21
  "briefdescription" : "Computes the tangent of each input pixel.",
 
22
  "detaileddescription" : "The computations are performed using std::tan(x).",
 
23
  "itk_module" : "ITKImageIntensity",
 
24
  "itk_group" : "ImageIntensity"
 
25
}
 
 
b'\\ No newline at end of file'