IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14915


Ignore:
Timestamp:
Sep 20, 2007, 10:39:45 AM (19 years ago)
Author:
eugene
Message:

update header keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/shell/src/gpc.cell.zoom

    r14715 r14915  
    2828  keyword cell NAXIS1 Nx
    2929  keyword cell NAXIS2 Ny
     30
    3031  mcreate mosaic {8*$Nx} {8*$Ny}
    3132
     
    106107  end
    107108
     109  # apply the header from the 00 chip:
     110  sprintf filename "%s/%s11.fits" $gpcdir $basename
     111  header mosaic -w $filename
     112
     113  keyword mosaic NAXIS  -wd 2
     114  keyword mosaic NAXIS1 -wd {8*$Nx}
     115  keyword mosaic NAXIS2 -wd {8*$Ny}
     116
    108117  wd mosaic $output -bitpix -32 -bzero 0.0 -bscale 1.0
    109118  exit 0
Note: See TracChangeset for help on using the changeset viewer.