njcuk9999 / apero-utils

APERO affiliated utilities and tools
MIT License
3 stars 3 forks source link

[APERO] Add get in apero to not skip done lbl products #244

Closed njcuk9999 closed 4 months ago

njcuk9999 commented 7 months ago

SKIP_XXX currently skips a whole object - not really that useful at all

Two use cases:

  1. online - we want to skip individual lbl.fits [lbl_compute] that have been done before
  2. redo - we want to redo all of a certain file

There is no way to do 2. are the moment (1 is default)

njcuk9999 commented 4 months ago

Add parameter LBL_SKIP_DONE = "LBL_COMPUTE, LBL_COMPIL, LBL_MASK" to tell apero which lbl codes should have SKIP_DONE = True

Then for case 2 we just remove some of the terms from LBL_SKIP_DONE (in the run.ini file)