IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2012, 9:46:37 AM (14 years ago)
Author:
eugene
Message:

add getcoords function; avoid truncation problems with large 32bit ints

File:
1 edited

Legend:

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

    r33963 r34339  
    2929int galradius               PROTO((int, char **));
    3030int galradbins              PROTO((int, char **));
     31int getcoords               PROTO((int, char **));
    3132int elliprofile             PROTO((int, char **));
    3233int ringflux                PROTO((int, char **));
     
    8687  {1, "galradius",   galradius,    "generate radial vectors with interpolation along paths"},
    8788  {1, "galradbins",  galradbins,   "generate radial vectors with interpolation along paths"},
     89  {1, "getcoords",   getcoords,    "generate images containing the RA,DEC coord for each pixel"},
    8890  {1, "elliprofile", elliprofile,  "generate radial vectors with interpolation along paths"},
    8991  {1, "ringflux",    ringflux,     "mean flux in a ring"},
Note: See TracChangeset for help on using the changeset viewer.