IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 20, 2009, 2:47:54 PM (17 years ago)
Author:
beaumont
Message:

Syncing up, learning svn

Location:
branches/cnb_branch_20090215/Ohana
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090215/Ohana

  • branches/cnb_branch_20090215/Ohana/src/getstar/src/ReadImageFiles.c

    r21536 r22214  
    135135      if (!strcmp (tmpword, "SMPDATA")   || 
    136136          !strcmp (tmpword, "PS1_DEV_0") || 
    137           !strcmp (tmpword, "PS1_DEV_1")) {
     137          !strcmp (tmpword, "PS1_DEV_1") || 
     138          !strcmp (tmpword, "PS1_V1")) {
    138139
    139140          exttype[Nimage] = strcreate (tmpword);
  • branches/cnb_branch_20090215/Ohana/src/misc/src/applyscat.c

    r7080 r22214  
    22# include <dvo.h>
    33# define BYTES_STAR 66
     4
     5typedef struct {
     6  double X;
     7  double Y;
     8  double M;
     9} Stars;
    410
    511int main (int argc, char **argv) {
  • branches/cnb_branch_20090215/Ohana/src/opihi/cmd.data/init.c

    r21536 r22214  
    134134  {1, "box",          box,              "draw a box on the plot"},
    135135  {1, "buffers",      list_buffers,     "list the currently allocated buffers (images)"},
    136   {1, "images",       list_buffers,     "list the currently allocated images"},
    137136  {1, "center",       center,           "center image on coords"},
    138137  {1, "circstats",    circstats,        "circular statistics"},
  • branches/cnb_branch_20090215/Ohana/src/opihi/dvo/init.c

    r19579 r22214  
    3535int imrough         PROTO((int, char **));
    3636int imsearch        PROTO((int, char **));
    37 int imstats         PROTO((int, char **));
    3837int lcat            PROTO((int, char **));
    3938int lcurve          PROTO((int, char **));
     
    8685  {1, "imrough",     imrough,      "get info from imruf database"},
    8786  {1, "imsearch",    imsearch,     "get info from imreg database"},
    88   {1, "imstats",     imstats,      "plot image statistics"},
    8987  {1, "lcat",        lcat,         "list catalogs in region"},
    9088  {1, "lcurve",      lcurve,       "plot lightcurve for a star"},
     
    104102  {1, "subpix",      subpix,       "get subpixel positions"},
    105103  {1, "version",     version,      "show version information"},
     104//{1, "imstats",     imstats,      "plot image statistics"},
    106105//{1, "addxtra",     addxtra,      "add extra data to object"},
    107106//{1, "getxtra",     getxtra,      "get extra data from object"},
Note: See TracChangeset for help on using the changeset viewer.