IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39126 for trunk


Ignore:
Timestamp:
Nov 13, 2015, 5:23:43 AM (11 years ago)
Author:
eugene
Message:

add FLAGS to the dvopsps output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/dvopsps/src/insert_FGshape_dvopsps_catalog.c

    r39112 r39126  
    145145                 "CHISQ              FLOAT,  "
    146146
     147                 "FLAGS              INT, "
    147148                 "NPIX               INT "
    148149                 ")\n", basename);
     
    196197                 "SERSIC_INDEX, "
    197198                 "CHISQ, "
     199                 "FLAGS, "
    198200                 "NPIX"
    199201                 ") VALUES \n", basename);
     
    241243    PRINT_FLOAT(gal_buffer, galphot->chisq,            "%.6e, ");
    242244
     245    PrintIOBuffer (gal_buffer, "%d, ", galphot->flags);
    243246    PrintIOBuffer (gal_buffer, "%d ", (int) galphot->Npix); // NOTE: PRINT_FLOAT always adds a trailing comma -- need to use a different method on the last entry         
    244247    PrintIOBuffer (gal_buffer, "),\n");
Note: See TracChangeset for help on using the changeset viewer.