fermi-ad / datalogger-to-ml

Scripts for requesting AD Controls data logger data and transforming those to the desired ML output format and destination.
3 stars 0 forks source link

Ability to specify multiple final copy destinations #40

Open jasonstjohn opened 1 year ago

jasonstjohn commented 1 year ago

Want to specify that the final file be written to two destinations: One being archived to tape (but not readily readable), and one which is readily readable (but not so robustly backed up).

beauremus commented 1 year ago

The strategy now, if I remember correctly, is to copy to the destination and remove the local copy. Does it make sense to support an option to not remove the local copy?

Also, outside of the software, the disk space for L-CAPE has been problematic. Is that a concern?

jasonstjohn commented 1 year ago

These questions zoom out a little bit, so it makes sense to summarize the feature requirements driven by the computing resources:

beauremus commented 1 year ago

Given these requirements, I'd recommend that the output field be allowed to be a list, and when the file gets copied, it'll iterate over the list of destinations.