IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39563 for trunk


Ignore:
Timestamp:
Apr 28, 2016, 12:44:00 PM (10 years ago)
Author:
eugene
Message:

adding in dvo tarballs (really, ohana tarballs)

Location:
trunk/dvodist
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dvodist/INSTALL

    r36076 r39563  
    77 (or make dvodist-all)
    88
    9 ippc17 / dvodist example
    10  psconfigure --htdocs /data/ippc17.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
    11  make dvodist
     9ippc32 / dvodist example
     10 psconfigure --htdocs /export/ippc32.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu
     11 make -j6 dvodist-all
    1212
    1313# the subdirectory on the server is hard-wired in Makefile & depends on the make target
  • trunk/dvodist/Makefile.in

    r39557 r39563  
    108108include $(SRC-DVODIST)/3pi.20130227.tables/Makefile
    109109include $(SRC-DVODIST)/ubercal.data/Makefile
     110include $(SRC-DVODIST)/dvo.tarballs/Makefile
    110111
    111112DVODIST_DIRS = \
     
    121122$(DIST-3pi-20120525-tables) \
    122123$(DIST-3pi-20130227-tables) \
    123 $(DIST-ubercal-data)
     124$(DIST-ubercal-data) \
     125$(DIST-dvo-tarballs)
    124126
    125127dvodist-all: $(UTIL) $(DVODIST) $(DVODIST_DIRS)
  • trunk/dvodist/dvodist/index.mkd

    r39556 r39563  
    2020  evolution of the calibration analysis and the merge of external
    2121  photomety.  For more detail, see the summary description for each
    22   database.
     22  database.
     23
     24  *Note that all but the first 4 DVOs are distributed with compressed
     25   FITS tables following the convention specified by Pense et al
     26   (http://arxiv.org/pdf/1201.1340v1.pdf).  This convention has not
     27   yet been ratified by the FITS standard, though is expected by
     28   Summer 2016.  As a result, standard FITS tools will have trouble
     29   reading these tables.  Two options which exist: 1) download the
     30   current IPP / Ohana tools and use these either to read the tables
     31   (with e.g., dvo or mana), or to uncompress the tables (with the
     32   program ftable).  2) download the latest version of fpack and use
     33   funpack to uncompress the tables.  In the later case, there is a
     34   small inconsistency between our implementation and funpack: if
     35   funpack finds the header keyword ZTILELEN and the expected output
     36   table length ZNAXIS2 is < ZTILELEN, funpack will fail.  (We treat
     37   ZTILELEN as a maximum block size, and so handle this case as we
     38   handle the last block in a table.  The white paper is not explicit
     39   in how to handle this case).  It is possible to use funpack to
     40   uncompress these tables by modifying the value of ZTILELEN to match
     41   ZNAXIS2.*
    2342
    2443@ DVO Database         : link                  : plain : title : Comment
     
    4867@ Other useful data
    4968@ ubercal.data         : dir   : dir1  : Ubercal zero point tables
     69@ dvo.tarballs         : dir   : dir2  : Tarballs for building DVO
    5070
    5171<!-- @ catdir.syn.test      : dir   : dir1  : Test DVO Database -->
Note: See TracChangeset for help on using the changeset viewer.