IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 21, 2015, 3:12:35 PM (11 years ago)
Author:
eugene
Message:

adding wcs command to set the wcs for a buffer; some tweaks to region and imlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20151113/Ohana/src/opihi/cmd.astro/init.c

    r38062 r39183  
    6464int vshimage                PROTO((int, char **));
    6565int shimage                 PROTO((int, char **));
     66int wcs                     PROTO((int, char **));
    6667
    6768static Command cmds[] = { 
     
    127128  {1, "vshimage",    vshimage,     "generate images for vector spherical harmonic terms"},
    128129  {1, "shimage",     shimage,      "generate images for spherical harmonic terms"},
     130  {1, "wcs",         wcs,          "set the wcs for the given image"},
    129131};
    130132
Note: See TracChangeset for help on using the changeset viewer.