14 research outputs found

    Iterative stripification of a triangle mesh: focus on data structures

    Get PDF
    In this paper we describe the data structure and some implementation details of the tunneling algorithm for generating a set of triangle strips from a mesh of triangles. The algorithm uses a simple topological operation on the dual graph of the mesh, to generate an initial stripification and iteratively rearrange and decrease the number of strips. Our method is a major improvement of a proposed one originally devised for both static and continuous level-of-detail (CLOD) meshes and retains this feature. The usage of a dynamical identification strategy for the strips allows us to drastically reduce the length of the searching paths in the graph needed for the rearrangement and produce loop-free triangle strips without any further controls and post-processing, while requiring a more sophisticated implementation to manage the search and undo operations

    Environmental and Oceanographic Conditions at the Continental Margin of the Central Basin, Northwestern Ross Sea (Antarctica) since the Last Glacial Maximum

    Get PDF
    The continental margin is a key area for studying the sedimentary processes related to the advance and retreat of the Ross Ice Shelf (Antarctica); nevertheless, much remains to be investigated. The aim of this study is to increase the knowledge of the last glacial/deglacial dynamics in the Central Basin slope–basin system using a multidisciplinary approach, including integrated sedimentological, micropaleontological and tephrochronological information. The analyses carried out on three box cores highlighted sedimentary sequences characterised by tree stratigraphic units. Collected sediments represent a time interval from 24 ka Before Present (BP) to the present time. Grain size clustering and data on the sortable silt component, together with diatom, silicoflagellate and foraminifera assemblages indicate the influence of the ice shelf calving zone (Unit 1, 24–17 ka BP), progressive receding due to Circumpolar Deep Water inflow (Unit 2, 17–10.2 ka BP) and (Unit 3, 10.2 ka BP–present) the establishment of seasonal sea ice with a strengthening of bottom currents. The dominant and persistent process is a sedimentation controlled by contour currents, which tend to modulate intensity in time and space. A primary volcanic ash layer dated back at around 22 ka BP is correlated with the explosive activity of Mount Rittmann

    Evidence for a large-magnitude Holocene eruption of Mount Rittmann (Antarctica): A volcanological reconstruction using the marine tephra record

    Get PDF
    In Antarctica, the near-source exposures of volcanic eruption deposits are often limited as they are not well preserved in the dynamic glacial environment, thus making volcanological reconstructions of explosive eruptions extremely challenging. Fortunately, pyroclastic deposits from explosive eruptions are preserved in Southern Ocean sediments surrounding Antarctica, and the tephrostratigraphy of these sequences offers crucial volcanological information including the timing and tempo of past eruptions, their magnitude, and eruption dynamics. Here we report the results of a tephrostratigraphy and tephrochronology study focused on four sediment cores recovered from the Wood Bay area in the western Ross Sea, Antarctica. In all these sedimentary sequences, we found a well-stratified primary tephra of considerable thickness, up to 80 cm, hereafter named the Aviator Tephra (AVT). According to the characteristics of the tephra deposit and its distribution, the AVT was associated with an eruption of considerable intensity, potentially representing one of the largest Holocene eruptions recorded in Antarctica. Based on the major and trace element geochemistry and the mineral assemblage of the tephra, Mount Rittmann was identified as the source of the AVT. A Holocene age of ∼11 ka was determined by radiocarbon dating organic material within the sediments and 40Ar-39Ar dating of alkali-feldspar crystals included in the tephra. Eruption dynamics were initially dominated by hydromagmatic magma fragmentation conditions producing a sustained, relatively wet and ash-rich eruptive cloud. The eruption then evolved into a highly energetic, relatively dry magmatic Plinian eruption. The last phase was characterized by renewed efficient magma-water interaction and/or collapse of the eruptive column producing pyroclastic density currents and associated co-ignimbritic plumes. The distal tephra deposits might be linked to the widespread lag breccia layer previously identified on the rim of the Mount Rittmann caldera which share the same geochemical composition. Diatoms found in the sediments surrounding the AVT and the primary characteristics of the tephra indicate that the Wood Bay area was open sea at the time of the eruption, which is much earlier than previously thought. AVT is also an excellent tephrostratigraphic marker for the Wood Bay area, in the Ross Sea, and a useful marker for future synchronization of continental ice and marine archives in the region

    Preparedness and response to the covid-19 emergency: Experience from the teaching hospital of Pisa, Italy

    Get PDF
    In Italy, the coronavirus disease 2019 (COVID-19) emergency took hold in Lombardy and Veneto at the end of February 2020 and spread unevenly among the other regions in the following weeks. In Tuscany, the progressive increase of hospitalized COVID-19 patients required the set-up of a regional task force to prepare for and effectively respond to the emergency. In this case report, we aim to describe the key elements that have been identified and implemented in our center, a 1082-bed hospital located in the Pisa district, to rapidly respond to the COVID-19 outbreak in order to guarantee safety of patients and healthcare workers

    Dimensional Induced Clustering for Surface Recognition

    Get PDF
    Understanding when a cloud of points in three-dimensional space can be, semantically, interpreted as a surface, and then being able to describe the surface, is an interesting problem in itself and an important task to tackle in several application elds. Finding a possible solution to the problem implies to answer to many typical questions about surface acquisition and mesh reconstruction: how one can build a metric telling whether a point in space belongs to the surface? Given data from 3D scanning devices, how can we tell apart (and eventually discard) points representing noise from signal? Can the reached insight be used to align point clouds coming from di erent acquisitions? Inside this framework, the present paper investigates the features of a new dimensional clustering algorithm. Unless standard clustering methods, the peculiarity of this algorithm is, using the local fractal dimension, to select subsets of lower dimensionality inside the global of dimension N. When applied to the study of discrete surfaces embedded in three dimensional space, the algorithm results to be robust and able to discriminate the surface as a subset of fractal dimension two, differentiating it from the background, even in the presence of an intense noise. The preliminary tests we performed, on points clouds generated from known surfaces, show that the recognition error is lower than 3 percent and does not a ffect the visual quality of the final result

    Iterative stripification of a triangle mesh: focus on data structures

    Get PDF
    In this paper we describe the data structure and some implementation details of the tunneling algorithm for generating a set of triangle strips from a mesh of triangles. The algorithm uses a simple topological operation on the dual graph of the mesh, to generate an initial stripification and iteratively rearrange and decrease the number of strips. Our method is a major improvement of a proposed one originally devised for both static and continuous level-of-detail (CLOD) meshes and retains this feature. The usage of a dynamical identification strategy for the strips allows us to drastically reduce the length of the searching paths in the graph needed for the rearrangement and produce loop-free triangle strips without any further controls and post-processing, while requiring a more sophisticated implementation to manage the search and undo operations

    Iterative Stripification of a Triangle Mesh: Focus on Data Structures

    No full text
    In this paper we describe the data structure and some implementation details of the tunneling algorithm for generating a set of triangle strips from a mesh of triangles. The algorithm uses a simple topological operation on the dual graph of the mesh, to generate an initial stripification and iteratively rearrange and decrease the number of strips. Our method is a major improvement of a proposed one originally devised for both static and continuous level-of-detail (CLOD) meshes and retains this feature. The usage of a dynamical identification strategy for the strips allows us to drastically reduce the length of the searching paths in the graph needed for the rearrangement and produce loop-free triangle strips without any further controls and post-processing, while requiring a more sophisticated implementation to manage the search and undo operations

    Efficiently keeping an optimal stripification over a CLOD mesh

    Get PDF
    In this paper we present an algorithm of simple implementation but very effective that guarantees to keep an optimal stripification (in term of frames per seconds) over a progressive mesh. The algorithm builds on-the-fly the stripification on a mesh at a selected level-of-details (LOD) using the stripifications built, during a pre-processing stage, at the lowest and highest LODs. To reach this goal the algorithm uses two different operations on the dual graph of the mesh: when the user changes the mesh resolution the mesh+strips local configuration is looked up in a table and, after a vertex split operation, the strips are rearranged accordingly, immediately after a sequence of special topological operation called “tunneling” with short tunnel length are started till the number of isolated triangles in the mesh get under 10% of the total number of strips. Moreover, when the user select a relevant LOD it can trigger a tunnelling with higher tunnel length to optimize the stripification. Using these operations we are able to keep the progressive mesh stripified in a time of the same order of magnitude of the time needed to change the resolution and, only if required, to perform a time-demanding optimization. Only the stripifications generated by explicit user requests are stored to serve as optimal starting points for further inspection. In this way we can always feed the graphics board with a triangle strip representation of the mesh at any LOD. The results we present demonstrate that we can tightly couple each sequence of vertex splits used to increase the resolution of the progressive mesh with: a simple rearrangement of the strips followed by a very cheap stripification search with a predetermined strategy. A strong feature of the method is that the local rearrangement leads to an implementation that keeps almost constant the execution time. The results of the visualization benchmarks are very good: comparing the rendering of the stripified (using this strategy) and the non stripified meshes we can, on average, double the frames per seconds rate

    Insights into the dynamics and evolution of the 2010 Eyjafjallajökull summit eruption (Iceland) provided by volcanic ash textures

    No full text
    Recent observations all around the world have shown a large range of explosive activity dominated by prolonged, low- to mid-intensity emission of ash, and characterized by a large variability of magma composition and style of magma degassing, fragmentation and ash dispersal. The April-May 2010 eruption of the Eyjafjallajökull volcano (Iceland) represents one example of this type of activity, as it was characterized by a continuous generation of tephra injected into the atmosphere that affected various economic sectors in Iceland and caused a world-wide interruption of air traffic. This eruption is progressively becoming a benchmark for the interpretation and discussion of the processes that govern the dynamics of ash-dominated eruptions, also representing a unique opportunity for direct ash particle investigation. In this paper, selected ash samples from all phases of the eruption were studied in order to characterize: 1) the morphology, composition and texture of ash fragments; 2) the variability of the products of each phase of the eruption; 3) the progressive changes of these features with time. The large morphological and textural variability of the ash fragments throughout the eruption is unrelated to any important compositional change, and it reflects changes in eruption and magma dynamics and in the processes of magma fragmentation during the different phases of the eruption. The variability and the changes during the eruption observed in the textural and morphological features of the juvenile material record the complex dynamics of the eruption, suggesting that primary magma degassing dominated and modulated the dynamics of the entire eruption, while hydromagmatic fragmentation was particularly effective only in the very initial phase. As a consequence, the large production of fine-grained ash that characterized the eruption cannot be related to processes of magma-water interaction, and mechanisms of magma fragmentation of a high-fragility melt by degassing and ash recycling must be invoked
    corecore