Changeset 25739 for trunk/pstamp/scripts/pstampparse.pl
- Timestamp:
- Oct 1, 2009, 4:18:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r25712 r25739 668 668 return 0 if ($r1->{IMG_TYPE} ne $r2->{IMG_TYPE}); 669 669 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}); 670 675 return 0 if ($r1->{inverse} ne $r2->{inverse}); 671 676
Note:
See TracChangeset
for help on using the changeset viewer.
