IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of DetectionsToMeasurements


Ignore:
Timestamp:
Sep 16, 2015, 2:51:03 PM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DetectionsToMeasurements

    v1 v2  
    1111
    1212The smf file contains 2 extensions for each OTA in the exposure. The extension that we are interested in is the '.psf' extension. The other
    13 contains the results of the detection efficience measurements.
     13contains the results of the detection efficiency measurements.
    1414
    1515== Creating a concatenated file containing all detections in one table ==
     
    2323neb://any/SAS2/SAS.20141118/o5745g0427o.356801/o5745g0427o.356801.cm.1218577.smf
    2424}}}
    25 And then the concatsmf may be used to extractx the detections
     25And then the concatsmf may be used to extract the detections
    2626{{{
    2727% concatsmf neb://any/SAS2/SAS.20141118/o5745g0427o.356801/o5745g0427o.356801.cm.1218577.smf o5745g0427o.356801.cm.1218577.smf.tcat
     
    3434HDU 1   Primary Array      Image      Int1(3627)                   
    3535HDU 2   o5745g0427o.356801.cm.1218577.smf BinTable    58 cols x 58059 rows   
     36
     37NOTE: 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)
    3638}}}
    3739
     
    3941
    4042Next we go to PSPS and find Detections from this exposure with the query
     43
     44{{{
     45select imageID/100 frameID, Detection.*  INTO mydb.[o5745g0427o_356801] FROM Detection where imageID/100=356801
     46
     47The frameID is not necessary, I added it because I thought that it might be useful.
     48}}}
     49
     50After downloading the results of this query we find that there are only 58014 detections. 45 apparently did not make their way into PSPS.
     51
     52Did they get lost loading into DVO or in the ippToPsps process?
     53
     54Let's figure out what's missing.
     55
     56The next step is to trace the detections in PSPS back to the DVO catalog.
    4157