IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2007, 8:34:37 AM (19 years ago)
Author:
eugene
Message:

move all average mags to secfilt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dvo-mods-2007-02/Ohana/src/opihi/dvo/imdata.c

    r12008 r12012  
    3939    }     
    4040  }
     41
     42  gprint (GP_ERR, "function is poorly defined; disabled and may be removed\n");
     43  return (FALSE);
    4144
    4245  if (argc != 4) {
     
    179182          if ((catalog.measure[i].t < start) || (catalog.measure[i].t > stop)) continue;
    180183          n = catalog.measure[i].averef;
    181           vec[0].elements[N] = catalog.average[n].M;
     184          // vec[0].elements[N] = catalog.average[n].M;
    182185          N++;
    183186        }
Note: See TracChangeset for help on using the changeset viewer.