Skip to content

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

Description

@mschwamb

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions