Tests
Suites
Latest Results
Search
Register
Login
Popular Tests
Timed Linux Kernel Compilation
SVT-AV1
7-Zip Compression
Stockfish
x265
FFmpeg
Newest Tests
LiteRT
WarpX
Epoch
Valkey
Whisperfile
XNNPACK
Recently Updated Tests
ASTC Encoder
SVT-AV1
Unvanquished
Primesieve
XNNPACK
oneDNN
New & Recently Updated Tests
Recently Updated Suites
Database Test Suite
Machine Learning
Steam
New & Recently Updated Suites
Component Benchmarks
CPUs / Processors
GPUs / Graphics
OpenGL
Disks / Storage
Motherboards
File-Systems
Operating Systems
OpenBenchmarking.org
Corporate / Organization Info
Bug Reports / Feature Requests
Montage Astronomical Image Mosaic Engine 1.0.0
pts/montage-1.0.0
- 08 July 2020 -
Initial commit of Montage.
downloads.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.8.0m2--> <PhoronixTestSuite> <Downloads> <Package> <URL>http://montage.ipac.caltech.edu/download/Montage_v6.0.tar.gz</URL> <MD5>68e7372d9994c1137d9f0c3ebe13d716</MD5> <SHA256>1f540a7389d30fcf9f8cd9897617cc68b19350fbcde97c4d1cdc5634de1992c6</SHA256> <FileName>Montage_v6.0.tar.gz</FileName> <FileSize>20681949</FileSize> </Package> <Package> <URL>http://montage.ipac.caltech.edu/docs/Kimages.tar</URL> <MD5>e642566f49174e8c8182ed20bcc672f3</MD5> <SHA256>9076a21354698f70441ec2166696a09441e43e5c0de9811f8f52adc2b19514ee</SHA256> <FileName>Kimages.tar</FileName> <FileSize>192286720</FileSize> </Package> </Downloads> </PhoronixTestSuite>
install.sh
#!/bin/sh tar -xf Montage_v6.0.tar.gz tar -xf Kimages.tar rm -rf Montage-6.0 mv Montage Montage-6.0 cd Montage-6.0 make -j $NUM_CPU_CORES echo $? > ~/install-exit-status cd ~ cat << EOF > montage #!/bin/bash # Mosaic of M17, K band, 1.5 deg x 1.5 deg # Bruce Berriman, February, 2016 export PATH=\$HOME/Montage-6.0/bin:\$PATH echo "create directories to hold processed images" mkdir Kprojdir diffdir corrdir echo "Create a metadata table of the input images, Kimages.tbl" mImgtbl Kimages Kimages.tbl echo "Create a FITS header describing the footprint of the mosaic" mMakeHdr Kimages.tbl Ktemplate.hdr echo "Reproject the input images" mProjExec -p Kimages Kimages.tbl Ktemplate.hdr Kprojdir Kstats.tbl echo "Create a metadata table of the reprojected images" mImgtbl Kprojdir/ images.tbl echo "Coadd the images to create a mosaic without background corrections" mAdd -p Kprojdir/ images.tbl Ktemplate.hdr m17_uncorrected.fits echo "Make a PNG of the mosaic for visualization" mViewer -ct 1 -gray m17_uncorrected.fits -1s max gaussian-log -out m17_uncorrected.png echo "Analyze the overlaps between images" mOverlaps images.tbl diffs.tbl mDiffExec -p Kprojdir/ diffs.tbl Ktemplate.hdr diffdir mFitExec diffs.tbl fits.tbl diffdir echo "Perform background modeling and compute corrections for each image" mBgModel images.tbl fits.tbl corrections.tbl echo "Apply corrections to each image" mBgExec -p Kprojdir/ images.tbl corrections.tbl corrdir echo "Coadd the images to create a mosaic with background corrections" mAdd -p corrdir/ images.tbl Ktemplate.hdr m17.fits echo "Make a PNG of the corrected mosaic for visualization" mViewer -ct 1 -gray m17.fits -1s max gaussian-log -out m17.png echo \$? > ~/test-exit-status EOF
results-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.8.0m2--> <PhoronixTestSuite> <SystemMonitor> <Sensor>sys.time</Sensor> </SystemMonitor> </PhoronixTestSuite>
test-definition.xml
<?xml version="1.0"?> <!--Phoronix Test Suite v9.8.0m2--> <PhoronixTestSuite> <TestInformation> <Title>Montage Astronomical Image Mosaic Engine</Title> <AppVersion>6.0</AppVersion> <Description>Montage is an open-source astronomical image mosaic engine. This BSD-licensed astronomy software is developed by the California Institute of Technology, Pasadena.</Description> <ResultScale>Seconds</ResultScale> <Proportion>LIB</Proportion> <SubTitle>Mosaic of M17, K band, 1.5 deg x 1.5 deg</SubTitle> <TimesToRun>3</TimesToRun> </TestInformation> <TestProfile> <Version>1.0.0</Version> <SupportedPlatforms>Linux, BSD</SupportedPlatforms> <SoftwareType>Utility</SoftwareType> <TestType>Processor</TestType> <License>Free</License> <Status>Verified</Status> <ExternalDependencies>build-utilities</ExternalDependencies> <EnvironmentSize>2500</EnvironmentSize> <ProjectURL>http://montage.ipac.caltech.edu/</ProjectURL> <Maintainer>Michael Larabel</Maintainer> </TestProfile> </PhoronixTestSuite>