Changeset 8556
- Timestamp:
- Aug 24, 2006, 10:49:54 AM (20 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 20 edited
-
addstar/doc/ChangeLog.txt (modified) (1 diff)
-
delstar/doc/ChangeLog.txt (modified) (1 diff)
-
elixir/doc/ChangeLog.txt (modified) (1 diff)
-
gastro/doc/ChangeLog.txt (modified) (1 diff)
-
gastro2/doc/ChangeLog.txt (modified) (1 diff)
-
gophot/doc/ChangeLog.txt (modified) (1 diff)
-
imclean/doc/ChangeLog.txt (modified) (1 diff)
-
imregister/doc/ChangeLog.txt (modified) (1 diff)
-
kapa/doc/ChangeLog.txt (modified) (1 diff)
-
kii/doc/ChangeLog.txt (modified) (1 diff)
-
libdvo/doc/ChangeLog.txt (modified) (1 diff)
-
libfits/doc/ChangeLog.txt (modified) (1 diff)
-
libkapa/doc/ChangeLog.txt (modified) (1 diff)
-
libohana/doc/ChangeLog.txt (modified) (1 diff)
-
misc/doc/ChangeLog.txt (modified) (1 diff)
-
mosastro/doc/ChangeLog.txt (modified) (1 diff)
-
nightd/doc/ChangeLog.txt (modified) (1 diff)
-
opihi/doc/ChangeLog.txt (modified) (1 diff)
-
relphot/doc/ChangeLog.txt (modified) (1 diff)
-
uniphot/doc/ChangeLog.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/doc/ChangeLog.txt
r7080 r8556 4 4 * added the -resort option 5 5 * added timeout for large operations 6 * dropped old versions now not needed 7 * converted to the new DVO APIs (forces libdvo 1.3) 8 * added 'sedstar' 9 * added 'load2mass' 10 * more error checks on config 11 * converted to 'check_dir_access' 12 * check that catalog stars fall in image (or skip catalog) 13 * fixed memory leak issues in find_matches 6 14 7 15 - addstar 1.6 -
trunk/Ohana/src/delstar/doc/ChangeLog.txt
r7080 r8556 2 2 - delstar 1.6 : 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * converted to new DVO APIs (forces libdvo 1.3) 5 * removed unused code 4 6 5 7 - delstar 1.5 : 2006.03.26 -
trunk/Ohana/src/elixir/doc/ChangeLog.txt
r7080 r8556 1 1 2 - elixir-1-5 :2 - elixir-1-5 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 4 -
trunk/Ohana/src/gastro/doc/ChangeLog.txt
r7080 r8556 2 2 gastro-1-4: 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * converted to new DVO APIs (forces libdvo 1.3) 5 * removed unused code 6 * better error-checking for ConfigInit 4 7 5 8 gastro-1-3: -
trunk/Ohana/src/gastro2/doc/ChangeLog.txt
r7080 r8556 2 2 gastro-2-3: 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * converted to new DVO APIs (forces libdvo 1.3) 5 * removed unused code 6 * better error checks in ConfigInit 7 * fixed luminosity function matching 8 * added ASCA mode 9 * added mode to measure ptolemy fill-factor 10 * cleaned up polynomial fitting / header conversions 11 * cleaned up fitting code 4 12 5 13 gastro-2-2: -
trunk/Ohana/src/gophot/doc/ChangeLog.txt
r7082 r8556 1 1 2 gophot-1-2: 2 - gophot-1-2 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 4 * cleaned up Makefile, -Wall compilation errors -
trunk/Ohana/src/imclean/doc/ChangeLog.txt
r7080 r8556 1 1 2 - imclean-1-3 :2 - imclean-1-3 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 4 -
trunk/Ohana/src/imregister/doc/ChangeLog.txt
r7080 r8556 1 1 2 imregister-1-5: 2 - imregister-1-5 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 4 5 - imregister-1-4: 6 * dropped IMAGE_CATALOG from config 7 * fixed imageID if not in header 8 * changed mkdirhier to updated version (libohana 1.7) 5 9 6 imregister-1-4: 7 dropped IMAGE_CATALOG from config 8 fixed imageID if not in header 9 changed mkdirhier to updated version (libohana 1.7) 10 - imregister-1-3: 11 * modifications to use the new DVO load functions (libdvo-1-0) 12 * minor changes to use new libohana (v1.5) / libfits (v1.4) 10 13 11 imregister-1-3:12 modifications to use the new DVO load functions (libdvo-1-0)13 minor changes to use new libohana (v1.5) / libfits (v1.4)14 - imregister-1-2: 15 * substantial changes to use autocoded tables 16 * reorgainzation of db I/F code to use fits_db functions 14 17 15 imregister-1-2:16 substantial changes to use autocoded tables17 reorgainzation of db I/F code to use fits_db functions18 - imregister-1-1: 19 * I made a lot of very minor changes to cleanup the FITS database 20 * interactions. These should not have any impact on behavior. 18 21 19 imregister-1-1: 20 I made a lot of very minor changes to cleanup the FITS database 21 interactions. These should not have any impact on behavior. 22 23 imregister-1-0: 24 I've added the newest versions of imregister to the CVS tree with the 25 base tag imregister-1-0 (should have used imregister-3-0? still 26 learning about revision control). 22 - imregister-1-0: 23 * I've added the newest versions of imregister to the CVS tree with the 24 * base tag imregister-1-0 (should have used imregister-3-0? still 25 * learning about revision control). 27 26 28 27 comment from before importing to CVS: -
trunk/Ohana/src/kapa/doc/ChangeLog.txt
r7080 r8556 1 1 2 - kapa 1.6 2 - kapa 1.6 : 2006.08.23 3 * some PNG fixes 3 4 * converted to gfits APIs (forces libfits 1.6) 4 5 * removed items moved to libkapa 5 6 6 7 7 - kapa 1.5 -
trunk/Ohana/src/kii/doc/ChangeLog.txt
r7080 r8556 1 1 2 - kii 1.6 2 - kii 1.6 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 4 * added keyboard events 5 5 * removed items moved to libkapa 6 * added test scripts 6 7 7 8 - kii 1.5 -
trunk/Ohana/src/libdvo/doc/ChangeLog.txt
r7080 r8556 1 1 2 - libdvo 1.3 2 - libdvo 1.3 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * unified DVO APIs 5 * fixed DVO API naming (dvo_catalog..., dvo_image...) 6 * fixes to polynomial conversions in coords.c 7 * less restrictive ctypes for polynomials (coords.c) 8 * fixes to dvo locking strategy 4 9 5 10 - libdvo 1.2 -
trunk/Ohana/src/libfits/doc/ChangeLog.txt
r7054 r8556 1 1 2 - libfits 1.6 2 - libfits 1.6 : 2006.08.23 3 3 * in order to allow compliation with cfitsio programs, I have changed the 4 4 entire namespace to 'gfits' from 'fits' (actually, only fits_copy_header 5 5 was conflicting, but it is better to have a sufficiently different namespace). 6 6 All ohana programs need to migrate to the new version of libfits. 7 * set buffer to NULL in gfits_init_header 7 8 8 9 - libfits 1.5 -
trunk/Ohana/src/libkapa/doc/ChangeLog.txt
r6693 r8556 1 2 - libkapa 1.2 : 2006.08.23 3 * added KapaInitGraph 4 * added KapaColorName 5 * added KapaPrepPlot 6 * added KapaPlotVector 1 7 2 8 - libkapa 1.1 -
trunk/Ohana/src/libohana/doc/ChangeLog.txt
r6693 r8556 1 2 - libohana 1.8 : 2006.08.23 3 * cleanups in ohana.h 4 * moved gaussj to libohana 5 * added PrintIOBuffer functions 6 * added check_dir_access 7 * added ohana_lst to time.c 1 8 2 9 - libohana 1.7 -
trunk/Ohana/src/misc/doc/ChangeLog.txt
r7080 r8556 1 1 2 - misc-1-3 2 - misc-1-3 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 4 -
trunk/Ohana/src/mosastro/doc/ChangeLog.txt
r7080 r8556 1 1 2 - mosastro 1.3 2 - mosastro 1.3 : 2006.08.23 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * converted to new DVO APIs (forces libdvo 1.3) 5 * removed old unused code 4 6 5 7 - mosastro 1.2 -
trunk/Ohana/src/nightd/doc/ChangeLog.txt
r6693 r8556 1 2 - nightd 1.3 : 2006.08.23 3 - moved to ChangeLog.txt 1 4 2 5 nightd-1-2: -
trunk/Ohana/src/opihi/doc/ChangeLog.txt
r7080 r8556 1 1 2 2006.05.03: 3 2 2006.08.23: 4 3 opihi-2-7 : converted to gfits APIs (forces libfits 1.6) 5 4 consolidated style argument parsing 6 5 added style arguments to astro plotting 6 added support for pantasks_client, pantasks_server 7 added more complex keys to queue operations 8 added gprint to allow buffered printing in threads 9 updates to test framework for more flexibility 10 added time conversions sec_to_hms, sec_to_day 11 added SetLimitsRaw 12 added isort_pair 13 added VarConfigEntry 14 added strip_version to clean version output 15 moved gaussj to libohana 16 moved main out of opihi to mana.c, etc 7 17 8 18 mana-1-5 : converted to gfits APIs (forces libfits 1.6) 19 added option for threaded shell/backend (not used) 20 9 21 dvo-0-5 : converted to gfits APIs (forces libfits 1.6) 10 22 consolidated style argument parsing 23 converted to new DVO APIs (dvo_catalog_xxx) 24 added fitsed 25 improvements to fitcolors 26 11 27 pantasks-0-5 converted to gfits APIs (forces libfits 1.6) 28 added 'option' task command 29 added limits on Njobs for time ranges 30 fixed time ranges 31 created client/server version 32 added controller run/stop commands 33 added controller help 34 added server help 35 12 36 pcontrol-0-5 converted to gfits APIs (forces libfits 1.6) 37 code re-org to make thread safe 38 added multithread option (user/client threads) 39 liberal use of ASSERTs 40 13 41 pclient-0-5 converted to gfits APIs (forces libfits 1.6) 14 42 dimm-0-4 converted to gfits APIs (forces libfits 1.6) 15 43 16 17 44 2006.03.26: 18 19 45 opihi-2-6 : added 'close' function for devices 20 46 added test framework -
trunk/Ohana/src/relphot/doc/ChangeLog.txt
r7080 r8556 2 2 - relphot-1-4: 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * converted to new DVO APIs (forces libdvo 1.3) 5 * allow seletion by RA/DEC limits 6 * removed old, unused code 4 7 * added time range to time selections 5 8 -
trunk/Ohana/src/uniphot/doc/ChangeLog.txt
r7080 r8556 2 2 - uniphot-1-4: 3 3 * converted to gfits APIs (forces libfits 1.6) 4 * converted to new DVO APIs (forces libdvo 1.3) 5 * removed old, unused code 4 6 5 7 - uniphot-1-3:
Note:
See TracChangeset
for help on using the changeset viewer.
