IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 1, 2009, 4:18:16 PM (17 years ago)
Author:
bills
Message:

convert to new request format. Add label and comment, reorder columns in text description

File:
1 edited

Legend:

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

    r25712 r25739  
    668668    return 0 if ($r1->{IMG_TYPE} ne $r2->{IMG_TYPE});
    669669    return 0 if ($r1->{ID} ne $r2->{ID});
     670    return 0 if ($r1->{TESS_ID} ne $r2->{TESS_ID});
     671    return 0 if ($r1->{REQFILT} ne $r2->{REQFILT});
     672    return 0 if ($r1->{LABEL} ne $r2->{LABEL});
     673    return 0 if ($r1->{MJDMIN} ne $r2->{MJDMAX});
     674    return 0 if ($r1->{MJDMAX} ne $r2->{MJDMAX});
    670675    return 0 if ($r1->{inverse} ne $r2->{inverse});
    671676
Note: See TracChangeset for help on using the changeset viewer.