Changes between Version 3 and Version 4 of DetectionsToMeasurements
- Timestamp:
- Sep 16, 2015, 3:10:46 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetectionsToMeasurements
v3 v4 18 18 set to the value (exp_id * 100 + IPP_IDET) which matches the format of the column Detection.imageID in PSPS. 19 19 20 The program is a perl scrip that uses standard IPP programs and the [http://www.star.bristol.ac.uk/~mbt/stilts/ STILTS library]. 20 The program is a perl scrip that uses standard IPP programs and the [http://www.star.bristol.ac.uk/~mbt/stilts/ STILTS library]. Several of the 21 examples here also use programs from [https://heasarc.gsfc.nasa.gov/ftools/ftools_menu.html FTOOLS] in particular ftlist. 21 22 22 23 Consider the SAS2 exposure 356801. The smf file may be found with the following command. … … 37 38 HDU 2 o5745g0427o.356801.cm.1218577.smf BinTable 58 cols x 58059 rows 38 39 39 NOTE: concatsmf assumes that the basename of the smf file has begins format $exp_name.$exp_id.cm.$cam_id (but only exp_id is currently used)40 NOTE: concatsmf assumes that the basename of the smf file has begins with the string $exp_name.$exp_id.cm.$cam_id (but only exp_id is currently used). 40 41 }}} 41 42 … … 56 57 Did they get lost loading into DVO or in the ippToPsps process? 57 58 58 Let's figure out what's missing. 59 Let's try and figure out what's missing. 60 61 == Matching PSPS Detections to SMF Detections == 62 63 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 64 like we made above. 65 66 67 {{{ 68 To find the matches use 69 70 % matchIppToPsps o5745g0427o_356801.fit o5745g0427o.356801.cm.1218577.smf.tcat o5745g0427o.356801.joined.fit 71 72 And to find the missing detections use 73 % matchIppToPsps o5745g0427o_356801.fit o5745g0427o.356801.cm.1218577.smf.tcat o5745g0427o.356801.missing.fit --join=2not1 74 75 % ftlist o5745g0427o.356801.missing.fit h 76 77 Name Type Dimensions 78 ---- ---- ---------- 79 HDU 1 Primary Array Image Int1(3597) 80 HDU 2 Joined BinTable 58 cols x 45 rows 81 }}} 82 83 59 84 60 85 The next step is to trace the detections in PSPS back to the DVO catalog.
