Skip to content

ATClean appears to download incorrect data for large batch requests #17

@jackstrophysics

Description

@jackstrophysics

Hi there!

I have been using ATClean to mass-download lightcurves for Type Ia supernovae from the ATLAS database. I recently noticed that some (although I'm not sure how many) lightcurves downloaded from batch requests using:

./download.py <long list of supernovae> --sninfo_file <sninfo_file> -l 500 -o

are not downloading the correct lightcurves as shown in the ATLAS database. As an example, here is the lightcurve that was downloaded and cleaned for 2021nyt as part of the batch download:

Screenshot 2025-01-09 at 13 28 02

whereas downloading and cleaning the lightcurve as an individual request using:

./download.py 2021nyt --sninfo_file <sninfo_file> -l 500 -o

yields the following lightcurve:

Screenshot 2025-01-09 at 13 30 13

which much more clearly matches the forced photometry data (https://star.pst.qub.ac.uk/sne/atlas4/candidate/1162313711262836100/).

I have used the exact same sninfo_file both times, also attached here:
sninfo_100_to_200_Mpc.txt

This is just one example from the batch request performed using this list, but there were many instances where it would download and fail to clean a lightcurve, but then successfully clean it after downloading the data individually.

Is the list of requested supernovae too long such that the server is getting confused? I'm not too sure what is happening here.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions