| | 62 | |
| | 63 | * '''Step 5:''' Copy the file from the summit and register it into the gpc1 database |
| | 64 | |
| | 65 | The following command is the one that can be found in the log file ''without'' the md5 argument. |
| | 66 | ipp@ipp051>>> {{{ |
| | 67 | summit_copy.pl uri http://conductor.ifa.hawaii.edu/ds/gpc1/o5440g0622o/o5440g0622o45.fits —filename neb:ipp047.0/gpc1/20100901/o5440g0622o/o5440g0622o.ota45.fits —exp_name o5440g0622o —inst gpc1 —telescope ps1 —class chip —class_id ota45 —bytes 49429440 —dbname gpc1 —timeout 600 —verbose —copies 2 —compress —nebulous |
| | 68 | }}} |
| | 69 | |
| | 70 | * '''Step 6:''' Check entry in database |
| | 71 | |
| | 72 | Check that the entry is now valid in gpc1 database: |
| | 73 | {{{ |
| | 74 | mysql -h ippdb01 -u ipp -pipp gpc1 |
| | 75 | mysql> select * from pzDownloadImfile where exp_name='o5440g0622o' and class_id='ota45'; |
| | 76 | +-------------+--------+----------—+-------+----------+---------------------------------------------------------------+-------+-------+----------+----------+--------+ |
| | 77 | | exp_name | camera | telescope | class | class_id | uri | fault | epoch | hostname | bytes | md5sum | |
| | 78 | +-------------+--------+----------—+-------+----------+---------------------------------------------------------------+-------+-------+----------+----------+--------+ |
| | 79 | | o5440g0622o | gpc1 | ps1 | chip | ota45 | neb:ipp047.0/gpc1/20100901/o5440g0622o/o5440g0622o.ota45.fits | 0 | [...] | ipp051 | 22420800 | [...] | |
| | 80 | +-------------+--------+----------—+-------+----------+---------------------------------------------------------------+-------+-------+----------+----------+--------+ |
| | 81 | }}} |
| | 82 | |
| | 83 | == '''Notes:''' == |
| | 84 | For Step 4 (and later?) ''pztool'' can be used to revert. ''If you know how to do it, write it down. If you don't have time to write it, tell Serge so that he can write it.'' |
| | 85 | {{{ |
| | 86 | pztool -revertcopied? |
| | 87 | }}} |
| | 88 | |