Changeset 11742 for trunk/Ohana/src/libdvo
- Timestamp:
- Feb 11, 2007, 11:55:41 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/doc/dvo-structures.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/doc/dvo-structures.txt
r6245 r11742 1 2 I now have the ability to load and save DVO databases in old formats, 3 with automatic conversion to the current 'internal' representations 4 for the average, measure, and image tables. an important concern with 5 this process is ensuring that we track the old layout names and avoid 6 breaking existing databases. Here is a list of old databases, some of 7 which may not have been written with the right names, or with 8 inaccurate names. these can be fixed by setting the FORMAT and MODE 9 header keywords with the 'fits_insert' command: 10 11 - LONEOS : old-style cmp files (ie, RAW), with the 'LONEOS' format. 12 - CFHT Elixir databases: cmp files, ELIXIR format 13 - Brandon's Taurus db: incorrect 'PANSTARRS' format, should be called 14 'PSTEST1' 15 16 I am going to use the following naming convention for future db table 17 updates: 18 19 - PANSTARRS.PS1.0, PANSTARRS.PS1.1, etc 20 - PANSTARRS.PS4.0, PANSTARRS.PS4.1, etc 21 22 The next version of the DVO format needs several major changes: 23 24 - unique IDs in the measure and average tables. 25 - reference to the source image in the measure table. 26 - chip X,Y coordinates and errors in the measure table 27 - remove primary average magnitude from average.d and only use 28 the secfilt.d table for the average magnitudes 29 30 These are fairly substantial modifications. Can I do these changes on 31 an appropriate timescale to get Dave Monet working with relastro? Is 32 it necessary to do these all at once? 33 34 ------ 1 35 2 36 DVO has undergone at least two bit-incompatible versions of the data
Note:
See TracChangeset
for help on using the changeset viewer.
