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/lcurve.c

    r27435 r34088  
    77  double *RA, *DEC;
    88  int kapa, TimeFormat;
    9   int found, AutoLimits, ErrorBars, GalMag, AbsPhot, SaveVectors;
     9  int found, AutoLimits, ErrorBars, SaveVectors;
    1010  off_t i, j, m, Nstars, *N1;
    1111  int N, NPTS;
     
    3939  }
    4040
    41   AbsPhot = FALSE;
    42   if ((N = get_argument (argc, argv, "-abs"))) {
    43     remove_argument (N, &argc, argv);
    44     AbsPhot = TRUE;
    45   }
     41  // int AbsPhot = FALSE;
     42  // if ((N = get_argument (argc, argv, "-abs"))) {
     43  //   remove_argument (N, &argc, argv);
     44  //   AbsPhot = TRUE;
     45  // }
    4646
    47   GalMag = FALSE;
    48   if ((N = get_argument (argc, argv, "-gal"))) {
    49     gprint (GP_ERR, "galaxy magnitudes currently disabled\n");
    50     return (FALSE);
    51   }
     47  // int GalMag = FALSE;
     48  // if ((N = get_argument (argc, argv, "-gal"))) {
     49  //   gprint (GP_ERR, "galaxy magnitudes currently disabled\n");
     50  //   return (FALSE);
     51  // }
    5252
    5353  ErrorBars = FALSE;
Note: See TracChangeset for help on using the changeset viewer.