/usr/share/doc/munipack/kombitut.sh is in munipack-doc 0.5.10-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # prepare data
wget ftp://munipack.physics.muni.cz/pub/munipack/munipack-data-bubble.tar.gz
tar zxf munipack-data-bubble.tar.gz
cd munipack-data-bubble/
# precorrections
munipack dark d120_*.fits
munipack phcorr -gain 2.3 -dark dark.fits ngc7635_*.fits
# find stars, aperture photometry
munipack find ngc7635_*.fits
munipack aphot ngc7635_*.fits
# astrometry
munipack cone -r 0.1 350.20 61.20
munipack astrometry --maxmatch 20 ngc7635_*.fits
# kombine
munipack kombine -o bubble.fits ngc7635_*.fits
|