Changes between Version 6 and Version 7 of DetectionsToMeasurements
- Timestamp:
- Sep 16, 2015, 3:35:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetectionsToMeasurements
v6 v7 62 62 == Matching PSPS Detections to SMF Detections == 63 63 64 matchIppToPsps is another STILTS based perl script. It matches detections in two files. The first is the psps output. The second the concatenated smf detections 65 like we made above. 64 matchIppToPsps is another STILTS based perl script. It matches detections in two files. The first is the output of our psps query. The second the concatenated smf detections file. 66 65 66 To find the matches use 67 67 68 68 {{{ 69 To find the matches use70 69 71 70 % matchIppToPsps o5745g0427o_356801.fit o5745g0427o.356801.cm.1218577.smf.tcat o5745g0427o.356801.joined.fit 72 71 }}} 73 72 And to find the missing detections use 73 {{{ 74 74 % matchIppToPsps o5745g0427o_356801.fit o5745g0427o.356801.cm.1218577.smf.tcat o5745g0427o.356801.missing.fit --join=2not1 75 75
