| | 43 | |
| | 44 | * '''Step 4:''' Use ''pztool'' to revert (!I did this step differently!) |
| | 45 | |
| | 46 | {{{ |
| | 47 | pztool -revertcopied |
| | 48 | }}} |
| | 49 | |
| | 50 | Note: the status of the faulty file can be checked in the gpc1 database. |
| | 51 | {{{ |
| | 52 | ipp@ipp051>>> mysql -h ippdb01 -u ipp -pipp gpc1 |
| | 53 | mysql> select * from pzDownloadImfile where exp_name='o5440g0622o' and class_id='ota45'; |
| | 54 | +-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+ |
| | 55 | | exp_name | camera | telescope | class | class_id | uri | fault | epoch | hostname | bytes | md5sum | |
| | 56 | +-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+ |
| | 57 | | o5440g0622o | gpc1 | ps1 | chip | ota45 | http://conductor.ifa.hawaii.edu/ds/gpc1/o5440g0622o/o5440g0622o45.fits | 9 | 2010-09-01 08:35:14 | NULL | 0 | NULL | |
| | 58 | +-------------+--------+----------—+-------+----------+------------------------------------------------------------------------+-------+-------+----------+-------+--------+ |
| | 59 | }}} |