Changeset 39563
- Timestamp:
- Apr 28, 2016, 12:44:00 PM (10 years ago)
- Location:
- trunk/dvodist
- Files:
-
- 3 added
- 3 edited
-
INSTALL (modified) (1 diff)
-
Makefile.in (modified) (2 diffs)
-
dvodist/dvo.tarballs (added)
-
dvodist/dvo.tarballs/Makefile (added)
-
dvodist/dvo.tarballs/index.mkd (added)
-
dvodist/index.mkd (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dvodist/INSTALL
r36076 r39563 7 7 (or make dvodist-all) 8 8 9 ippc 17/ dvodist example10 psconfigure --htdocs / data/ippc17.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu11 make dvodist9 ippc32 / dvodist example 10 psconfigure --htdocs /export/ippc32.0/www/dvodist/ --rootdir /dvodist --rootwww http://dvodist.ipp.ifa.hawaii.edu 11 make -j6 dvodist-all 12 12 13 13 # the subdirectory on the server is hard-wired in Makefile & depends on the make target -
trunk/dvodist/Makefile.in
r39557 r39563 108 108 include $(SRC-DVODIST)/3pi.20130227.tables/Makefile 109 109 include $(SRC-DVODIST)/ubercal.data/Makefile 110 include $(SRC-DVODIST)/dvo.tarballs/Makefile 110 111 111 112 DVODIST_DIRS = \ … … 121 122 $(DIST-3pi-20120525-tables) \ 122 123 $(DIST-3pi-20130227-tables) \ 123 $(DIST-ubercal-data) 124 $(DIST-ubercal-data) \ 125 $(DIST-dvo-tarballs) 124 126 125 127 dvodist-all: $(UTIL) $(DVODIST) $(DVODIST_DIRS) -
trunk/dvodist/dvodist/index.mkd
r39556 r39563 20 20 evolution of the calibration analysis and the merge of external 21 21 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.* 23 42 24 43 @ DVO Database : link : plain : title : Comment … … 48 67 @ Other useful data 49 68 @ ubercal.data : dir : dir1 : Ubercal zero point tables 69 @ dvo.tarballs : dir : dir2 : Tarballs for building DVO 50 70 51 71 <!-- @ catdir.syn.test : dir : dir1 : Test DVO Database -->
Note:
See TracChangeset
for help on using the changeset viewer.
