| 101 | | and to which photcodes they can be translated, in a given catdir? |
| | 101 | and to which photcodes they can be translated, in a given catdir? |
| | 102 | |
| | 103 | '''Answer from Mark Pitts:''' The photcodes can be examined by exporting the photcode table: |
| | 104 | |
| | 105 | 1) Export photcode table from catdir to a file: |
| | 106 | |
| | 107 | photcode-table -D CATDIR (catalog) -export (filename) |
| | 108 | |
| | 109 | 2) Examine and/or edit the file as needed |
| | 110 | |
| | 111 | 3) Import the edited file back into the catdir: |
| | 112 | |
| | 113 | photcode-table -D CATDIR (catalog) -import (filename) |
| | 114 | |
| | 115 | Note: the values in the catdir are not automatically updated if the photcode table is changed. You may have to rerun photometry commands (such as relphot) |