Uses of Class
healpix.essentials.HealpixMapDouble
- 
Uses of HealpixMapDouble in healpix.essentialsMethods in healpix.essentials that return HealpixMapDoubleModifier and TypeMethodDescriptionstatic HealpixMapDoubleFitsUtil.getDoubleMap(String filename, int hdu, int col) Methods in healpix.essentials with parameters of type HealpixMapDoubleModifier and TypeMethodDescriptionvoidHealpixMapDouble.importDegrade(HealpixMapDouble orig, boolean pessimistic) Imports the map "orig" to this object, adjusting pixel ordering and reducing resolution.voidHealpixMapDouble.importGeneral(HealpixMapDouble orig, boolean pessimistic) Imports the map "orig" to this object, adjusting pixel ordering and resolution if necessary.voidHealpixMapDouble.importNograde(HealpixMapDouble orig) Imports the map "orig" to this object, adjusting pixel ordering.voidHealpixMapDouble.importUpgrade(HealpixMapDouble orig) Imports the map "orig" to this object, adjusting pixel ordering and increasing resolution.static voidFitsUtil.writeDoubleMap(HealpixMapDouble map, String filename)