Changeset 12686


Ignore:
Timestamp:
12/02/11 16:07:34 (13 years ago)
Author:
lyard
Message:
added handling of mjdref in fitsdump
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/fitsdump.cc

    r12675 r12686  
    1313#include <CCfits/CCfits>
    1414
    15 //#define PLOTTING_PLEASE
     15#define PLOTTING_PLEASE
    1616
    1717#ifdef PLOTTING_PLEASE
     
    10181018          {
    10191019              str >> yValues[i-1];
     1020              if (yValues[i-1] < 40587)
     1021                  yValues[i-1] += 40587;
    10201022          }
    10211023          if (i==1)
Note: See TracChangeset for help on using the changeset viewer.