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

« back to all changes in this revision

Viewing changes to systab/ascii/display/lutasc.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
! @(#)lutasc.prg        19.1 (ESO-DMD) 02/25/03 14:30:09
 
2
! ++++++++++++++
 
3
!  
 
4
!  Midas procedure lutasc.prg 
 
5
!  to convert Midas LUT to ASCII file which can later be used to regenerate
 
6
!  that LUT via CREATE/TABLE
 
7
 
8
!  xyz.lut  ->  xyz.lasc
 
9
 
10
!  KB  910315, 980928
 
11
 
12
! ++++++++++++++
 
13
 
14
read/table {p1}.lut :RED :GREEN :BLUE >lut.lis
 
15
 
16
$ sh $MIDASHOME/$MIDVERS/systab/ascii/display/lutasc.sh lut.lis {p1}.lasc
 
17
 
18
write/out table {p1}.lut converted to {p1}.lasc