schleuf / Incubator-2022-Geometry-of-Color

MIT License
0 stars 0 forks source link

flexibility for MCU normed plots #5

Closed schleuf closed 2 years ago

schleuf commented 2 years ago

at the stage where i need to be able to add spacified mosaics to the 2PC plots. need

  1. an input that is the vector everything else will be normalized by
  2. a variable number of vectors to be normalized, with or without associated error data
  3. access to nearest-cone information (this should be saved by intracone_dists of all_coords if it isn't already)
schleuf commented 2 years ago

currently reading the MCU_mean, MCU_std, MCL_mean, MCL_std, all seperately. set them to be the normed_by and to-be-normed inputs. to-be-normed inputs needs to be able to have 1+ vectors that do or do not include an std.

schleuf commented 2 years ago

need to direct the variable quantity of vectors to be included in the 2PC to be normalized in a sensible fashion. will need to have corresponding string id inputs to keep track of everything and add a legend. this should all direct back to the input yaml.

schleuf commented 2 years ago

finished in 2PC function branch