Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipeline stage output format for paper 1 discussed in Taipei #58

Open
mschwamb opened this issue Jul 9, 2016 · 0 comments
Open

pipeline stage output format for paper 1 discussed in Taipei #58

mschwamb opened this issue Jul 9, 2016 · 0 comments
Labels

Comments

@mschwamb
Copy link
Collaborator

mschwamb commented Jul 9, 2016

Discussed output in csv files (and also have a HDF5 version) of the output for the paper and the intermediate steps for ease of use for the reader

Output from dbscan:
DB scan output fan catalog:
F#id, subject img pixel x, subject img pixel y, spread, angle, distance, number of members, HiRISE image id, APF id, HiRISE x, HiRISE y, lat, lon, any other relevant info (perhaps dynamic threshold for subject img)

DB scan output blotch catalog:

B#id, subject img pixel x, subject img pixel y, angle, radius_1, radius_2, number of members, HiRISE image id, APF id, HiRISE x, HiRISE y, lat, lon, any other relevant info (perhaps dynamic threshold for subject img)

Fnotch catalog,

fan_id, blotch_id, fnotch value, any other relevant fnotch info that you can't get easily from DBscan fan of blotch catalog, HiRISE image id, APF id,

Final fan and blotch catalogs:

Final fan catalog file:

id (same id for what is in the DBscan catalog, so after fnotching if fan wins you'd use the the original fan id here, subject img pixel x, subject img pixel y, spread, angle, distance, number of members, HiRISE image id, APF id, HiRISE x, HiRISE y, lat, lon, any other relevant info, fnotch flag (1=fnotched)

Final blotch catalog file:

id (same id for what is in the DBscan catalog, so after fnotching if blotch wins you'd use the the original blotch id here, subject img pixel x, subject img pixel y, angle, radius_1, radius_2, number of members, HiRISE image id, APF id, HiRISE x, HiRISE y, lat, lon, any other relevant info
fnotch flag (1=fnotched)

@mschwamb mschwamb added the paper1 label Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant