diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:22:52 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2016-10-17 15:22:52 (GMT) |
commit | 7dd9b970cec6832b8f6118dc2dd91a08d2836648 (patch) | |
tree | 4b3c86596ab87f35a3c6213397da07afe1e24d3e /ast/AST_to_do | |
parent | d7bf7c61e8507e3cf51f195392c0f41f27ae18d8 (diff) | |
parent | 7fde2daeed593684120d75de07598154f3ddaf2c (diff) | |
download | blt-7dd9b970cec6832b8f6118dc2dd91a08d2836648.zip blt-7dd9b970cec6832b8f6118dc2dd91a08d2836648.tar.gz blt-7dd9b970cec6832b8f6118dc2dd91a08d2836648.tar.bz2 |
Merge commit '7fde2daeed593684120d75de07598154f3ddaf2c' as 'ast'
Diffstat (limited to 'ast/AST_to_do')
-rw-r--r-- | ast/AST_to_do | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/ast/AST_to_do b/ast/AST_to_do new file mode 100644 index 0000000..a1faf93 --- /dev/null +++ b/ast/AST_to_do @@ -0,0 +1,23 @@ +Things to do in AST (not necesarily priority order): + +Added 17/1/05: + +Done 17/1/05 - Add Prism class to CVS +Done 17/1/05 - Correct void * arithmetic in keymap.c +- Changing version in configure.ac and then doing make does not result in + version.h being re-made. +Done 29/6/05 - Complete STC classes +Done 29/6/05 - Integrate TimeFrame +- Move observer position attributes into Frame class +- Extend FluxFrame to describe magnitudes and antenna temperature. +- Write SOAP service to show off STC functionality +- Add AzEl system to SkyFrame +- Flux conservation in Mapping resample routines +- Write proper tutorial documentation for new classes (regions, STC, fluxframe, etc). +- Add support for FITS-WCS paper III "-TAB" algorithm code to FitsChan +- Add support for HEALPIX ?? (e.g. see http://www.spacebanter.com/showthread.php?p=336715#post336715) +- Pure Java version +- Monitor progresss on FITS-WCS paper IV (and eventually paper V) +- Extend ATOOLS to cover Regions, TimeFrame & STC +- Speed up the STC facilities of XmlCHan and Stc (astSimplify is particularly + slow) |