IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19215


Ignore:
Timestamp:
Aug 26, 2008, 11:12:27 AM (18 years ago)
Author:
Paul Price
Message:

Need to add 1 to convert C --> Fortran/FITS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSources.c

    r19213 r19215  
    480480            source->psfMag > SOURCE_FAINTEST; // Is this a bad source?
    481481
    482         fprintf(file, "image; circle(%f,%f,%f) # color = %s\n", x, y, radius, bad ? badColour : goodColour);
     482        fprintf(file, "image; circle(%f,%f,%f) # color = %s\n", x + 1.0, y + 1.0, radius,
     483                bad ? badColour : goodColour);
    483484    }
    484485    fclose(file);
Note: See TracChangeset for help on using the changeset viewer.