IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26083


Ignore:
Timestamp:
Nov 9, 2009, 11:44:14 PM (17 years ago)
Author:
bills
Message:

had wrong column name for MJD*
k-This line, and those below, will be ignored--

M scripts/pstampparse.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstampparse.pl

    r25808 r26083  
    681681    return 0 if ($r1->{REQFILT} ne $r2->{REQFILT});
    682682    return 0 if ($r1->{LABEL} ne $r2->{LABEL});
    683     return 0 if ($r1->{MJDMIN} ne $r2->{MJDMAX});
    684     return 0 if ($r1->{MJDMAX} ne $r2->{MJDMAX});
     683    return 0 if ($r1->{MJD_MIN} ne $r2->{MJD_MAX});
     684    return 0 if ($r1->{MJD_MAX} ne $r2->{MJD_MAX});
    685685    return 0 if ($r1->{inverse} ne $r2->{inverse});
    686686
Note: See TracChangeset for help on using the changeset viewer.