IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2005, 3:04:36 PM (21 years ago)
Author:
eugene
Message:

moving to internal vs external measure/average: R,D + dR,dD.
NOTE * dR,dD now represent 1.0 arcsec, not 0.01 arcsec.

* all use has been updated to match

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libautocode/doc/notes.txt

    r3515 r4800  
    1414    - fits_fread_datatable_NAME
    1515    - fits_fwrite_datatable_NAME
    16 
    17  
    1816
    1917FITS db APIs
     
    112110  - unlock file
    113111
     112
     113---
     114
     115DVO tables
     116
     117I am converting all DVO tables to have an internal representation of
     118the table with the necessary precision (ie, double for RA & DEC, etc),
     119and a set of external representations in which the precision and
     120available columns are truncated to fit a specific representation.  the
     121autocode tables then include the internal name (ie, measure.d) and the
     122external versions (ie, measure-elixir.d, etc). 
     123
     124To pursue this, I have modifed the definion of measure.d to replace,
     125eg, dR with dR_PS.  I am now compiling all of ohana and looking for
     126places where the new name is needed in the code, stopping the
     127compilation.  (In the process, I am being forced to clean up the
     128relphot - at least - coding problems: unused variables, undeclared
     129functions, etc).  After I have made the changes, I will search for all
     130instances of dR_PS and return them to their original.
     131
     132The only things to watch for in this process are units for the
     133values.  In the older code, the value of measure.dR was interpreted as
     1341/100th of an arcsec.  Everywhere this was the interpretation must be
     135changed to make the value represent 1 arcsec.  This will also be an
     136issue for the internal magnitude representations, which all use
     137millimags...
     138
Note: See TracChangeset for help on using the changeset viewer.