Changes between Version 5 and Version 6 of DetectionsToMeasurements
- Timestamp:
- Sep 16, 2015, 3:33:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DetectionsToMeasurements
v5 v6 5 5 6 6 While triaging SAS 39 it became clear that connecting the data in the PSPS back to the source in the IPP and DVO was non-trivial. We need to do 7 this to insure the completeness and integrity of the PSPS database.7 this when debugging the completeness and integrity of the ippToPsps process. 8 8 9 The first thing Billattacked was comparing the data in the Detection Table (single frame detections) with the original psphot detections which9 The first thing I attacked was comparing the data in the Detection Table (single frame detections) with the original psphot detections which 10 10 are located in a camera stage '.smf' file. 11 11 … … 19 19 20 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 examples here also use programs from [https://heasarc.gsfc.nasa.gov/ftools/ftools_menu.html FTOOLS] in particular ftlist but the scripts do 22 not use anything from FTOOLS. 22 23 23 24 Consider the SAS2 exposure 356801. The smf file may be found with the following command. … … 26 27 neb://any/SAS2/SAS.20141118/o5745g0427o.356801/o5745g0427o.356801.cm.1218577.smf 27 28 }}} 28 And then the concatsmf may be used to extract the detections 29 The progarm concatsmf may be used to extract the detections into a file containing a single table. 29 30 {{{ 30 31 % concatsmf neb://any/SAS2/SAS.20141118/o5745g0427o.356801/o5745g0427o.356801.cm.1218577.smf o5745g0427o.356801.cm.1218577.smf.tcat
