Changeset 4800 for trunk/Ohana/src/libautocode/doc/notes.txt
- Timestamp:
- Aug 16, 2005, 3:04:36 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libautocode/doc/notes.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/doc/notes.txt
r3515 r4800 14 14 - fits_fread_datatable_NAME 15 15 - fits_fwrite_datatable_NAME 16 17 18 16 19 17 FITS db APIs … … 112 110 - unlock file 113 111 112 113 --- 114 115 DVO tables 116 117 I am converting all DVO tables to have an internal representation of 118 the table with the necessary precision (ie, double for RA & DEC, etc), 119 and a set of external representations in which the precision and 120 available columns are truncated to fit a specific representation. the 121 autocode tables then include the internal name (ie, measure.d) and the 122 external versions (ie, measure-elixir.d, etc). 123 124 To pursue this, I have modifed the definion of measure.d to replace, 125 eg, dR with dR_PS. I am now compiling all of ohana and looking for 126 places where the new name is needed in the code, stopping the 127 compilation. (In the process, I am being forced to clean up the 128 relphot - at least - coding problems: unused variables, undeclared 129 functions, etc). After I have made the changes, I will search for all 130 instances of dR_PS and return them to their original. 131 132 The only things to watch for in this process are units for the 133 values. In the older code, the value of measure.dR was interpreted as 134 1/100th of an arcsec. Everywhere this was the interpretation must be 135 changed to make the value represent 1 arcsec. This will also be an 136 issue for the internal magnitude representations, which all use 137 millimags... 138
Note:
See TracChangeset
for help on using the changeset viewer.
