IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 3, 2010, 3:33:37 PM (16 years ago)
Author:
rhenders
Message:

Now pulling exposure name from the Db and passing it to ippToPsps to include in FITS files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/src/ippToPspsBatchDetection.c

    r28105 r28205  
    6363    // FrameMeta values
    6464    fits_write_col(this->fitsOut, TLONG, FRAMEMETA_FRAMEID, 1, 1, 1, &this->expId, &status);
     65    fits_write_col(this->fitsOut, TSTRING, FRAMEMETA_FRAMENAME, 1, 1, 1, &this->expName, &status);
    6566
    6667    int8_t surveyID = 0; // TODO
     
    199200            skylist = dvoSkyListByExternID(this->dvoConfig, sourceId, imageId, &pImage);
    200201            if (skylist == NULL) {
    201                 psError(PS_ERR_IO, false, "DVO: can't find SkyList for sourceId='%d' imageId='%d' (CCD = XY%s): skipping\n", sourceId, imageId, ccdNumber);
     202                psError(PS_ERR_IO, false,
     203                        "DVO: can't find SkyList for sourceId='%d' imageId='%d' (CCD = XY%s): skipping\n",
     204                        sourceId, imageId, ccdNumber);
    202205                continue;
    203206            }
Note: See TracChangeset for help on using the changeset viewer.