Attention:The NSF Public Access Repository (PAR) system and access will be unavailable from 10:00 PM ET on Thursday, July 16 until 12:00 AM ET on Friday 17 due to maintenance. We apologize for the inconvenience.


Title: TESS as a Low-surface-brightness Observatory: Cutouts from Wide-area Coadded Images
Abstract We present a mosaic of those co-added Full Frame Images acquired by the TESS satellite that had been released in 2020 April. The mosaic shows substantial stray light over the sky. Yet over spatial scales of a few degrees, the background appears uniform. This result indicates that TESS has considerable potential as a Low Surface Brightness Observatory. The co-added images are freely available as a High Level Science Product (HLSP) at MAST and accessible through a Jupyter Notebook.  more » « less
Award ID(s):
1835379
PAR ID:
10315094
Author(s) / Creator(s):
; ;
Date Published:
Journal Name:
Research Notes of the AAS
Volume:
5
Issue:
7
ISSN:
2515-5172
Format(s):
Medium: X
Sponsoring Org:
National Science Foundation
More Like this
  1. Added support for computing "warm mosaic". The warm mosaic is used to calibrate the temperature lag during ramps. 
    more » « less
  2. Though powerful tools for analysis and communication, interactive visualizations often fail to support real-time interaction with large datasets with millions or more records. To highlight and filter data, users indicate values or intervals of interest. Such selections may span multiple components, combine in complex ways, and require optimizations to ensure low-latency updates. We describe Mosaic Selections, a model for representing, managing, and optimizing user selections, in which one or more filter predicates are added to queries that request data for visualizations and input widgets. By analyzing both queries and selection predicates, Mosaic Selections enable automatic optimizations, including pre-aggregating data to rapidly compute selection updates. We contribute a formal description of our selection model and optimization methods, and their implementation in the open-source Mosaic architecture. Benchmark results demonstrate orders-of-magnitude latency improvements for selection-based optimizations over unoptimized queries and existing optimizers for the Vega language. The Mosaic Selection model provides infrastructure for flexible, interoperable filtering across multiple visualizations, alongside automatic optimizations to scale to millions and even billions of records. 
    more » « less
  3. RGB composite mosaic from over 600 images captured with a Panasonic Lumix-GM1 flown at solar noon aboard a fixed wing Robota Triton unmanned aircraft at approximately 70m above ground. Spatial resolution is 3 cm. 
    more » « less
  4. RGB composite mosaic from over 600 images captured with a Panasonic Lumix-GM1 flown at solar noon aboard a fixed wing Robota Triton unmanned aircraft at approximately 70m above ground. Spatial resolution is 3 cm. 
    more » « less
  5. We introduce Mosaic, a sparse tensor algebra compiler that can bind tensor expressions to external functions of other tensor algebra libraries and compilers. Users can extend Mosaic by adding new functions and bind a sub-expression to a function using a scheduling API. Mosaic substitutes the bound sub-expressions with calls to the external functions and automatically generates the remaining code using a default code generator. As the generated code is fused by default, users can productively leverage both fusion and calls to specialized functions within the same compiler. We demonstrate the benefits of our dual approach by showing that calling hand-written CPU and specialized hardware functions can provide speedups of up to 206× against fused code in some cases, while generating fused code can provide speedups of up to 3.57× against code that calls external functions in other cases. Mosaic also offers a search system that can automatically map an expression to a set of registered external functions. Both the explicit binding and automatic search are verified by Mosaic. Additionally, the interface for adding new external functions is simple and general. Currently, 38 external functions have been added to Mosaic, with each addition averaging 20 lines of code. 
    more » « less