Changeset 5328 for trunk/Ohana/src/addstar/doc/notes.txt
- Timestamp:
- Oct 14, 2005, 6:29:26 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/doc/notes.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/doc/notes.txt
r5293 r5328 1 2 todo goals: 3 4 o move addstar/gstars to AddstarClientOptions 5 o add thiscode to AddstarClientOptions 6 o address MOSAIC somehow 7 o replace skyprobe mode 8 - address the cat & ref modes in client/server 9 10 * add airmass quality to options 11 * deal with Myyyy as sky value 12 * better way to interpret flips header info for sky? 13 * fix unlink empty file problem 14 * programs like relphot and dvo need to be provided 15 with sorted measure tables; add this as a feature 16 of the load_catalog API? 17 18 2005.10.13 19 20 I am working to minimize usage of globals and cleanup addstar 21 functions to make them more appropriate for the client / server 22 model. 23 24 I have dropped save_pt_catalog, and modified load_pt_catalog, as 25 well as the load_catalog functions. Now, the choice of elements to 26 load is made by setting flags in the catalog structure itself 27 (catalog.catflags). Thus this information is carried around by the 28 catalog variable. the load_pt_catalog function now only returns 29 true. it is now necessary to check the state of the disk file by 30 examining Nave_disk to decide if the file is empty or not. This is 31 perhaps too limiting: it prevents us from using only one of the 32 catalog tables (say measure without average). The concern I have is 33 to manage the process of cleaning up the catalogs if no data is 34 added to them: I don't want addstar to leave behind empty files 35 (plus, I think this breaks the lock/load state logic). Thus, 36 whenever addstar unlocks / closes a file, if the Nave_disk + 37 Naverage is 0, the file should be unlinked. 1 38 2 39 2005.10.12
Note:
See TracChangeset
for help on using the changeset viewer.
