zooniverse / tprn-data-processing

The Planetary Response Network data processing pipeline
1 stars 1 forks source link

Processing extracts as lat lon on a single subject #8

Open CKrawczyk opened 5 years ago

CKrawczyk commented 5 years ago

This code will take in PRN data, make config files based on the workflow, extract the point data, convert the point data to lat-lon on a single subject, and cluster the resulting data. eps and min_samples are left as variables at the top that can be adjusted to reasonable values (they are not at those values now).

CKrawczyk commented 5 years ago

extract_workflows_data.py is the main script that runs everything. I have tested it with PRN Dorian data (fixed to workflow 12012) to make sure everything runs as expected.

CKrawczyk commented 5 years ago

The clustering might be more stable lat and lon are not stored as deg but as arcmin or arcsec. At the moment it needs to use a clustering length that is quite small (~0.001 deg).