about us || news || projects || github || jobs || contact


news

04/2023


TOPST ScienceCore Selection: Knowing the Sky

Million Concepts has been selected to create an astronomy and planetary science focused ScienceCore curriculum for NASA’s Transform to Open Science Training (TOPST) Initiative . Sierra Brown (Staff Scientist/RSE) will lead the project entitled “Knowing the Sky: Building Open Science Skills through Native Knowledge Practices”. This effort will create a narrative-driven, interactive Jupyter Book that will serve as a self-paced course in open science data, tools, and techniques targeted towards learners ranging from interested laypeople to experienced scientists. The narrative components of the course will lead learners through engaging hands-on investigations of Native knowledge concepts relating to astronomy and planetary science.



"antiscope" - an irrealis programming paradigm

We have released "antiscope," a Python-language library that provides structures for irrealis programming. Irrealis programming permits evaluation of code in which some objects are undefined or incompletely defined. The program will run as if those objects were well-defined. (You could say that these objects are in a subjunctive mood, or that they are counterfactual, or that they are defined using possible-worlds semantics.)

Antiscope is a powerful new programming paradigm disguised as a joke. Its source code can be found here. An introductory / description document with many worked examples can be found here.


03/2023


CIG Webinar

Chase Million gave a webinar on “Effective Strategies for Writing Proposal Work Plans for Research Software” to the Computational Infrastructure for Geodynamics (CIG) group.



Extending optical flare models to the UV: results form comparing of TESS and GALEX flare observations for M Dwarfs

A paper leveraging Million Concepts work on the GALEX data archive has been published in Monthly Notices of the Royal Astronomical Society, testing the accuracy of ultraviolet flare rate models by comparing them to observations from TESS. “Extending optical flare models to the UV: results form comparing of TESS and GALEX flare observations for M Dwarfs.” Jackman, et al. MNRAS


02/2023


VIPER VIS

Million Concepts will be participating in the Volatiles Investigating Polar Exploration Rover (VIPER) mission to explore permanently shadowed regions of the Lunar south pole. MC will assist with production of the ground data processing pipeline for VIPER’s Visible Imaging System (VIS) under the direction of Ross Beyer (SETI).


01/2023


Conversion of Viking Orbiter (VO) VIS data to modern formats

Million Concepts has just completed a contract with the USGS to update the archived data from the Viking Orbiter 1 and 2 Visual Imaging Subsystems (VIS) to Planetary Data System v4 (PDS4) standards. The resulting bundle contains accessible, PDS4-compliant versions of all observational data in the PDS Imaging Node's VO holdings---much of which was previously incompatible with any modern software. We have delivered it to the PDS, where it is in review prior to inclusion in the archive. See the bundle documentation here for an overview of the process.



AAS 241

Rebekah Albach (RSE and Staff Scientist) and Katherine Szymborski (Intern) both presented posters at the 241st meeting of the American Astronomical Societ (AAS) in Seattle, WA. Szymborski’s poster, “Flares on the M-dwarf AF Psc as seen by TESS,” gave an overview of analysis of data from short-cadence observations of AF Psc observed as part of a Guest Investigator program (PI: Million). Abach presented “Multi-tiered Approach to Point and Extended Source Extraction in GALEX UV Images,” describing work in progress on generating improved photometric extractions for the GALEX Legacy Catalog effort.


11/2022


Mastcam-Z year one observations article

The Mastcam-Z team has just published a major summary analysis of the data taken by Mastcam-Z during the Perseverance rover's first (Earth calendar) year on Mars. We are pleased to have created many of the tools that made these analyses possible. “Geological, multispectral, and meteorological imaging results from the Mars 2020 Perseverance rover in Jezero crater.” Bell, et al. Science Advances


10/2022


Chang'e-2 Volcanism Results

Analysis of the Chang'e-2 data has yielded some surprising results, including a massive ancient batholith on the far side of the Moon we believe indicates the presence of much larger and more widespread lunar volcanic structures than previously believed. A paper is in process at Nature, and a preprint is available here: “Remote Detection of a Lunar Granitic Batholith at Compton-Belkovich.” Siegler, et al.


09/2022


FORNAX research results

We have recently completed a project with the Space Telescope Science Institute (STScI). They contracted us to perform fundamental research into cloud-based data access and cost optimization in support of the FORNAX project (an initiative for improved data provision and increased interoperability between astronomical data archives). A summary of some of our findings is available here.


08/2022


Exascale Computing Project IDEAS Webinar

Chase Million delivered a presentation on “Effective strategies for writing proposal work plans for research software” for the Exascale Computing Project (ECP) IDEAS Productivity project. This is a culmination of his work as a Better Scientific Software (BSSw) fellow, and an expansion and refinement of his earlier talk on the same topic.



Mastcam multispectral analysis article published in JGR Planets

Our MultiDEx multispectral analysis software---and the marslab suite that backs it---has enabled the production of an authoritative study of MSL Mastcam's decade of multispectral observations: “Spectral diversity of rocks and soils in Mastcam observations along the Curiosity rover’s traverse in Gale crater, Mars.” Rice, et al. JGR Planets


06/2022


PSIDA 2022

Chase Million gave a presentation at the Planetary Science Informatics and Data Analytics (PSIDA) conference at the European Space Astronomy (ESA) Centre in Madrid, Spain. The talk covered the wide range of software for planetary science produced by Million Concepts, featuring most prominently the Planetary Data Reader.


05/2022


Practical Research Software Project Management

“A practical guide to research software project estimation,” by Chase Million, is now available. This summary / tutorial document describes a powerful and effective approach to estimating the required work effort and costs of research efforts with significant software components. This is a primary deliverable of Million’s Better Scientific Software (BSSw) fellowship.


03/2022


53rd Lunar and Planetary Science Conference

Million Concepts staff presented several posters at the 53rd Lunar and Planetary Science Conference (LPSC) in The Woodlands, TX. These were:
“How We’ll Know We Can read All the Data in the PDS: A Testing Methodology for the Planetary Data Reader!!!” Kaufman (now Brown), et al.
“Approaches to Production of Intermediate Data Products for Characterizing Systemic Anomalies in the Chang’e-2 Microwave Radiometer Data.” St. Clair, et al.
“Software tools for rapid analysis of Mastcam-Z multispectral data.” Million, et al.


02/2022


New Time-Resolved, Multi-Band Flares In The GJ 65 System With gPhoton

A paper tittled "New Time-Resolved, Multi-Band Flares In The GJ 65 System With gPhoton" has been accepted for publication the Astrophysical Journal and uploaded to arXiv. Coauthored by Chase Million and part of the GFCAT and gPhoton projects on which he is PI, this paper describes measurements of flares on the closest and brightest active flare star(s) observed by GALEX, which therefore represent the best opportunities to observe time-resolved flares at low energies in ultraviolet bands within the GALEX data corpus.


01/2022


Research Software Engineer Stories interview

Chase Million was interviewed for the Research Software Engineer Stories podcast about his career path including the founding and growth of Million Concepts.


11/2021


pdr 0.5.0

We have released a new beta version of pdr (the Planetary Data Reader). It includes improved performance, broadened compatibility, a host of convenience features, and a new test framework. Try:
data = pdr.read(planetary_data_file.img); data.dump_browse()
It'll be fun! We'll have more announcements about pdr soon. Check out the new version on GitHub.

10/2021


software project estimation

Chase Million recently delivered a presentation on his software project estimation research (funded by a fellowship from Better Scientific Software). It outlines a simple, but powerful technique for developing meaningful estimates of the amount of work needed to ensure success for small-team software projects in complex domains. You can watch it here.

09/2021


lhorizon

Our ephemeris package lhorizon has been published in JOSS. lhorizon helps you find things in the Solar System. It is built around a thick Python wrapper for the JPL Horizons service. It parses Horizons' responses into standard Python objects and smoothly incorporates them into bulk calculation and transformation workflows. It is designed for ease of use, speed, and flexibility. We believe that it is simpler and more performant for many use cases than existing alternatives. For a quick overview of functionality, you can browse the GitHub repository or go directly to these example Jupyter Notebooks on Binder.

marslab demo

`marslab` has continued to mature and more of its core features have become public. Check out Michael St. Clair's presentation demoing some of its capabilities.

08/2021


dustgoggles

We have released a new package in the `marslab` ecosystem named `dustgoggles`. `dustgoggles` is a utility library containing a fun assortment of text-parsing and data-structure-manipulating tools, including Composition, a flexible, antiformal algebraic pipeline-assembly system. You can find it on GitHub here.

05/2021


marslab

We have released an alpha version of a general-purpose scientific library called marslab. We wrote marslab primarily to help fill gaps in our Python-based workflows for multispectral imaging data collected by Mars rovers, but it contains utilities that might be useful in a much wider range of contexts, including:

It is available on GitHub, and we would love to receive comments, requests, and contributions. We plan to release a variety of other utilities based on marslab in the near future.


TESS Guest Investigator observations of AF Psc

A TESS Guest Investigator project led by Chase Million has been selected for inclusion in Cycle 4. "Using AF Psc To Test Flare Energy Partitions With TESS And Swift" will observe the active flare star AF Psc in TESS 20-second cadence mode with several hours of coordinated simultaneous observations in Swift's U-band event mode and XRT. We expect to observe at least one large flare across multiple electromagnetic regimes at high time resolution, providing a rare measurement of flare energy partitions and temporal evolution. Fast quasi-periodic pulsations (QPP) have previously been detected on flares in UV GALEX observations of AF Psc [Doyle et al. 2018] and in TESS observations of other stars [Million et al. 2021], so there is a possibility of also capturing the first multi-band, fast cadence observation of a QPP on a star other than the Sun. Scott Fleming (Space Telescope Science Institute), Isaiah Tristan (University of Colorado), and Adam Kowalski (University of Colorado) are collaborators on the effort.


04/2021


Planetary Data Reader (pdr) PDART

NASA's Planetary Data Archiving, Restoration, and Tools (PDART) program has selected Million Concepts' proposal to fully develop the Planetary Data Reader (pdr). This Python-based software tool will provide an easy, well-documented, thoroughly-tested, single-point solution for reading the enormous quantity -- over two petabytes -- of observational planetary science data currently stored in the Planetary Data System. The project PI is Chase Million. Michael St. Clair (Million Concepts) and Michael Aye (LASP) are co-investigators. Jordan Padams (PDS ENG Node, JPL) is a collaborator.


03/2021


LPSC 52 - Chandrayaan-1 M3

Michael St. Clair led a poster presentation at the 52nd Lunar and Planetary Science Conference, describing the process and technology around our recent conversion of the Chandrayaan-1 M3 from PDS3 to PDS4 format.

You can read the poster here.

Cool Stars 20.5 - Fast QPPs observed by TESS

Chase Million led a poster presentation at the Cool Stars 20.5 conference, presenting the first discovery of fast (< 5 minute) quasi-periodic pulsations in the TESS 20-second mode data. These measurements were made on observations of nearby M Dwarfs that were requested as part of a GI proposal, also led by Million.

You can read the poster here.


02/2021


picks: occasional imaging utilities

We have released a small collection of web-based utilities that may be useful to people attempting to work with imaging data like those provided by the Mars 2020 Raw Image site. These include the capability to split and combine three-channel images and to decompose RGGB bayer pattern images into their component filters.

pdr

We have released a beta version of pdr, the Planetary Data Reader. pdr has the ambitious goal of making every file and product in the complex, diverse ecology of planetary data instantly ready for analysis in standard Python workflows. It already supports an overwhelming majority of the data hosted in the Planetary Data System (PDS) archives. It is available on Github. Try pdr.read(filename) and see what happens. We'd love your comments, requests, and bug reports.

Chandrayaan-1 M3 and Clementine imaging archives

Under contract from the United States Geological Survey, Million Concepts has produced Planetary Data System 4 (PDS4) bundles containing new versions of:

Our new versions of these crucial lunar data are highly usable and designed to be easily-maintainable for many more decades.

The data are still in peer review at the PDS. See our project page for links to documentation, software, and videos that show the glitchy delights of the Clementine EDR.


01/2021


Mars 2020

Chase Million and Michael St. Clair have joined the Mars 2020 mission as Collaborators on the Science Team. They will develop software to assist with the scientific analysis of rover data under the direction of Mastcam-Z Co-I Melissa Rice (Western Washington University).


12/2020


Galex Legacy Catalog ADAP

NASA's Astrophysics Data Analysis Program (ADAP) has selected Million Concepts' proposed GLCat (GALEX Legacy Catalog) project for funding, with our founder Chase Million as PI and in collaboration with Luciana Bianchi (JHU). GLCat will be a massive catalog of all unique extended and point sources detected by the orbital ultraviolet (UV) Galaxy Evolution Explorer (GALEX) telescope during its decade-long mission. GLCat will be the most extensive UV sky catalog ever produced, correcting critical issues with earlier GALEX catalogs and including several million new seconds of imaging coverage that have not previously been released in a usable format. We expect it to become an enabling component for scientific investigations in multiple sub-disciplines of astronomy for years to come, and also be a key resource in the design and planning of future ultraviolet astronomy missions. GLCat will build on and vastly extend the scope of our existing GFCat (GALEX Flare Catalog) and gPhoton projects, enable the discovery of UV phenomena visible only at very high time resolution.

Read excerpts from our proposal for more information.

Better Scientific Software (BSSw) Fellowship

Chase Million has been selected as a 2021 Better Scientific Software (BSSw) Fellow. As a fellowship project, he will develop tools and techniques for generating realistic and useful software project estimates that account for the unique circumstances of scientific research. This project is based on workflows already in use within Million Concepts and follows from a workshop on the same topic that Chase presented at the first OpenPlanetary Virtual Conference (OPvCon) in June 2020.


10/2020


Chang'e-2 Microwave Radiometer LDAP

Million Concepts will be working with PI Matthew Siegler (Planetary Science Institute), Jianqing Feng (Planetary Science Institute), and Paul Hayne (CU Boulder) on a research project recently selected for funding by the Lunar Data Analysis program. The project, "Thermal and Dielectric Properties From the Chang'e-2 Microwave Radiometer," focuses on recalibrating the CE-2 data set and finding synergies between these corrected data and data from other instruments (such as the Lunar Reconnaissance Orbiter's Diviner radiometer). This new fused data set will enable us to produce more accurate maps of the dielectric qualities and subsurface composition of the Moon than have ever previously been released. This is our third research collaboration with Dr. Siegler, and we are pleased to be continuing to lend our analysis expertise to his groundbreaking work on lunar geology. Read our proposal for more detail on the project.

GFCat 2-minute Catalog presented at NUVA

As output from the GFCat project, Chase Million presented a catalog of GALEX photometric measurements reprocessed from their original 25-minute visit depths to 2-minute cadence. This catalog enables the systematic search of fast stellar variability in the ultraviolet across the entire GALEX corpus. A video of the talk can be found here. A Jupyter Notebook with example workflows is here.


06/2020


OpenPlanetary Virtual Conference

Chase Million organized the first OpenPlanetary Virtual Conference (OPvCon), and also presented a two-hour workshop on Research Software Project Management.



02/2020


Apollo 15 and 17 HFE concatenated data sets now available

The Apollo 15/17 Heat Flow Experiment Concatenated Data archive are now available at the PDS Geoscience Node. Read more about this effort here.



01/2020


GFCat "Six Sigma" sample presented at AAS235

Chase Million presented an initial sample of 400 GALEX light curves with significant (>6-sigma) time-domain variability on timescales less than approx. 30 minutes. The poster can be viewed here.



10/2019


Mars Science Laboratory

Chase Million and Michael St. Clair have joined the Mars Science Laboratory mission as Collaborators on the Science Team. They will develop software to assist with the scientific analysis of rover multispectral data under the direction of Melissa Rice (Western Washington University).



06/2019


Planetary Data Workshop

Michael St. Clair presented at the 4th Planetary Data Workshop on improvements to the Apollo 15 and 17 Heat Flow Experiment (HFE) data archive.

Global Entrepreneurship Summit

As a NASA iTech Finalist, Chase Million attended the Global Entrepreneurship Summit in The Hague, the Netherlands. See our NASA iTech presentation here.