innosat-mats / MATS-L1-processing

Python code for calibrating MATS images
MIT License
0 stars 1 forks source link

Set force_table=False in Lambda processing #104

Closed skymandr closed 1 year ago

skymandr commented 1 year ago

This propagates the force_table argument from get_linearized_image to L1_calibrate and sets it to False for Lambda batch-processing, where the file system is read only.

I'm not sure if this will ruin something else in your workflows, @innosat-mats/scientific . I don't think so, but please review carefully!

Resolves #103

donal-mur commented 1 year ago

Not at all convinced this is a good idea --The tables make the processing much faster . Probably better to have a flag to say don't write files if the mode does not have a table @OleMartinChristensen to confirm

skymandr commented 1 year ago

Not at all convinced this is a good idea --The tables make the processing much faster . Probably better to have a flag to say don't write files if the mode does not have a table @OleMartinChristensen to confirm

Better, @donal-mur ?