Changes between Version 25 and Version 26 of ippToPsps_Detections
- Timestamp:
- Mar 23, 2011, 11:44:00 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps_Detections
v25 v26 54 54 55 55 This will work through all available exposures in the DVO database '!ThreePi.V1' at the location specified, and publishing to the 'PSPS_test' datastore product, updating the ippToPsps database as it proceeds. Querying this database allows you to see what has been processed, the failure rate, what has been published to the datastore etc. 56 57 = Unit testing =58 59 The unit test for detection batches can confirm that data integrity is maintained after code changes have been made. It is found here:60 61 62 {{{63 perl/utest64 }}}65 66 From the {{{perl}}} directory, run67 68 69 {{{70 ./utest/run.sh71 }}}72 73 This will create a batch in 'test' mode, meaning, a current date will not be used and only chip 33 (instead of all 60) will be processed. The resultant FITS file is then compared (using 'diff') with a FITS file known to be correct, and the user is informed if they are identical or if they differ.
