IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 11 and Version 12 of Ask_an_expert


Ignore:
Timestamp:
Aug 10, 2009, 2:16:14 PM (17 years ago)
Author:
pitts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ask_an_expert

    v11 v12  
    9999
    100100 * How do I find out which filters/instrumental photcodes are present,
    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)
    102116
    103117 * How do I find out the exposure time for a given object, and/or the "effective" exposure time of a given average magnitude?