IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:46:01 AM (14 years ago)
Author:
eugene
Message:

updates for pedantic gcc, mods to relphot average mags to handle GPC1 stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/calmextract.c

    r27435 r34088  
    77 
    88  off_t i, k, Nr;
    9   int NSTAR, Nstar, Nsecfilt, N, mode[2];
     9  int NSTAR, N, mode[2];
    1010
    1111  Catalog catalog;
     
    2525  /* load photcode information */
    2626  if (!InitPhotcodes ()) goto escape;
    27   Nsecfilt = GetPhotcodeNsecfilt ();
    2827
    2928  /* command line arguments */
     
    6160
    6261  N = 0;
    63   Nstar = 0;
    6462  NSTAR = 100;
    6563  for (k = 0; k < NVEC; k++) {
     
    8785
    8886    # if (0)
     87    int Nstar = 0;
     88    int Nsecfilt = GetPhotcodeNsecfilt ();
     89
    8990    /* extract values, assign to vectors */
    9091    for (i = 0; i < catalog.Naverage; i++) {
Note: See TracChangeset for help on using the changeset viewer.