IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23650


Ignore:
Timestamp:
Mar 31, 2009, 8:44:47 PM (17 years ago)
Author:
beaumont
Message:

temporary print statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branches/cnb_branch_20090301/Ohana/src/relastro/src/relastro_objects.c

    r23649 r23650  
    99  Catalog catalog;
    1010
     11  //CNB
     12  fprintf(stderr, "beginning relastro objects\n");
     13
    1114  // load the current sky table (layout of all SkyRegions)
    1215  sky = SkyTableLoadOptimal (CATDIR, SKY_TABLE, GSCFILE, SKY_DEPTH, VERBOSE);
     
    1619  skylist = SkyListByPatch (sky, -1, &UserPatch);
    1720
     21  //CNB
     22  fprintf(stder, "looping over skylist regions\n");
    1823  // load data from each region file, only use bright stars
    1924  for (i = 0; i < skylist[0].Nregions; i++) {
     
    5257    }
    5358
     59    //CNB
     60    fprintf(stderr, "updating objects\n");
    5461    UpdateObjects (&catalog, 1);
    5562
Note: See TracChangeset for help on using the changeset viewer.