This file is indexed.

/usr/share/doc/cpl-plugin-sinfo-doc/html/_sources/index.txt is in cpl-plugin-sinfo-doc 2.4.0+dfsg-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
.. title:: Overview

The SINFO 2.4.0 pipeline
###################################

These pages describe the python interface for the SINFO pipeline recipes.

Standard recipes
----------------
:data:`sinfo_rec_distortion`
   Finds optical distortions and slitlets distances

:data:`sinfo_rec_detlin`
   Detector's linearity & non linear bad pixels determination.

:data:`sinfo_rec_mdark`
   Master dark and hot pixels mask generation.

:data:`sinfo_rec_mflat`
   Master flat determination

:data:`sinfo_rec_wavecal`
   Wavelength calibration and slitpos determination

:data:`sinfo_rec_jitter`
   Object or STD star or PSF star data reduction

:data:`sinfo_rec_pupil`
   Pupil data reduction

Additional recipes
--------------------
:data:`sinfo_utl_ima_line_corr`
   Computes result of ima1 op ima2

:data:`sinfo_utl_cube_combine`
   Coadd cubes in an output cube according to user defined offsets

:data:`sinfo_utl_bp_mask_add`
   Add bad pixels masks

:data:`sinfo_utl_cube2spectrum`
   Collapse a cube to an image over an aperture

:data:`sinfo_utl_cube_create`
   Generate a cube

:data:`sinfo_utl_spectrum_divide_by_blackbody`
   Spectrum normalization by a blackbody

:data:`sinfo_utl_line_oh_select`
   OH line table creation

:data:`sinfo_utl_cube2ima`
   Cube to image conversion

:data:`sinfo_utl_cube_arith`
   Cube arithmetics

:data:`sinfo_utl_ima_arith`
   Computes result of ima1 op ima2

:data:`sinfo_utl_skycor`
   Sky lines residuals correction

:data:`sinfo_utl_spectrum_wavelength_shift`
   Spectrum wavelength shift

:data:`sinfo_utl_skymap`
   Flags sky lines as bad pixels, with map generation

.. toctree::
   :hidden:

   sinfo_rec_distortion
   sinfo_rec_detlin
   sinfo_rec_mdark
   sinfo_rec_mflat
   sinfo_rec_wavecal
   sinfo_rec_jitter
   sinfo_rec_pupil
   sinfo_utl_ima_line_corr
   sinfo_utl_cube_combine
   sinfo_utl_bp_mask_add
   sinfo_utl_cube2spectrum
   sinfo_utl_cube_create
   sinfo_utl_spectrum_divide_by_blackbody
   sinfo_utl_line_oh_select
   sinfo_utl_cube2ima
   sinfo_utl_cube_arith
   sinfo_utl_ima_arith
   sinfo_utl_skycor
   sinfo_utl_spectrum_wavelength_shift
   sinfo_utl_skymap

.. seealso::

     * The `SINFO Pipeline User Manual 
       <ftp://ftp.eso.org/pub/dfs/pipelines/sinfoni/sinfo-pipeline-manual-19.0.pdf>`_ in PDF format,

     * an `overview <http://www.eso.org/sci/software/pipelines/>`_
       over the existing ESO pipelines,

     * the `python-cpl <http://packages.python.org/python-cpl>`_ package.
    
Bug reports
===========

If you experience an unexpected behavior of any component of the SINFO
pipeline recipes package, please, first refer to the list of known problems
and limitations in the pipeline manual of the current SINFO pipeline
release.

For any other issues or requests, please, send a report to the `ESO User
Support Department <usd-help@eso.org>`_, describing:

 * the SINFO pipeline version,
 * the version of your OS and C compiler,
 * the exact sequence of actions that were performed before the problem occurred,
 * what were precisely the symptoms and the possible error message(s),
 * whether the problem is repeatable.