Bulk_out comes into custom models as an array, with the values matching those defined for each contrast. So the correct value can be found as 'bulk_out(contrast)'. This was also the case for bulk_in in Rascal1, but at the moment we just return a single value. Normally this is not a problem since bulk_in will be the same for all contrasts generally, but there are erge case where this is not the case.
Bulk_in should also be an array so that 'bulk_in(contrasts)' works.
Bulk_out comes into custom models as an array, with the values matching those defined for each contrast. So the correct value can be found as 'bulk_out(contrast)'. This was also the case for bulk_in in Rascal1, but at the moment we just return a single value. Normally this is not a problem since bulk_in will be the same for all contrasts generally, but there are erge case where this is not the case.
Bulk_in should also be an array so that 'bulk_in(contrasts)' works.