IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14828


Ignore:
Timestamp:
Sep 13, 2007, 7:43:35 AM (19 years ago)
Author:
eugene
Message:

added needed offset to chips

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/chips-script.txt

    r14695 r14828  
    11
    2 awk '{x=$2}{dx=109}($2 < 4){{x=$2+1}{dx=0}}(NR>2){printf "          %s   S32     %d\n", $1, x*4971+dx}' chips-layout.txt > tmp
    3 awk '{y=$3}{dy=274}($2 < 4){{y=$3+1}{dy=0}}(NR>2){printf "          %s   S32     %d\n", $1, y*5143+dy}' chips-layout.txt > tmp
     2awk '{x=$2}{dx=157}($2 < 4){{x=$2+1}{dx=0}}(NR>2){printf "          %s   S32     %d\n", $1, x*4971+dx}' chips-layout.txt > tmp
     3awk '{y=$3}{dy=306}($2 < 4){{y=$3+1}{dy=0}}(NR>2){printf "          %s   S32     %d\n", $1, y*5143+dy}' chips-layout.txt > tmp
    44
    55awk '{x=1}($2 < 4){x=-1}(NR>2){printf "          %s   S32     %d\n", $1, x}' chips-layout.txt > tmp
Note: See TracChangeset for help on using the changeset viewer.