IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39025 for trunk


Ignore:
Timestamp:
Nov 2, 2015, 2:39:09 PM (11 years ago)
Author:
eugene
Message:

pass IMAGE_ID to mysql for forcedgalaxy

File:
1 edited

Legend:

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

    r39022 r39025  
    130130                 "CAT_ID             INT, "
    131131                 "DET_ID             INT, "
     132                 "IMAGE_ID           INT, "
    132133                 "PHOTCODE           SMALLINT, "
    133134                 "MODEL_TYPE         SMALLINT, "
     
    179180                 "CAT_ID, "
    180181                 "DET_ID, "
     182                 "IMAGE_ID, "
    181183                 "NPIX,   "
    182184
     
    219221    PrintIOBuffer (gal_buffer, "%u,  ", galphot->catID);         
    220222    PrintIOBuffer (gal_buffer, "%u,  ", galphot->detID);         
     223    PrintIOBuffer (gal_buffer, "%u,  ", galphot->imageID);         
    221224
    222225    PrintIOBuffer (gal_buffer, "%hd, ", galphot->photcode);         
Note: See TracChangeset for help on using the changeset viewer.