IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2019, 8:47:40 AM (7 years ago)
Author:
eugene
Message:

add vwtmean, virls, medimage wtmean & irls options, spline print

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20190329/src/opihi/lib.data/MedImageOps.c

    r40661 r40662  
    3232  free (medimage[0].name);
    3333  for (i = 0; i < medimage[0].Ninput; i++) {
    34     free (medimage[0].sig[i]);
     34    free (medimage[0].flx[i]);
     35    FREE (medimage[0].sig[i]);
    3536  }
     37  free (medimage[0].flx);
    3638  free (medimage[0].sig);
    3739  free (medimage);
     
    7577  medimage->Nx = Nx;
    7678  medimage->Ny = Ny;
     79  ALLOCATE (medimage->flx, float *, 1);
    7780  ALLOCATE (medimage->sig, float *, 1);
    7881
Note: See TracChangeset for help on using the changeset viewer.