~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to contrib/surfphot/proc/comcc.prg

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! @(#)comcc.prg 19.1 (ES0-DMD) 02/25/03 13:31:07
 
2
!++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 
3
!.IDENTIFICATION: comcc.prg
 
4
!.PURPOSE:        Compute values on characteristic curve
 
5
!.USE:            COMPUTE/CC P1 P2
 
6
!                 P1 name of input calibration table with coefficients of 
 
7
!                    the characteristic curve according to the Llebaria 
 
8
!                    formula in 1st row
 
9
!                 P2 name of output 1-D image file with characteristic curve, 
 
10
!                    D = D(log I)
 
11
!.NOTE:           Derived from old routine CTAB
 
12
!-----------------------------------------------------------------------
 
13
DEFI/PARAM    P1      A   T
 
14
DEFI/PARAM    P2      A   I
 
15
WRITE/KEYW   IN_A   'P1'
 
16
WRITE/KEYW   OUT_A  'P2'
 
17
RUN CON_EXE:COMCC