IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 17, 2014, 3:05:08 PM (12 years ago)
Author:
eugene
Message:

add medimage function set; add impeaks function; add verbosity options to star and gauss; add min,max functions to dvomath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140402/Ohana/src/opihi/lib.data/starfuncs.c

    r34088 r36675  
    11# include "data.h"
    22
    3 double get_aperture_stats (Matrix *matrix, int X, int Y, int Npix, int Nborder, double max) {
     3double get_aperture_stats (Matrix *matrix, int X, int Y, int Npix, int Nborder, double max, int VERBOSE) {
    44
    55  double *ring;
     
    9595  set_int_variable ("Npts", Npts);
    9696 
    97   gprint (GP_LOG, "%f %f %f %f %f %f %f %f\n", x, y, FWHMx, FWHMy, sky, I, mag, dmag);
     97  if (VERBOSE) gprint (GP_LOG, "%f %f %f %f %f %f %f %f\n", x, y, FWHMx, FWHMy, sky, I, mag, dmag);
    9898
    9999  return (mag);
Note: See TracChangeset for help on using the changeset viewer.