IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 6, 2013, 4:50:14 PM (13 years ago)
Author:
eugene
Message:

get mextract and mmatch to work with a subset metadata file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130306/Ohana/src/opihi/dvo/test/mmatch.sh

    r34464 r35250  
    1010  $Ro = 2.59
    1111  $Do = 1.23
    12   catdir /data/pikake.0/eugene/src/ipp-dev/Ohana/src/dvomerge/test/catdir.merge
     12  catdir catdir.merge
    1313  $Gname = g
    1414  $Rname = r
     
    2121  subset r_ave = $Rname  if (ra > $Ro - 0.1) && (ra > $Ro + 0.1) && (dec > $Do - 0.1) && (dec < $Do + 0.1)
    2222  vectors
    23   mmatch -v -parallel R D 1.0 RA DEC MAG PHOTCODE -index index
     23
     24  # mmatch -v -parallel R D 1.0 RA DEC MAG PHOTCODE -index index
     25  mmatch -v -parallel R D 1.0 RA DEC MAG PHOTCODE externID mean_airmass -index index
    2426
    2527  reindex g_ave_match = g_ave using index
Note: See TracChangeset for help on using the changeset viewer.