IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 12:39:41 PM (18 years ago)
Author:
eugene
Message:

merge changes from eam_branch_20080223 : updates to DVO output format, addstar (SDSS and 2MASS flags), relastro (FitChip)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/gstar.c

    r16040 r16810  
    151151        gprint (GP_LOG, "%11.7f ", catalog.average[k].R);
    152152        gprint (GP_LOG, "%11.7f ", catalog.average[k].D);
    153         gprint (GP_LOG, "%3d   ",  catalog.average[k].Nm);
     153        gprint (GP_LOG, "%3d   ",  catalog.average[k].Nmeasure);
    154154        gprint (GP_LOG, "%4.1f ",  0.01*catalog.average[k].Xp);
    155155        gprint (GP_LOG, "%5d",     catalog.average[k].code);
     
    164164            gprint (GP_LOG, "%f",     catalog.average[k].P);
    165165            gprint (GP_LOG, "%f",     catalog.average[k].dP);
    166             gprint (GP_LOG, "%x",     catalog.average[k].objID_hi);
    167             gprint (GP_LOG, "%x",     catalog.average[k].objID_lo);
     166            gprint (GP_LOG, "%x",     catalog.average[k].objID);
     167            gprint (GP_LOG, "%x",     catalog.average[k].catID);
    168168        }
    169169
     
    188188
    189189      if (GetMeasures || SaveVectors) {
    190         m = catalog.average[k].offset;
    191         for (j = 0; j < catalog.average[k].Nm; j++, m++) {
     190        m = catalog.average[k].measureOffset;
     191        for (j = 0; j < catalog.average[k].Nmeasure; j++, m++) {
    192192
    193193          Mcat = PhotCat (&catalog.measure[m]);
     
    209209            if (FULL_OUTPUT) {
    210210                gprint (GP_LOG, "%f", catalog.measure[m].Mcal);
    211                 gprint (GP_LOG, "%f", catalog.measure[m].Mgal);
     211                gprint (GP_LOG, "%f", catalog.measure[m].Map);
    212212                gprint (GP_LOG, "%f", pow(10.0, 0.4*catalog.measure[m].dt));
    213213                gprint (GP_LOG, "%f", 1.0 + catalog.measure[m].airmass);
     
    223223                gprint (GP_LOG, "%d", catalog.measure[m].imageID);
    224224                gprint (GP_LOG, "%f", catalog.measure[m].qPSF);
    225                 gprint (GP_LOG, "%f", catalog.measure[m].psfProb);
     225                gprint (GP_LOG, "%f", catalog.measure[m].psfChisq);
    226226                gprint (GP_LOG, "%f", catalog.measure[m].crNsigma);
    227227                gprint (GP_LOG, "%f", catalog.measure[m].extNsigma);
Note: See TracChangeset for help on using the changeset viewer.