IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8556


Ignore:
Timestamp:
Aug 24, 2006, 10:49:54 AM (20 years ago)
Author:
eugene
Message:

updated ChangeLogs

Location:
trunk/Ohana/src
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/doc/ChangeLog.txt

    r7080 r8556  
    44  * added the -resort option
    55  * 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
    614
    715- addstar 1.6
  • trunk/Ohana/src/delstar/doc/ChangeLog.txt

    r7080 r8556  
    22- delstar 1.6 :
    33  * converted to gfits APIs (forces libfits 1.6)
     4  * converted to new DVO APIs (forces libdvo 1.3)
     5  * removed unused code
    46
    57- delstar 1.5 : 2006.03.26
  • trunk/Ohana/src/elixir/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - elixir-1-5:
     2- elixir-1-5 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
    44
  • trunk/Ohana/src/gastro/doc/ChangeLog.txt

    r7080 r8556  
    22 gastro-1-4:
    33  * 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
    47
    58 gastro-1-3:
  • trunk/Ohana/src/gastro2/doc/ChangeLog.txt

    r7080 r8556  
    22 gastro-2-3:
    33  * 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
    412
    513 gastro-2-2:
  • trunk/Ohana/src/gophot/doc/ChangeLog.txt

    r7082 r8556  
    11
    2  gophot-1-2:
     2- gophot-1-2 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
    44  * cleaned up Makefile, -Wall compilation errors
  • trunk/Ohana/src/imclean/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - imclean-1-3:
     2- imclean-1-3 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
    44
  • trunk/Ohana/src/imregister/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 imregister-1-5:
     2- imregister-1-5 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
    44
     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)
    59
    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)
    1013
    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
    1417
    15 imregister-1-2:
    16   substantial changes to use autocoded tables
    17   reorgainzation of db I/F code to use fits_db functions
     18- 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.
    1821
    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). 
    2726
    2827comment from before importing to CVS:
  • trunk/Ohana/src/kapa/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - kapa 1.6
     2- kapa 1.6 : 2006.08.23
     3  * some PNG fixes
    34  * converted to gfits APIs (forces libfits 1.6)
    45  * removed items moved to libkapa
    5    
    66
    77- kapa 1.5
  • trunk/Ohana/src/kii/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - kii 1.6
     2- kii 1.6 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
    44  * added keyboard events
    55  * removed items moved to libkapa
     6  * added test scripts
    67
    78- kii 1.5
  • trunk/Ohana/src/libdvo/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - libdvo 1.3
     2- libdvo 1.3 : 2006.08.23
    33  * 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
    49
    510- libdvo 1.2
  • trunk/Ohana/src/libfits/doc/ChangeLog.txt

    r7054 r8556  
    11
    2 - libfits 1.6
     2- libfits 1.6 : 2006.08.23
    33  * in order to allow compliation with cfitsio programs, I have changed the
    44    entire namespace to 'gfits' from 'fits'  (actually, only fits_copy_header
    55    was conflicting, but it is better to have a sufficiently different namespace). 
    66    All ohana programs need to migrate to the new version of libfits.
     7  * set buffer to NULL in gfits_init_header
    78
    89- 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
    17
    28- 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
    18
    29- libohana 1.7
  • trunk/Ohana/src/misc/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - misc-1-3
     2- misc-1-3 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
    44
  • trunk/Ohana/src/mosastro/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 - mosastro 1.3
     2- mosastro 1.3 : 2006.08.23
    33  * converted to gfits APIs (forces libfits 1.6)
     4  * converted to new DVO APIs (forces libdvo 1.3)
     5  * removed old unused code
    46
    57- 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
    14
    25nightd-1-2:
  • trunk/Ohana/src/opihi/doc/ChangeLog.txt

    r7080 r8556  
    11
    2 2006.05.03:
    3 
     22006.08.23:
    43  opihi-2-7 : converted to gfits APIs (forces libfits 1.6)
    54              consolidated style argument parsing
    65              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
    717
    818  mana-1-5  : converted to gfits APIs (forces libfits 1.6)
     19              added option for threaded shell/backend (not used)
     20
    921  dvo-0-5   : converted to gfits APIs (forces libfits 1.6)
    1022              consolidated style argument parsing
     23              converted to new DVO APIs (dvo_catalog_xxx)
     24              added fitsed
     25              improvements to fitcolors
     26             
    1127  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
    1236  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
    1341  pclient-0-5  converted to gfits APIs (forces libfits 1.6)
    1442  dimm-0-4     converted to gfits APIs (forces libfits 1.6)
    1543
    16 
    17442006.03.26:
    18 
    1945  opihi-2-6 : added 'close' function for devices
    2046              added test framework 
  • trunk/Ohana/src/relphot/doc/ChangeLog.txt

    r7080 r8556  
    22- relphot-1-4:
    33  * 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
    47  * added time range to time selections
    58
  • trunk/Ohana/src/uniphot/doc/ChangeLog.txt

    r7080 r8556  
    22- uniphot-1-4:
    33  * converted to gfits APIs (forces libfits 1.6)
     4  * converted to new DVO APIs (forces libdvo 1.3)
     5  * removed old, unused code
    46
    57- uniphot-1-3:
Note: See TracChangeset for help on using the changeset viewer.