Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: andrew-saydjari
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Size: 181 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created 10 months ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

CloudCovFix.jl CloudCovFix Logo

Pipeline for debiasing and improving error bar estimates for photometry on top of structured/filamentary background. The procedure first estimates the covariance matrix of the residuals from a previous photometric model and then computes corrections to the estimated flux and flux uncertainties.

Installation

Currently development version only. Install directly from the GitHub

julia import Pkg Pkg.add(url="https://github.com/andrew-saydjari/CloudCovFix.jl")

Contributing and Questions

This is an actively maintained piece of software. Filing an issue to report a bug or request a feature is extremely valuable in helping us prioritize what to work on, so don't hesitate.

Owner

  • Name: Andrew Saydjari
  • Login: andrew-saydjari
  • Kind: user
  • Location: Cambridge, MA
  • Company: @Harvard

5th Year PhD student @ Harvard Physics. BS/MS @ Yale '18. I am an astronomer interested in data science working on dust.

Citation (CITATION.bib)

@article{CloudCovErr_2022,
    title={Photometry on Structured Backgrounds: Local Pixel-wise Infilling by Regression},
    author={Saydjari, Andrew K and Finkbeiner, Douglas P},
    journal={ApJ},
    volume={933},
    number={2},
    pages={155},
    year={2022},
    publisher={IOP},
    doi={10.3847/1538-4357/ac6875},
    url={https://ui.adsabs.harvard.edu/abs/2022ApJ...933..155S}
}

GitHub Events

Total
  • Issues event: 1
  • Delete event: 11
  • Push event: 39
  • Pull request event: 34
  • Create event: 17
Last Year
  • Issues event: 1
  • Delete event: 11
  • Push event: 39
  • Pull request event: 34
  • Create event: 17

Dependencies

.github/workflows/CompatHelper.yml actions
.github/workflows/Documentation.yml actions
  • actions/checkout v4 composite
  • julia-actions/setup-julia latest composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/UnitTest.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • codecov/codecov-action v5 composite
  • julia-actions/julia-processcoverage v1 composite
  • julia-actions/julia-runtest v1 composite
  • julia-actions/setup-julia v1 composite