You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: